Click here to Skip to main content
15,886,873 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPrtining is asp.net Pin
Any_India25-Mar-10 22:52
Any_India25-Mar-10 22:52 
AnswerRe: Prtining is asp.net Pin
R. Giskard Reventlov26-Mar-10 0:02
R. Giskard Reventlov26-Mar-10 0:02 
GeneralRe: Prtining is asp.net Pin
Any_India26-Mar-10 0:45
Any_India26-Mar-10 0:45 
GeneralRe: Prtining is asp.net Pin
steam27-Mar-10 4:23
steam27-Mar-10 4:23 
AnswerRe: Prtining is asp.net Pin
tunsten26-Mar-10 0:12
tunsten26-Mar-10 0:12 
GeneralRe: Prtining is asp.net Pin
Any_India26-Mar-10 0:46
Any_India26-Mar-10 0:46 
AnswerRe: Prtining is asp.net Pin
Sneha Bisht26-Mar-10 0:54
Sneha Bisht26-Mar-10 0:54 
QuestionProblem with twitter integration in C# Pin
yadlaprasad25-Mar-10 21:11
yadlaprasad25-Mar-10 21:11 
Hi,

I am trying to post a message to twitter from my ASP.NET Application.so downlaoded the Twitterizer.Framework.dll and try the below code. but i am getting error message like

"{Twitterizer.Framework.TwitterizerException: Unable to connect to the remote server ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 128.242.240.116:80
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)"

Twitter twitter = new Twitter(TwitterUserName, TwitterPassword);

                string TwitterMsg = message.Text;
                if (message.Text.Length > 120)
                {
                    TwitterMsg = TwitterMsg.Substring(0, 130) + "... For more update logon to DailyFreeCode.com";
                }
                else
                {
                    TwitterMsg = TwitterMsg + "... For more update logon to DailyFreeCode.com";
                }
                twitter.Status.Update(TwitterMsg);
                lblTwitMsg.InnerText = "Your have shout successfully on http://twitter.com/" + TwitterUserName;

fttyhtrhyfytrytrysetyetytesystryrty

AnswerRe: Problem with twitter integration in C# Pin
SeMartens25-Mar-10 21:47
SeMartens25-Mar-10 21:47 
AnswerRe: Problem with twitter integration in C# Pin
kar_chak13-Sep-10 4:58
kar_chak13-Sep-10 4:58 
Questionclear form data (IE problem) Pin
Punit Belani25-Mar-10 20:26
Punit Belani25-Mar-10 20:26 
AnswerRe: clear form data (IE problem) Pin
Sandeep Mewara25-Mar-10 20:43
mveSandeep Mewara25-Mar-10 20:43 
GeneralRe: clear form data (IE problem) Pin
Punit Belani25-Mar-10 20:51
Punit Belani25-Mar-10 20:51 
GeneralRe: clear form data (IE problem) Pin
Sandeep Mewara25-Mar-10 20:57
mveSandeep Mewara25-Mar-10 20:57 
GeneralRe: clear form data (IE problem) Pin
Punit Belani25-Mar-10 21:03
Punit Belani25-Mar-10 21:03 
GeneralRe: clear form data (IE problem) Pin
Sandeep Mewara25-Mar-10 21:09
mveSandeep Mewara25-Mar-10 21:09 
GeneralRe: clear form data (IE problem) Pin
Punit Belani25-Mar-10 21:13
Punit Belani25-Mar-10 21:13 
QuestionAjax Control toolkit PinPopular
future383925-Mar-10 16:44
future383925-Mar-10 16:44 
AnswerRe: Ajax Control toolkit Pin
Gaurav Dudeja India25-Mar-10 19:38
Gaurav Dudeja India25-Mar-10 19:38 
AnswerRe: Ajax Control toolkit Pin
Sandeep Mewara25-Mar-10 20:41
mveSandeep Mewara25-Mar-10 20:41 
GeneralRe: Ajax Control toolkit Pin
future383927-Mar-10 5:47
future383927-Mar-10 5:47 
GeneralRe: Ajax Control toolkit Pin
future383927-Mar-10 6:00
future383927-Mar-10 6:00 
AnswerRe: Ajax Control toolkit Pin
Syed Nasir Abbas11-Dec-10 0:22
Syed Nasir Abbas11-Dec-10 0:22 
AnswerRe: Ajax Control toolkit Pin
thatsanun5-Oct-11 18:36
thatsanun5-Oct-11 18:36 
QuestionRotating text 90 degrees with CSS2.1 Pin
AndyASPVB25-Mar-10 11:09
AndyASPVB25-Mar-10 11:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.