|
-
May 25th, 2005, 02:29 AM
#1
Thread Starter
Member
datareader problem
Hi,
i am using web based application with code behind vb.net.and i am using datareader to display the datagrid.My problem is i want edit and update the data for each record.can any body provide me the code for this.i wnat know how to config the property bulider for datagrid.
Thanks
satish
-
May 25th, 2005, 03:59 AM
#2
Re: datareader problem
Use a dataset instead. Update the values in the dataset on postback. Use a commandbuilder to extract your queries and submit to the database.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|