I Have a ASP.Net login page in which I enter my login credentials. when I click submit I want this data to be entered in gmail.com username and password textboxes respectively but it should not login in gmail itshould just enter the details. How to do this ?
Share
use session to store your login credentials and use it where you wish.