Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 03, 2012 07:29 AM by ZeeshanAnsari11
Member
61 Points
57 Posts
May 03, 2012 06:24 AM|LINK
Hi all.
I'm quite new to asp.net so please treat me like I'm stupid.
I want to perform the following:
1. Collect the value from a hidden field in a GridView
2. Pass that value to a stored procedure
3. Run the stored procedure via VB.Net code from a button_click event
I have been scouring tutorials all day today and am still not a lot wiser for it.
I would appreciate some code samples (VB.Net only as I'm clueless with C#) with a clear description of each step
Hope that's not asking too much......
Cheers.
300 Points
294 Posts
May 03, 2012 06:52 AM|LINK
Refer this http://howtouseasp.net/how-to-use-gridview-with-insert-edit-update-delete-the-ado-net-way-c/
Participant
878 Points
264 Posts
May 03, 2012 07:29 AM|LINK
refer this
http://forums.asp.net/t/1799444.aspx/1?Pass+value+from+GridView+field+to+stored+procedure+
JayDubbya
Member
61 Points
57 Posts
Collect parameter from GridView field and pass to stored procedure
May 03, 2012 06:24 AM|LINK
Hi all.
I'm quite new to asp.net so please treat me like I'm stupid.
I want to perform the following:
1. Collect the value from a hidden field in a GridView
2. Pass that value to a stored procedure
3. Run the stored procedure via VB.Net code from a button_click event
I have been scouring tutorials all day today and am still not a lot wiser for it.
I would appreciate some code samples (VB.Net only as I'm clueless with C#) with a clear description of each step
Hope that's not asking too much......
Cheers.
sunitashirsa...
Member
300 Points
294 Posts
Re: Collect parameter from GridView field and pass to stored procedure
May 03, 2012 06:52 AM|LINK
Refer this http://howtouseasp.net/how-to-use-gridview-with-insert-edit-update-delete-the-ado-net-way-c/
ZeeshanAnsar...
Participant
878 Points
264 Posts
Re: Collect parameter from GridView field and pass to stored procedure
May 03, 2012 07:29 AM|LINK
refer this
http://forums.asp.net/t/1799444.aspx/1?Pass+value+from+GridView+field+to+stored+procedure+
Please 'Mark as Answer' if this post helps you.