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.
4 8321You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?
15 19151How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
5 11314
Why is the standalone environment only useful during the development process?
How do you change the session time-out value?
What is http request and response?
What is the extension of master page in asp.net?
What is the full meaning of asp.net?
Explain server side state management system.
What are the modes of updation in an updatepanel?
Which type of state management is provided by Query String in ASP.NET?
Explain why datareader is useful?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What does mvc represent in asp.net? : asp.net mvc
What permissions do asp.net applications posses by default?
What symbol specifies the beginning of a query string?
What is a url string?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.