how to link a different page to ahome page?
or how can we return from a page to the home page?
what is its code in vb.net?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munir ShaikhPosted Sep 28, 2007, 7:54 AM
This is very basic you can use
or make a user control of links and registered in page and use it where-ever you want on a page.
It will return from the clicked link or on some action you want to return to some page then you can use server.transfar("somepage.aspx") of response.redirect("somepage.aspx")
Regards,
>>Munnamax