Click here to Skip to main content
15,909,953 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: some problem Pin
Imran Khan Pathan2-Feb-07 1:29
Imran Khan Pathan2-Feb-07 1:29 
AnswerRe: some problem Pin
Sandeep Akhare2-Feb-07 1:27
Sandeep Akhare2-Feb-07 1:27 
GeneralRe: some problem Pin
Imran Khan Pathan2-Feb-07 1:42
Imran Khan Pathan2-Feb-07 1:42 
AnswerRe: some problem Pin
Pradipta Basu2-Feb-07 9:39
Pradipta Basu2-Feb-07 9:39 
QuestionHow should I pass a variable to a "controlid" on a ControlParameter. Pin
Red_Wizard_Shot_The_Food2-Feb-07 0:40
Red_Wizard_Shot_The_Food2-Feb-07 0:40 
AnswerRe: How should I pass a variable to a "controlid" on a ControlParameter. Pin
minhpc_bk2-Feb-07 16:28
minhpc_bk2-Feb-07 16:28 
QuestionProblem in SAVING Portion of the Web Page content into WORD .doc file Pin
Jay_se2-Feb-07 0:28
Jay_se2-Feb-07 0:28 
QuestionObject reference not set to an instance of an object. Pin
Imran Khan Pathan2-Feb-07 0:23
Imran Khan Pathan2-Feb-07 0:23 
protected void GV_account_RowDataBound(object sender, GridViewRowEventArgs e)<br />
    {<br />
            DataSet ds =new DataSet();<br />
            ds=(DataSet)Session["ds"];<br />
            Label lbl_title=new Label();<br />
            lbl_title = (Label)e.Row.FindControl("lbl_title")<br />
            lbl_title.Text =Convert.ToString(ds.Tables[0].Rows[0]["sex"]);<br />
<br />
'<br />
'<br />
'<br />
'<br />
'<br />
'<br />
'<br />
'<br />
<br />
<br />
}



Object reference not set to an instance of an object.

error line:--lbl_title.Text = Convert.ToString(ds.Tables[0].Rows[0]["sex"]);


Pathan
AnswerRe: Object reference not set to an instance of an object. Pin
Colin Angus Mackay2-Feb-07 0:37
Colin Angus Mackay2-Feb-07 0:37 
AnswerRe: Object reference not set to an instance of an object. Pin
blue_arc2-Feb-07 0:48
blue_arc2-Feb-07 0:48 
GeneralRe: Object reference not set to an instance of an object. Pin
Colin Angus Mackay2-Feb-07 3:05
Colin Angus Mackay2-Feb-07 3:05 
GeneralRe: Object reference not set to an instance of an object. Pin
RichardGrimmer5-Feb-07 23:52
RichardGrimmer5-Feb-07 23:52 
AnswerRe: Object reference not set to an instance of an object. Pin
Blue_Boy2-Feb-07 1:13
Blue_Boy2-Feb-07 1:13 
AnswerRe: Object reference not set to an instance of an object. Pin
Vasudevan Deepak Kumar2-Feb-07 1:48
Vasudevan Deepak Kumar2-Feb-07 1:48 
GeneralRe: Object reference not set to an instance of an object. Pin
Colin Angus Mackay2-Feb-07 3:08
Colin Angus Mackay2-Feb-07 3:08 
GeneralRe: Object reference not set to an instance of an object. Pin
Vasudevan Deepak Kumar2-Feb-07 3:42
Vasudevan Deepak Kumar2-Feb-07 3:42 
JokeRe: Object reference not set to an instance of an object. Pin
Malcolm Smart2-Feb-07 14:23
Malcolm Smart2-Feb-07 14:23 
QuestionAsynchronous call on IIS not working (does on Development server) Pin
Malcolm Smart1-Feb-07 23:56
Malcolm Smart1-Feb-07 23:56 
AnswerRe: Asynchronous call on IIS not working (does on Development server) Pin
blue_arc2-Feb-07 0:25
blue_arc2-Feb-07 0:25 
GeneralRe: Asynchronous call on IIS not working (does on Development server) Pin
Malcolm Smart2-Feb-07 0:44
Malcolm Smart2-Feb-07 0:44 
AnswerRe: Asynchronous call on IIS not working (does on Development server) Pin
Malcolm Smart2-Feb-07 1:09
Malcolm Smart2-Feb-07 1:09 
Questiondifference between dotnet nuke and Microsoft Solution Framework Pin
imshally811-Feb-07 23:41
imshally811-Feb-07 23:41 
AnswerRe: difference between dotnet nuke and Microsoft Solution Framework Pin
Colin Angus Mackay2-Feb-07 0:13
Colin Angus Mackay2-Feb-07 0:13 
GeneralRe: difference between dotnet nuke and Microsoft Solution Framework Pin
imshally812-Feb-07 1:02
imshally812-Feb-07 1:02 
GeneralRe: difference between dotnet nuke and Microsoft Solution Framework Pin
Colin Angus Mackay2-Feb-07 8:28
Colin Angus Mackay2-Feb-07 8:28 

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.