How would ASP and ASP.NET applications run at the same time
on the same server?
Which data type does the rangevalidator control support?
Which Is Faster MVC or ASP.net ?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What are the events that happen when a client requests an asp.net page from iis server?
what are configuration files?
What event handlers can I include in Global.asax ?
Can any body provide me the sample web application in asp.net
when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page
How does asp.net page work?
Out of ASP or ASP.NET which one is stateless?
What is ashx file in asp.net?
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.