-
ASP.NET - Databinding in a Textbox
In a Web Form, I have a textbox binded to a column in a table in a dataset.
If I edited the text in the textbox, how can I automotically save the changes
back into the dataset without writing something like dataset1.tables(0).rows.(0).item(0)=textbox1.text
??
In Window Form, something like BindingManagementBase.position += 1 is enough
to do the job. Is there something similar in Web Form?
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|