VB.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please help...........

How do i Hide and show webform in vb.net.....Please do not say i should use
me.hide...or show.form....those only work for windows applications...not
webforms.

THus, someone please show me how to redirect from within my code...hide and
show webforms.
 
What do u mean by hide or show .....??
AS far as I know in ASP.net, when the form is displayed in your browser, the
server has already delete the instance of the Webform

SO you have no more reference to the display webform. It will be hide when
an otherform will be displayed

If I am wrong thans to explain, as I am preparin for ASP.NET exams and aswer
to question is a good source of practice

regards
serge
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top