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
selvi subramanian
NA
799
571k
In this it throw error as invalid object sudha
Aug 6 2012 5:33 AM
create procedure insert_selvi
@name varchar(20),@gender varchar(30),@education varchar(30)
as
begin
insert into sudha(name,gender,education)
select @name,@gender,,@education
end
==================================================
string qry="exec insert_selvi ' "+ TextBox1.Text;
qry+=" ' ' " + TextBox2.Text;
qry+=" ' ' " + TextBox3.Text;
qry+=" ' ";
Reply
Answers (
2
)
I try to run javascript code in linkbutton attributes
how to insert in .net using store procedure