Click here to Skip to main content
15,896,915 members
Home / Discussions / C#
   

C#

 
AnswerRe: Checkbox Pin
T M Gray9-Jul-10 10:40
T M Gray9-Jul-10 10:40 
QuestionData driven unit tests: how does the test framework determine the datarow-order? Pin
Erik8-Jul-10 22:11
Erik8-Jul-10 22:11 
AnswerRe: Data driven unit tests: how does the test framework determine the datarow-order? Pin
Luc Pattyn8-Jul-10 23:31
sitebuilderLuc Pattyn8-Jul-10 23:31 
GeneralRe: Data driven unit tests: how does the test framework determine the datarow-order? Pin
Erik8-Jul-10 23:58
Erik8-Jul-10 23:58 
QuestionHttpWebRequest.GetResponse() hangs Pin
Quiltfish8-Jul-10 21:49
Quiltfish8-Jul-10 21:49 
AnswerRe: HttpWebRequest.GetResponse() hangs Pin
Luc Pattyn8-Jul-10 23:27
sitebuilderLuc Pattyn8-Jul-10 23:27 
GeneralRe: HttpWebRequest.GetResponse() hangs Pin
Quiltfish9-Jul-10 0:54
Quiltfish9-Jul-10 0:54 
AnswerRe: HttpWebRequest.GetResponse() hangs Pin
Ennis Ray Lynch, Jr.9-Jul-10 3:22
Ennis Ray Lynch, Jr.9-Jul-10 3:22 
Maybe http://www.deckcheck.net/export.php?deck= is the problem?

Also, you may want to start reading the response stream and close it before displaying a message box. Try reading your headers and response.Close() before using a message box. Also, only because I can't stand it, don't name local variables starting with a capital letter. There is a reason C# is case-sensitive.

Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting.

A man said to the universe:
"Sir I exist!"
"However," replied the universe,
"The fact has not created in me
A sense of obligation."
--Stephen Crane


QuestionCurrency Conversion from Euro to other.. Pin
rahul.net118-Jul-10 19:13
rahul.net118-Jul-10 19:13 
AnswerRe: Currency Conversion from Euro to other.. Pin
Abhinav S8-Jul-10 19:21
Abhinav S8-Jul-10 19:21 
GeneralRe: Currency Conversion from Euro to other.. Pin
rahul.net118-Jul-10 20:01
rahul.net118-Jul-10 20:01 
AnswerRe: Currency Conversion from Euro to other.. Pin
elchupathingy8-Jul-10 19:26
elchupathingy8-Jul-10 19:26 
GeneralRe: Currency Conversion from Euro to other.. Pin
rahul.net118-Jul-10 19:51
rahul.net118-Jul-10 19:51 
GeneralRe: Currency Conversion from Euro to other.. Pin
SeMartens8-Jul-10 20:59
SeMartens8-Jul-10 20:59 
AnswerRe: Currency Conversion from Euro to other.. Pin
Luc Pattyn8-Jul-10 23:34
sitebuilderLuc Pattyn8-Jul-10 23:34 
QuestionRecreate email from database record Pin
RCoate8-Jul-10 17:15
RCoate8-Jul-10 17:15 
AnswerRe: Recreate email from database record Pin
Abhinav S8-Jul-10 18:43
Abhinav S8-Jul-10 18:43 
GeneralRe: Recreate email from database record Pin
RCoate8-Jul-10 20:18
RCoate8-Jul-10 20:18 
QuestionHowto: get a textbox to display bytes as 0's and 1's.. ? Pin
Shaareable8-Jul-10 15:48
Shaareable8-Jul-10 15:48 
AnswerRe: Howto: get a textbox to display bytes as 0's and 1's.. ? Pin
JF20158-Jul-10 18:20
JF20158-Jul-10 18:20 
AnswerRe: Howto: get a textbox to display bytes as 0's and 1's.. ? Pin
Abhinav S8-Jul-10 18:46
Abhinav S8-Jul-10 18:46 
GeneralRe: Howto: get a textbox to display bytes as 0's and 1's.. ? Pin
harold aptroot8-Jul-10 23:09
harold aptroot8-Jul-10 23:09 
GeneralRe: Howto: get a textbox to display bytes as 0's and 1's.. ? Pin
Shaareable9-Jul-10 0:35
Shaareable9-Jul-10 0:35 
AnswerRe: Howto: get a textbox to display bytes as 0's and 1's.. ? Pin
DaveyM698-Jul-10 21:17
professionalDaveyM698-Jul-10 21:17 
AnswerRe: Howto: get a textbox to display bytes as 0's and 1's.. ? Pin
Luc Pattyn8-Jul-10 23:39
sitebuilderLuc Pattyn8-Jul-10 23:39 

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.