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 3 levels at which content pages can be attached to Master Page?
Difference between singleton and singlecall.
Define the term Web Garden?
What are the properties of the eventargs argument when capturing keyboard events?
How ViewstateMac works?
Describe the difference between inline and code behind - which is best in a?
Can you change a Master Page dynamically at runtime?
Where you store Connection string in "Web.Config" file in ASP.NET?
What are the validation controls available in ASP.NET?
How does windows service lifecycle differ from a .standard. Exe?
How do session tokens work?
Describe the application event handlers in ASP.NET?
Explain the asp.net session state modes.
Define viewstate in .net?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?