Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Open Points: 75 Time: 07:07 - Nov 25, 2009
gautham82
How to autofill a website form using c#
Categories:
Add Categories
When adding more than one category, separate them with commas.
ious2
Date:: Jul 29, 2010
Time:: 05:57
What do you mean autofill? Use the Page_Load to load everything
Time:: 06:40
Hope you heard last pass, it will autofill the textbox which is saved before. It also has autologin options. I want to do something lik that..
Time:: 06:47
One way to do it is use session Dataset dsLogin = new DataSet(); Session["myLogin"] = dsLogin; DataTable dt = new DataTable("tblLogin"); DataColumn[] keys = new DataColumn[1]; DataColumn myColumn; //create userNameColumn myColumn = new DataColumn(); myColumn.DataType = System.Type.GetType("System.String"); myColumn.ColumnName = "UserName"; dt.Columns.Add(myColumn); in the next page just call the session myLogin and extract the data from there
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
Autofill a Website Username & Password
You have 100 characters to use
Rank
Expert
Points
1.
10279
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software