When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is server components?
What is session in http request?
Which control would you use if you needed to make sure the values in two different controls matched?
What is the use Membership in asp.net? and What is the use profiler in asp.net?
Derive WSDL?
What does asp stand for in asp.net?
Can you explain the basic use of dataview?
Types of object in asp ?
What is the state management in asp.net?
What is an axd file?
hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.
What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state.