views:

36

answers:

2

I would like to do something like simple data binding in Windows Forms, but in Web Forms. So I would like to get data from a column NAME from table CATS (one row) and display in on website in text box (input type='text') and next I would like to click on "save" button to save this data to database doing an update.

Could you please give me a short snippet of how should I do it to work and get understanding of how does it go?

+1  A: 

Really easy updating can come through the detailsview control: http://www.4guysfromrolla.com/articles/050207-1.aspx

Brian
A: 

possibly already too many answers already out there on the web...

"google.co.uk/search?q=asp.net+simple+data+binding+site%3Amicrosoft.com" ...leads to this...

http://support.microsoft.com/kb/307860

MarkyBoyMark
Read SO FAQ before this kind of answers
tomaszs