Click here to Skip to main content
15,897,518 members

Comments by Aravind Garre (Top 20 by date)

Aravind Garre 2-Sep-14 6:41am View    
This your correct, But this (https://secure.tmhp.com/TexMedConnect/) link i am unable to view source code to get the id's of username and password.

How can i see the view source to get the ID's of username and password.

Thanks for quick response Naveen..

Thanks,
Aravind G
Aravind Garre 2-Sep-14 5:59am View    
Hi Naveen,

Thanks for quick reply.

Can you please check the link.This link will open in browser as a PopUp Window.In that Pop up Username and password txtbox fields are there.Those txtbox fields i have to send through program and i have to click that button using Program only. Then it will redirect to home page.That home page URL i need through program.

My Main problem is i am unable to pass username and password for popup window. But i am able pass normal window.Below is sample how i am doing normal page.
control.WebBrowser.Document.GetElementById("ctl00_CPHContent_txtUserID").SetAttribute("value", str7);
control.WebBrowser.Document.GetElementById("ctl00_CPHContent_txtPassword").SetAttribute("value", str8);
control.WebBrowser.Document.GetElementById("ctl00_CPHContent_LoginButton").InvokeMember("click");

This was i have done using "WebBrowser control" in Windows application

Please help me on this...

Thanks for helping.

Regards,
Aravind G
Aravind Garre 27-Aug-14 5:02am View    
Hi Richard, Thanks for reply.
But This way i have did through program and i am able to login through program.After Login i need to get Updated URL (through program) and pass variables.Please better for me if u share any solution or videos links.

Thanks for helping

Regards,
Araind G
Aravind Garre 3-Jun-14 8:38am View    
Declare Arraylist then split by comma then u will get in arraylist

arraylist arraryl=string.split(",");

Hope this will help you...
Aravind Garre 3-Jun-14 8:34am View    
Enable this(13828) protocol ID in firewall then it will work fine.. same protocol u have to enable in sql services also.try this.