Newbie: Open other form when link is clicked

  • Thread starter Thread starter Rohit
  • Start date Start date
R

Rohit

I have a hyperlink on my Web form (home.aspx). I want to open another
form (Login.aspx) when user clicks this link. How to do this? I also
want to maintain site map when another form gets opened.
 
I have a hyperlink on my Web form (home.aspx). I want to open another
form (Login.aspx) when user clicks this link. How to do this?

Well, the obvious answer is to change the hyperlink to point to Login.aspx
instead of home.aspx, but I guess that's not what you really mean...

Can you explain in a bit more detail what you're trying to do...
 
Back
Top