Hi All
I have a newbie question I am trying to pass username to second form can't get it to work in NET works great in asp here is sample code
Dim strUserName As String = Request.Form("strUserName"
lblWelcome.Text = "Hello " & strUserName & "
Please Choose Your Favorite Team "
Thanks
RJKealey
I have a newbie question I am trying to pass username to second form can't get it to work in NET works great in asp here is sample code
Dim strUserName As String = Request.Form("strUserName"
lblWelcome.Text = "Hello " & strUserName & "
Please Choose Your Favorite Team "
Thanks
RJKealey