how to programatically click on LINK
-
I can click on to a button via the following code object loginButton = webBrowser1.Document.GetElementById("ctl00_WorkSpace_Login1_LoginButton").InvokeMember("click"); but if there is a link on a website an external website that i want to click. Regards, Muhammad Nauman
"Mess with the Best, Die like the rest"
-
I can click on to a button via the following code object loginButton = webBrowser1.Document.GetElementById("ctl00_WorkSpace_Login1_LoginButton").InvokeMember("click"); but if there is a link on a website an external website that i want to click. Regards, Muhammad Nauman
"Mess with the Best, Die like the rest"
You don't have to click. Just extract the link and redirect browser to there. And your question has nothing to do with ASP.NET.
Best wishes, Navaneeth
-
You don't have to click. Just extract the link and redirect browser to there. And your question has nothing to do with ASP.NET.
Best wishes, Navaneeth
Thx Navaneeth, for your time to answer. The link actually performs the postback operation. I am confident this question is an ASP.NET one, Kindly re evaluate the requirement. Regards, Muhammad Nauman
"Mess with the Best, Die like the rest"
-
I can click on to a button via the following code object loginButton = webBrowser1.Document.GetElementById("ctl00_WorkSpace_Login1_LoginButton").InvokeMember("click"); but if there is a link on a website an external website that i want to click. Regards, Muhammad Nauman
"Mess with the Best, Die like the rest"
Awaiting for your input !!!
"Mess with the Best, Die like the rest"