I want to insert text in the aspx webpage textbox programatically using c#.
Can anyone please help me.
Thanks in advance.
I want to insert text in the aspx webpage textbox programatically using c#. Can
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In such case as your need are u need to first study the html design of the page in which u want to add the text value.
Using webbrowser control you can load the page u want in your app and do what you want.
After loading the page you can fill up the text box by their Id name
After filling up the needed textbox you have to now press the submit button
Contact if you have any doubt