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.
Answer Posted / sudhir kunnure
Just i want to say you that remove server side code for
page redirect when link click instead that write client
side code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is an object pool required?
What is server side session?
How to create events for a control?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
How can I create master page in asp net?
Define globalization and localization.
Why is asp.net so popular?
What are tuples?
Is asp.net is a programming language?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Define session in asp.net.
What is the appSettings Section in the web.config file?
Explain the difference between inline and code behind - which is best in?
What is a pixel url?
Where sessions are stored in asp.net?