I want to fill a username and password text boxes and then click to login button

Hi every one;

I want to access a web site by fill the username box and the password box also, and then click to login button .

can i do that programabitly .

please help me URGENT please.please....

My Mail : Rami.Khalyleh@hotmail.com

Rami



Answer this question

I want to fill a username and password text boxes and then click to login button

  • TWild

    This can be done but not putting values in textbox and clicking the button but progrmatically with URLs and posting the values...

    Try to explore HttpWebRequest and HttpResponse classes...

    Best Regards,

    Rizwan



  • SmartBrains

    it depends how you are accessing the site. If you are using a webbrowser control then yes you can do this, even invoking the button I believe.

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=876724&SiteID=1

     



  • I want to fill a username and password text boxes and then click to login button