LOAD

  • Thread starter Thread starter selen
  • Start date Start date
selen,

You will have to do this in JavaScript. Basically, for the on click
event handler for the button, set the location property of the document to
the URL you want to navigate to.

Hope this helps.
 
I found..
Response.Redirect(" link "); makes it...
Thanks

iletide said:
selen,

You will have to do this in JavaScript. Basically, for the on click
event handler for the button, set the location property of the document to
the URL you want to navigate to.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

selen said:
HELLO,
HOW CAN I LOAD A PAGE WHEN I CLÝCK A BUTTON ÝN WEB APPLÝCATÝON C#
THANKS
 
Back
Top