ado.net
how can we update the data from frontend(asp.net) to the backend(sqlserver database).
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vincent Maverick DuranoPosted Apr 29, 2015, 10:14 AM
Thavaselvan PalanivelPosted Apr 27, 2015, 12:18 PM
Siva PoolaPosted Apr 27, 2015, 10:49 AM
im getting errors......
i hav few doubts..... can u explain below statement ?....
DataRow row = ds.Tables[0].Rows.Find(txteno.Text); [i m getting error at this line]
where ds is dataset object
my doubt is "what can we do with Find() in above statement"
Khargesh RajputPosted Apr 27, 2015, 4:23 AM
Thavaselvan PalanivelPosted Apr 27, 2015, 2:48 AM
my suggestion is go with disconnected architecture (Ado.net).
for example i'm having text box and submit button in front end,
now get the value of the text box (eg string Name= txtName.Text;)
As part of ado dotnet part create a connection string and play with the ado dotnet part
Refer:http://codex.blog.com/source-code/ado-dot-net/