About Httpwebrequst & response
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Actually I want to execute all events of web application through request…., but I only succeed for button's click event and not for all other like image button and anchor element like that……. The difference between button event & image button event is that button event is related to delegate System.EventHandler and image button to System.Web.UI.ImageClickEventHandler. The link button event also works fine through request because it's event also related to delegate System.EventHandler.... I have also problem with how to call the click event of anchor element bcaz it is client side element. I am implementing all these from windows application…..., If u have any information then please reply….…….. Bye.... Dipti