sorry, the web service that your windows form has subscribed to with the following private System.Net.CookieContainer Cookies = new System.Net.CookieContainer(); public localhost.Service1 mt = new localhost.Service1(); mt.CookieContainer = Cookies;
P
painlessprod
@painlessprod
Posts
-
How Can We Extract A String From A Cookie, In Windows Form -
Datagrid row colouringi think that only works with a datagrid in in asp.net
-
How Can We Extract A String From A Cookie, In Windows Formyou need to have private System.Net.CookieContainer Cookies = new System.Net.CookieContainer(); mt.CookieContainer = Cookies; where mt is your webservice
-
Datagrid row colouringI have a datagrid that is bound to a collection. I have events that fire on individual items in that collection. I would like to see an example with a form that has a datagrid, a button that says paint red and a textbox that specifies the index of the dg to paint