Click here to Skip to main content
15,903,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
am tryin to develop a application in c# to send message to mobile from my pc.. but i got error the following line that i mentioned below.....
C#
CookieContainer cookie = System.Web.UI.WebControls.Login.Connect (t1.Text, t2.Text, out status);
string[] siteParameters = System.Web.UI.WebControls.Login.GetSiteParameters(cookie);
Posted
Updated 27-Jul-12 4:28am
v3
Comments
[no name] 27-Jul-12 10:06am    
System.Web.UI.WebControls.Login does not contain a Connect or GetSiteParameters method.

1 solution

Ok.

You have three Paramenters, right?

So, why do you think you don´t need pass each one individually?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900