Click here to Skip to main content
15,896,320 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp.net. webPages, webForms, MVC, ... oh my god Pin
Richard MacCutchan20-Apr-13 23:38
mveRichard MacCutchan20-Apr-13 23:38 
GeneralRe: asp.net. webPages, webForms, MVC, ... oh my god Pin
Frygreen26-Apr-13 7:45
Frygreen26-Apr-13 7:45 
Questionhow to create YES/NO buttons in a popup? Pin
Qadri Jillani19-Apr-13 20:57
Qadri Jillani19-Apr-13 20:57 
AnswerRe: how to create YES/NO buttons in a popup? Pin
Abhishek Sur20-Apr-13 1:37
professionalAbhishek Sur20-Apr-13 1:37 
Questionsetup file Pin
Ashwini kumbhar19-Apr-13 19:31
Ashwini kumbhar19-Apr-13 19:31 
AnswerRe: setup file Pin
Karthik Harve19-Apr-13 19:56
professionalKarthik Harve19-Apr-13 19:56 
Questionjavascript __dopostback System.NullReferenceException Pin
jojoba201119-Apr-13 18:36
jojoba201119-Apr-13 18:36 
AnswerRe: javascript __dopostback System.NullReferenceException Pin
Karthik Harve19-Apr-13 20:21
professionalKarthik Harve19-Apr-13 20:21 
Hi,

if the gridview is invisible i.e. you have made visible = "false", the control will not be rendered into the client, and object will go null. So, this is what happening in your case.

if you want the gridview to be rendered into the client but not to be displayed, then try by using style attribute like this. style = "display: none;". if you do so, probably you can access UniqueID.

hope it helps.
Vande Matharam - Jai Hind

QuestionRe: javascript __dopostback System.NullReferenceException Pin
jojoba201119-Apr-13 20:47
jojoba201119-Apr-13 20:47 
AnswerRe: javascript __dopostback System.NullReferenceException Pin
Karthik Harve19-Apr-13 21:26
professionalKarthik Harve19-Apr-13 21:26 
QuestionRe: javascript __dopostback System.NullReferenceException Pin
jojoba201119-Apr-13 22:04
jojoba201119-Apr-13 22:04 
QuestionRe: javascript __dopostback System.NullReferenceException Pin
jojoba201121-Apr-13 17:41
jojoba201121-Apr-13 17:41 
Questionhow to append text on textarea T_T no people reply Pin
Michael†Cheong19-Apr-13 5:21
Michael†Cheong19-Apr-13 5:21 
AnswerRe: how to append text on textarea T_T no people reply Pin
Jasmine250119-Apr-13 9:45
Jasmine250119-Apr-13 9:45 
AnswerRe: how to append text on textarea T_T no people reply Pin
R. Giskard Reventlov19-Apr-13 10:57
R. Giskard Reventlov19-Apr-13 10:57 
GeneralRe: how to append text on textarea T_T no people reply Pin
Michael†Cheong19-Apr-13 18:39
Michael†Cheong19-Apr-13 18:39 
QuestionCode migration to VB to C# Pin
Leo Rajendra Dhakal18-Apr-13 19:15
Leo Rajendra Dhakal18-Apr-13 19:15 
AnswerRe: Code migration to VB to C# Pin
Karthik Harve18-Apr-13 20:07
professionalKarthik Harve18-Apr-13 20:07 
GeneralRe: Code migration to VB to C# Pin
dusty_dex18-Apr-13 21:48
dusty_dex18-Apr-13 21:48 
AnswerRe: Code migration to VB to C# Pin
Richard Deeming19-Apr-13 2:01
mveRichard Deeming19-Apr-13 2:01 
QuestionHELP T_T save image into database (binary format) Pin
Michael†Cheong18-Apr-13 7:04
Michael†Cheong18-Apr-13 7:04 
AnswerRe: HELP T_T save image into database (binary format) Pin
Richard Deeming18-Apr-13 7:09
mveRichard Deeming18-Apr-13 7:09 
GeneralRe: HELP T_T save image into database (binary format) Pin
Michael†Cheong18-Apr-13 9:44
Michael†Cheong18-Apr-13 9:44 
GeneralRe: HELP T_T save image into database (binary format) Pin
Richard Deeming18-Apr-13 10:03
mveRichard Deeming18-Apr-13 10:03 
GeneralRe: HELP T_T save image into database (binary format) Pin
Michael†Cheong18-Apr-13 19:52
Michael†Cheong18-Apr-13 19:52 

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.