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
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
Explain how do you deploy your asp.net application?
Explain the main function of razor in asp.net? : asp.net mvc
What methods are fired during the page load? Init()
Why should i prefer JSP over asp.net or any other web development language..??
What New Features comes with ASP.NET Web API 2.0?
What is the difference between sealed vs static class?
What is the benefit of WebAPI over WCF?
Explain significance of routing? : asp.net mvc
Is it possible to migrate visual interdev design-time controls to asp.net?
what is the difference between response.write() and response.output.write()?
What is Web API?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain server-side scripting and client-side scripting.