Click here to Skip to main content
15,891,679 members

Comments by Anaya Upadhyay (Top 31 by date)

Anaya Upadhyay 18-Aug-14 1:24am View    
a datatable
Anaya Upadhyay 9-Oct-13 5:49am View    
100% sure

And i need to solve this within 12 hours. Please help.
As I said earlier, it runs well in localhost. But after hosting it on the Server the same line doesnot work.
Anaya Upadhyay 9-Oct-13 0:23am View    
i've tried this. But the issue is, the same code runs in localhost but not in server (i mean when it is online).
Anaya Upadhyay 8-Oct-13 7:03am View    
The error is on the line 1089 and the code goes like this:

1089: bool myValue;
1090: if(Boolean.TryParse(drow["IsTrue"].ToString(), out myValue))
1010: this.genderCheckBox.Checked = true;
1011: else
1012: this.genderCheckBox.Checked = false;
Anaya Upadhyay 8-Oct-13 6:23am View    
The error is on the line 1089 and the code goes like this:

1089: bool myValue;
1090: if(Boolean.TryParse(drow["IsTrue"].ToString(), out myValue))
1010: this.genderCheckBox.Checked = true;
1011: else
1012: this.genderCheckBox.Checked = false;