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 http response header?
How do you secure your configuration files to be accessed remotely by unauthorized users?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
They mostly asked difference between versions of technologies
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?
What is a SESSION and APPLICATION object?
How does session id work?
What are the benefits of Razor View?
What is difference between view and partial view?
Why is asp.net so popular?
what is silver light when will we use silver light,
How could you modify xaml content from javascript?
How can u deifne the benefits and limitation of using Viewstate for state management?
Explain repository pattern in asp.net mvc? : asp.net mvc
What is client side state management?