Server.Transfer

  • Thread starter Thread starter Hitesh Panchal
  • Start date Start date
H

Hitesh Panchal

Hi ,

I am using Datagrid control in my asp.net Page. In which I have used
Template Column with HyperLink. Now in the HyperLink Column NavigateURL
property is available to set the page url where we want to go. In which We
can pass QUerystring using ? and & sign. But How can i use same thing
without using querystring. I mean i want to switch on different page by
clicking on that link with some value to be passed with it.

With Regards

Hitesh
 
If you want to build your URL behind the scene then you need to use the
LinkButton. It will show up just like the hyperlink but you will have a
Click event to do some behind the scenes building.

-Stanley
 
Back
Top