hi
i'm new to asp.net well. vb.net to go to the other form we write form1.show how about asp.net if it also need dim thing or somthing else please include it in ur answer
tank you
Printable View
hi
i'm new to asp.net well. vb.net to go to the other form we write form1.show how about asp.net if it also need dim thing or somthing else please include it in ur answer
tank you
Your question is unclear-but asp.net doesn't work like an application. Opening a new form in an application would be to ASP.net opening a new window via javascript or linking to a different page
If this is what you might need..
maybe You can use
for the url in ur programVB Code:
server.Transfer(path)
or
for external URl..VB Code:
response.redirect(path)