Can any one explain with the example how to capture the
application error in Aplication_Error() method?
How to configure a website without using IIS.
17. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
What is caching? Explain.
After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.
How to check the end of the record in Datareader?
How to use one project files into another project?
What is session authentication?
what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page
What are all the ways to find out types of objects?
Explain what does mvc represent in asp.net? : asp.net mvc
What is difference between response.redirect and server.transfer ?
2 Answers Kalinga Software, Satyam,
What is comparevalidator?