TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
folow
NA
1
0
c# web
Jun 27 2007 3:40 PM
im trying to send data, to server, at first attempt it sends successful but at second, it stuck or quits with an error "timeout" the error occurs in line : postdt = WebReq1.GetRequestStream(); the program: buff = Encoding.ASCII.GetBytes(""); WebReq1 = (HttpWebRequest)WebRequest.Create("http://"); WebReq1.Method = "POST"; WebReq1.ContentType = "application/x-www-form-urlencoded"; WebReq1.ContentLength = buff.Length; WebReq1.CookieContainer = WebReq.CookieContainer; postdt = WebReq1.GetRequestStream(); postdt.Write(buff, 0, buff.Length);
Reply
Answers (
0
)
new line in Text File
Image Processing: Redraw the outline of any image (sketching) in C#.Net, but How??