Click here to Skip to main content
15,907,395 members
Home / Discussions / C#
   

C#

 
AnswerRe: Best Data Access Objects in .NET? Pin
Pete O'Hanlon20-Jan-07 8:11
mvePete O'Hanlon20-Jan-07 8:11 
GeneralRe: Best Data Access Objects in .NET? Pin
Blumen20-Jan-07 22:14
Blumen20-Jan-07 22:14 
GeneralRe: Best Data Access Objects in .NET? Pin
Pete O'Hanlon21-Jan-07 9:05
mvePete O'Hanlon21-Jan-07 9:05 
GeneralRe: Best Data Access Objects in .NET? Pin
Blumen21-Jan-07 15:36
Blumen21-Jan-07 15:36 
Questionobject does(n't) exist? Pin
V.17-Jan-07 21:07
professionalV.17-Jan-07 21:07 
Questionsave dataview as a Excel file [modified] Pin
teymur_khan17-Jan-07 20:49
teymur_khan17-Jan-07 20:49 
AnswerRe: save dataview as a Excel file Pin
Vinay Dornala18-Jan-07 0:24
Vinay Dornala18-Jan-07 0:24 
QuestionHttpWebRequest TimeOut On an Https channel while posting data Pin
SatyaDY17-Jan-07 20:21
SatyaDY17-Jan-07 20:21 
Hi All,
I am using HttpWebRequest and HttpWebResponse object to upload a file over HTTPS Channel.
My code works fine when I upload a small size file (Less than 2K). When I try to upload a bigger file, HttpWebRequest is Timing Out.(The operation has timed-out.)

Here is the snippet of the code I am using

HttpWebResponse Resp = (HttpWebResponse) Req.GetResponse(); Stream responseStream = Resp.GetResponseStream(); Encoding enc = Encoding.GetEncoding(1252); // Windows default Code Page
StreamReader loResponseStream = new StreamReader(responseStream,enc);
string stringResponse = loResponseStream.ReadToEnd();
LogFileStream.WriteLine("Http Response: " + Resp.StatusCode + " " + DateTime.Now.ToString().Trim()+"\n");
responseStream.Close();
oResponseStream.Close();
Does any body having clue what to do in such kind of scenario??
Thanks in advance.
Satya

Satya
QuestionCalendar control display problem Pin
bradpin17-Jan-07 20:08
bradpin17-Jan-07 20:08 
QuestionEntering language data in Web application Pin
suvarna joshi17-Jan-07 19:56
suvarna joshi17-Jan-07 19:56 
AnswerRe: Entering language data in Web application Pin
gnjunge17-Jan-07 23:24
gnjunge17-Jan-07 23:24 
Questionpanel control issue Pin
Saira Tanwir17-Jan-07 19:46
Saira Tanwir17-Jan-07 19:46 
AnswerRe: panel control issue Pin
Christian Graus17-Jan-07 20:05
protectorChristian Graus17-Jan-07 20:05 
AnswerRe: panel control issue Pin
stancrm17-Jan-07 20:05
stancrm17-Jan-07 20:05 
GeneralRe: panel control issue Pin
Saira Tanwir18-Jan-07 2:34
Saira Tanwir18-Jan-07 2:34 
QuestionI have two problem with dataGrid Pin
M Riaz Bashir17-Jan-07 19:26
M Riaz Bashir17-Jan-07 19:26 
AnswerRe: I have two problem with dataGrid Pin
jdkulkarni17-Jan-07 20:30
jdkulkarni17-Jan-07 20:30 
QuestionArraylist between classes Pin
justintimberlake17-Jan-07 19:22
justintimberlake17-Jan-07 19:22 
AnswerRe: Arraylist between classes Pin
Christian Graus17-Jan-07 20:06
protectorChristian Graus17-Jan-07 20:06 
AnswerRe: Arraylist between classes Pin
stancrm17-Jan-07 20:15
stancrm17-Jan-07 20:15 
AnswerRe: Arraylist between classes Pin
ChandruIT17-Jan-07 20:23
ChandruIT17-Jan-07 20:23 
GeneralRe: Arraylist between classes Pin
J4amieC17-Jan-07 22:08
J4amieC17-Jan-07 22:08 
Questionpost build event to create a directory Pin
Praveen Raghuvanshi17-Jan-07 19:08
professionalPraveen Raghuvanshi17-Jan-07 19:08 
AnswerRe: post build event to create a directory Pin
Stefan Troschuetz17-Jan-07 21:22
Stefan Troschuetz17-Jan-07 21:22 
QuestionHow to remove a method from CollectionBase Pin
Radgar17-Jan-07 19:02
Radgar17-Jan-07 19:02 

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.