|
-
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks