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 Web Server Control Templates.?
How does windows service lifecycle differ from a .standard. Exe?
What are the different methods of session maintenance in asp.net?
What is css in asp.net?
Why is the standalone environment only useful during the development process?
What are the different validators in asp.net?
What is a 307 redirect?
Explain the role of global.asax?
How does session work?
Is asp.net a programming language or framework?
what is the difference between response.write() and response.output.write()?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is s2s tracking?
What is Partial PostBack in ASP.NET?
What are server side controls?