What is meant by web application?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need Web Services?
How would you implement inheritance using c#?
How you can manage the state of application at the server side in ASP.NET?
what is the dllhell? why we use the dllhell?
Can you explain the importance of finalize method in .net?
Differentiate session and cookie
What is the extension of master page in asp.net?
How do you implement postback with a text box?
Name some asp objects?
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?.
What is the difference between session state and session variables ?
Disable Session State at the Application Level