hi developers....
my login page contains username and password field......
when the user name is correct then the page will be redirected to Default.aspx page...for that i am using
Response.redirect("Default.aspx")
page is redirecting correctly.....
but wat the pbm is the username should be displayed in Default.aspx page after redirecting.....for displaying it i am using
Label4.Text = CType(PreviousPage.FindControl("TextBox1"), TextBox).Text in Default.aspx.....
but the vale of TextBox1 in login.aspx page is not displaying in Default.aspx page
help me.......
...
Go to the complete details ...