Click here to Skip to main content
15,919,500 members
Home / Discussions / C#
   

C#

 
AnswerRe: A question abt master detail forms Pin
Itanium25-Aug-06 2:28
Itanium25-Aug-06 2:28 
GeneralRe: A question abt master detail forms Pin
Rocky#25-Aug-06 20:54
Rocky#25-Aug-06 20:54 
QuestionC# Outlook add-in (MAPI) - queer PR_SENDER_NAME Pin
ziggy_125-Aug-06 0:42
ziggy_125-Aug-06 0:42 
QuestionHidden Fields Pin
Brendan Vogt25-Aug-06 0:27
Brendan Vogt25-Aug-06 0:27 
AnswerRe: Hidden Fields Pin
Shajeel25-Aug-06 0:41
Shajeel25-Aug-06 0:41 
GeneralRe: Hidden Fields Pin
Brendan Vogt25-Aug-06 0:55
Brendan Vogt25-Aug-06 0:55 
GeneralRe: Hidden Fields Pin
Shajeel25-Aug-06 1:16
Shajeel25-Aug-06 1:16 
AnswerRe: Hidden Fields Pin
Mircea Grelus25-Aug-06 1:07
Mircea Grelus25-Aug-06 1:07 
You're gettind a null reference exception becaue the Request.Form["hdnHubID"] is unable to retrieve to control and it returns null which is passed to Int32.Parse that expects a string. You should check for null reference exceptions.

regards,
Mircea
Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

QuestionIs there any class or utility that reads the sln file Pin
Brosis25-Aug-06 0:04
Brosis25-Aug-06 0:04 
AnswerRe: Is there any class or utility that reads the sln file Pin
GDavy25-Aug-06 1:29
GDavy25-Aug-06 1:29 
QuestionRetrieving Subset of Pixels from an Image Pin
Vsree25-Aug-06 0:00
Vsree25-Aug-06 0:00 
AnswerRe: Retrieving Subset of Pixels from an Image Pin
Christian Graus25-Aug-06 0:08
protectorChristian Graus25-Aug-06 0:08 
Questionconst vs readonly Pin
psamy24-Aug-06 23:50
psamy24-Aug-06 23:50 
AnswerRe: const vs readonly Pin
MIHAI_MTZ25-Aug-06 0:01
MIHAI_MTZ25-Aug-06 0:01 
AnswerRe: const vs readonly Pin
coolestCoder25-Aug-06 0:03
coolestCoder25-Aug-06 0:03 
GeneralRe: const vs readonly Pin
Divyang Mithaiwala25-Aug-06 0:45
Divyang Mithaiwala25-Aug-06 0:45 
GeneralRe: const vs readonly Pin
coolestCoder25-Aug-06 0:53
coolestCoder25-Aug-06 0:53 
AnswerRe: const vs readonly Pin
Not Active25-Aug-06 2:36
mentorNot Active25-Aug-06 2:36 
AnswerRe: const vs readonly Pin
Scott Dorman1-Sep-06 13:50
professionalScott Dorman1-Sep-06 13:50 
Question64 bit application Pin
psamy24-Aug-06 23:48
psamy24-Aug-06 23:48 
AnswerRe: 64 bit application Pin
Not Active25-Aug-06 2:31
mentorNot Active25-Aug-06 2:31 
GeneralRe: 64 bit application Pin
Dave Kreskowiak29-Aug-06 2:08
mveDave Kreskowiak29-Aug-06 2:08 
QuestionThread with ListView Pin
mm31024-Aug-06 23:30
mm31024-Aug-06 23:30 
AnswerRe: Thread with ListView [modified] Pin
coolestCoder24-Aug-06 23:45
coolestCoder24-Aug-06 23:45 
GeneralRe: Thread with ListView Pin
mm31025-Aug-06 0:21
mm31025-Aug-06 0:21 

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.