Define static constructor?
No Answer is Posted For this Question
Be the First to Post Answer
How do we get only edited/deleted/inserted records from a Dataset?
What is query string?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is break mode?
How to check the end of the record in Datareader?
what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.
Give an example of what might be best suited to place in the application_start and session_start subroutines?
How u refer webservices?
is it possible to use web site without web server from remote place?
1 Answers ABC, Mannar Company, Quadrant,
How you can manage the state of application at the server side in ASP.NET?
My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?
What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.