Explain the benefits of viewstate?
No Answer is Posted For this Question
Be the First to Post Answer
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What r the remotable objects. and how u make an application remotable
How do I send an email message from my ASP.NET page?
What is dynamic web page with example?
Where are session variables stored?
What is the function used for removing an event listener?
I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?
1 Answers Microsoft, Satyam, Wipro,
How can we prevent an aspx page get refreshed when any information fetch from the database ?
How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)
Difference between ASP & ASP.NET Session State
Explain the differences between Server-side and Client-side code?
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.