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


Please Help Members By Posting Answers For Below Questions

Can we store object in viewstate?

746


Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?

1025


What is a 307 redirect?

672


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?

2181


How to disable disable browser's Back button in asp.net (JavaScript)?

807


What is a pixel url?

704


What is application and session in asp.net?

707


What is OSI layer? Explain different layers.

795


How do you identify that the page is postback?

722


Can we use MSSql as backend in asp.net...if yes then How.?

791


What is the best Macanism to clear the Cache in asp.net

951


Is asp.net a programming language?

736


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

2101


How can you dynamically add user controls to a page?

703


What does the hotspot class in .net do?

754