Code for updating the database by entering the data into
textboxes in
aspx form?
Answer Posted / tejkrishna
textbox_textchange event
{
da.update();
}
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What are the various session state management options provided by asp.net?
What is Dynamic Web and discuss its usage with the help of real life examples?
Which is faster viewdata or viewbag?
How do I use a proxy server when invoking a web service?
What is different authentication mechanisms used in ASP.NET?
Can you dynamically assign a Master Page?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is the difference between web config and machine config files?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Is it possible to apply themes to an asp.net application? If yes, then how?
When does a session actually start?
What do you mean by query string?
How do I use response redirect?
What are custom user controls in asp.net?
What methods are fired during the page load? Init()