TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kavita B
NA
123
184k
Insert ,delerte,update data using stored procedure
Apr 7 2011 9:39 PM
Hi,
I have read this article from this site:
Using Stored Procedure in ASP.NET
but it gives errors and its not correct...What is the correct way to use stored procedure in asp.net? To insert/update/delete using stored procedure do we need to write 3 different procedures? I have a bit of confusion.. Like i have written procedure to insert data into a table using stored procedure like this
CREATE PROCEDURE INSERTRECORD
(@ID bigint,Name Varchar(25))AS
INSERT INTO TEST(ID,Name)VALUES(@ID,@Name)
Same way to update and delete also do i need to write procedures?
I have checked forum but nowhere found right way to use in in asp.net?
Reply
Answers (
3
)
Create Dynamic Report by using Crystal report app
help me to clear the bug