Connecting Tech Pros Worldwide Forums | Help | Site Map

Raise Button click event of web site thorugh windows application.......

Member
 
Join Date: Feb 2008
Posts: 41
#1: Sep 10 '08
Hi
I dont know is it possible or not.But i am trying to raise button click event of website from my windows application.

e.g . just i want to click login button of website from my windows applicaiton.


i have developed winodws appliation using c#.net

Plz help me.....

Thanks in Adavance.

insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#2: Sep 10 '08

re: Raise Button click event of web site thorugh windows application.......


No, you can't raise events like that. What you could do is modify your web app to take a querystring or something like that. Check for it on page_load, and if it is there, manually call the event handler method. Also, you could write another page, that automatically logs in and redirects.
Member
 
Join Date: Feb 2008
Posts: 41
#3: Sep 11 '08

re: Raise Button click event of web site thorugh windows application.......


Thanks for reply !!!!!!!!

But how can i change others web application.........??
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#4: Sep 11 '08

re: Raise Button click event of web site thorugh windows application.......


Oh, well if it isn't your app, then you really can't do that.
Reply