What is the difference between user control an custom control?
What is parse in asp.net?
What are the different web pages?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is asp.net used for?
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?
In which event of the page viewstate is available?
List the events in page life cycle.
What is query string? What are its advantages and limitations?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is synchronous and Asynchronous post back ?
Is asp.net and .net same?
Define session in asp.net.
What is the flow of processing of the request? : asp.net mvc
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?