How can we access static variable?
What is synchronous and Asynchronous post back ?
can any one explain about 3-tier architecture and how to deploy 3 layers of 3-tier architecture in 3 different servers.plz send me .net code
what is code access security,role based security explain with example
Explain the difference between the web config and machine config.
How to manage different kinds of sessions in ASP.NET?
I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
What definition correctly defines a label server control with the name set to lblHoop? a) <asp:Label name=?lblHoop? runat=?server? /> b) <Label id=?lblHoop? runat=?server? /> c) <asp:Label id=?lblHoop? runat=?server? /> d) <server label name=?lblHoop? runat=?asp? />
How do you associate two or more validators with a single input control? What do you need to do to prevent space from being reserved for a validation control thatpasses its validation test?
What is the difference between client-side and server-side validations in webpages?
What is the difference between excute query and excute nonquery.?
What is role-based security?
how to create textboxes dynamically and insert textbox text into sql database