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
Can we store object in viewstate?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is a 307 redirect?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is a pixel url?
What is application and session in asp.net?
What is OSI layer? Explain different layers.
How do you identify that the page is postback?
Can we use MSSql as backend in asp.net...if yes then How.?
What is the best Macanism to clear the Cache in asp.net
Is asp.net a programming language?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
How can you dynamically add user controls to a page?
What does the hotspot class in .net do?