Lets say I am on the forumxxx.com home page in webBrowser1. I want to go to forumxxx.com/register.php when I click button1 .
what code should I write in button1 click event? is there a code for that?
But I don't want to use webBrowser1.Navigate("forumxxx.com/register.php"); code in button1. because I am using an url list for my C# project. and This code should work on every sites. (not for forumxxx.com only)
Loading
Csharp NinjaPosted Jan 24, 2012, 5:55 PM
VulpesPosted Jan 24, 2012, 4:16 PM
Csharp NinjaPosted Jan 24, 2012, 3:55 PM
cheers..
@jigness thank you too..
Jignesh TrivediPosted Jan 23, 2012, 12:55 AM
u can also use response.Redirect(url) or Server.Transfer.
VulpesPosted Jan 22, 2012, 7:32 PM