What is role-based security in asp.net?
What is diff. Between abstract class and an interface?
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?
Define machine.config in .net?
i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.
What are the ways to sending the data in ASP.NET page?
How do you register the .Net Component or Assembly?
In a Code-Behind class generally which type of code is found ?
Explain the difference between Repeater and Data list control in ASP.NET?
What are the different types of Session state management options available with ASP.NET?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is the difference between Proxy and Contract?