Click here to Skip to main content
16,004,977 members
Home / Discussions / C#
   

C#

 
QuestionAccess Control -> WindowsIdentity Pin
Goerlandt25-Aug-06 1:05
Goerlandt25-Aug-06 1:05 
AnswerRe: Access Control -> WindowsIdentity Pin
stancrm25-Aug-06 2:25
stancrm25-Aug-06 2:25 
QuestionHow to set read-only properties of Outlook.PostItem object? Pin
ziggy_125-Aug-06 0:55
ziggy_125-Aug-06 0:55 
QuestionA question abt master detail forms Pin
Rocky#25-Aug-06 0:48
Rocky#25-Aug-06 0:48 
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 
Hi,

I declared a hidden field in my .aspx page like such:
<asp:HiddenField id="hdnHubID" runat="server" />

I populated the value property of the hidden field like such:
hdnHubID.Value = objOrder.Hub.ToString(); // Contains the integer hub ID

And I tried retrieving the value like this:
int intHubID = Int32.Parse(Request.Form["hdnHubID"]);

Then I get the following error in my browser:
System.ArgumentNullException: Value cannot be null.
Parameter name: String

... and it hightlights int intHubID = Int32.Parse(Request.Form["hdnHubID"]); in red.

What is this error and why am I getting it??

Regards,
ma se
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 
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 

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.