Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass values to a aspx page called from Vb.net
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01171978
Message ID:
01171979
Views:
6
>I have a very strange sort of problem.
>From a vb.net form i am calling a url to open in the browser, just like clicking a hyperlink and website opens.
>like if i open www.hotmail.com
>and we know that once this site is loaded completely the cursor goes to the username then the next tabstop is password and then its the login button.
>
>Is it possible that once i open this url, the system tells me that it is loaded, then the system automatically provides the username and tab key and password and tab key and then a enter key, so that a person gets automatically logged in the account, without pressing a key.
>
>Is it possible please let me know.

If on the next time the user starts the browser, you want to get personal information without having any mechanism to look it up from a table because the user is not logged, then you may want to use a cookie approach. At the login form, if the user check Remember Me, for exemple, you can have a cookie to be stored and use that the next time the browser will be open to pre-filled some textbox fields.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform