G
Guest
Ugh, this is emberassing. I've written several C# applications. I created one
MAIN application which is nothing more than a page with some buttons on them
which my INTENTION is to have them link to the other web pages.
However, I've completely forgotten how make those buttons force explorer to
go to the page I want. In the mean time, I created some HTML links.
What do I put in the C# "OnClick" event for those form buttons, to make it
go to another URL?
protected void Button1_Click(object sender, EventArgs e)
{
// What do I put here to make it go to another web page???
}
Thanks!
Todd
MAIN application which is nothing more than a page with some buttons on them
which my INTENTION is to have them link to the other web pages.
However, I've completely forgotten how make those buttons force explorer to
go to the page I want. In the mean time, I created some HTML links.
What do I put in the C# "OnClick" event for those form buttons, to make it
go to another URL?
protected void Button1_Click(object sender, EventArgs e)
{
// What do I put here to make it go to another web page???
}
Thanks!
Todd