Click here to Skip to main content
15,917,964 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to call back from server side Pin
Piyush Vardhan Singh11-May-08 23:42
Piyush Vardhan Singh11-May-08 23:42 
AnswerRe: how to call back from server side Pin
Christian Graus11-May-08 23:45
protectorChristian Graus11-May-08 23:45 
GeneralRe: how to call back from server side Pin
Piyush Vardhan Singh12-May-08 0:04
Piyush Vardhan Singh12-May-08 0:04 
GeneralRe: how to call back from server side Pin
Christian Graus12-May-08 0:06
protectorChristian Graus12-May-08 0:06 
QuestionProblem with iframe control Pin
Vsree11-May-08 23:29
Vsree11-May-08 23:29 
QuestionObject reference not set to an instance of an object Pin
Saba0211-May-08 23:24
Saba0211-May-08 23:24 
AnswerRe: Object reference not set to an instance of an object Pin
Christian Graus11-May-08 23:27
protectorChristian Graus11-May-08 23:27 
AnswerRe: Object reference not set to an instance of an object Pin
eyeseetee11-May-08 23:28
eyeseetee11-May-08 23:28 
This is quite a general error message.
You will need to check that all code referenced in the c# is correct at time of processing:
i.e. dont refer to a control in c# which doesnt exist in aspx page
For example you could be finding a control that doesnt exist or

Saba02 wrote:
QueryString["idLabel"]);


the above might not exist or be transferring

Can you post your aspx?
QuestionRemove additional rows from data table. Pin
rahul.net1111-May-08 22:48
rahul.net1111-May-08 22:48 
AnswerRe: Remove additional rows from data table. Pin
Christian Graus11-May-08 23:13
protectorChristian Graus11-May-08 23:13 
GeneralRe: Remove additional rows from data table. Pin
rahul.net1111-May-08 23:32
rahul.net1111-May-08 23:32 
GeneralRe: Remove additional rows from data table. Pin
Christian Graus11-May-08 23:45
protectorChristian Graus11-May-08 23:45 
GeneralRe: Remove additional rows from data table. Pin
rahul.net1112-May-08 0:02
rahul.net1112-May-08 0:02 
AnswerRe: Remove additional rows from data table. Pin
Eytukan11-May-08 23:19
Eytukan11-May-08 23:19 
QuestionRe: Remove additional rows from data table. Pin
rahul.net1111-May-08 23:29
rahul.net1111-May-08 23:29 
AnswerRe: Remove additional rows from data table. Pin
Christian Graus11-May-08 23:58
protectorChristian Graus11-May-08 23:58 
GeneralRe: Remove additional rows from data table. Pin
rahul.net1112-May-08 0:06
rahul.net1112-May-08 0:06 
GeneralRe: Remove additional rows from data table. Pin
Christian Graus12-May-08 0:07
protectorChristian Graus12-May-08 0:07 
GeneralRe: Remove additional rows from data table. Pin
rahul.net1112-May-08 0:21
rahul.net1112-May-08 0:21 
GeneralRe: Remove additional rows from data table. Pin
Christian Graus12-May-08 11:58
protectorChristian Graus12-May-08 11:58 
Questionusing google search Pin
eyeseetee11-May-08 22:00
eyeseetee11-May-08 22:00 
AnswerRe: using google search Pin
Christian Graus11-May-08 22:10
protectorChristian Graus11-May-08 22:10 
GeneralRe: using google search Pin
Jeremy Falcon11-May-08 22:24
professionalJeremy Falcon11-May-08 22:24 
GeneralRe: using google search Pin
Christian Graus11-May-08 22:37
protectorChristian Graus11-May-08 22:37 
AnswerRe: using google search Pin
Eytukan11-May-08 22:15
Eytukan11-May-08 22:15 

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.