Hi
I have one problem,i need to pass value from aspx page to html page using session.I don't want pass value using url query string,
For example,i have login.aspx page and Welcome.html,in this if user login i need to pass username to welcome page.When login time can store in session or
public variable and in welcome page retrieve and show in welcome page input box.
Note:I don't want url query string like Welcome.html?Username=aaaa
In VB language.
Pls reply asap
Regards
Aravind