Hi, I need some information about calling events of web application through windows application by httpwebrequest nd response Actually I want to execute all events of web application through request…., but I only succeed for server side control's event and not for client side control like anchor element like that……. I am implementing all these from windows application…..., If u have any information then please reply….…….. Dipti Jadhav
Dipti D Jadhav
Posts
-
Calling client side control through httpwebrequest -
About Httpwebrequst & responseHi, 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
-
how to write queryThe answer for ur question is here select sno,name,[desc] from trial1 where convert(varchar(50),sno)+name in(select convert(varchar(50),max(sno))+name from trial1 group by name) Please let me know, if u have any questions/comments.
-
how to write queryYou can use following query select max(no),name from trial1 group by name If have any questions, thn let me know Dipti Jadhav
-
how to write queryYou can use following query select max(no),name from trial1 group by name If have any questions, thn let me know