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 happens if an ASP.NET server control with event-handling routines is missing from its definition?
What is rich control in asp.net?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
How many types cache in asp net?
Why is global asax is used for?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Explain culture and uiculture values.
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How would you create a permanent cookie?
How do I publish my asp.net application to my isp's web server?
How will you do Redo and Undo in a TextControl?
What is use of <% %> in asp.net?
Can you clarified A Web service can only be written in .NET or not?
State differences between MVC and WebAPI
When Cookies are expired in ASP.NET?