Click here to Skip to main content
16,005,149 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to access a sever control from javascript?? Pin
ake_krakbar10-Aug-06 21:32
ake_krakbar10-Aug-06 21:32 
QuestionData type mismatch in criteria expression Pin
frossie10-Aug-06 17:42
frossie10-Aug-06 17:42 
AnswerRe: Data type mismatch in criteria expression Pin
manowj10-Aug-06 18:57
manowj10-Aug-06 18:57 
GeneralRe: Data type mismatch in criteria expression Pin
frossie10-Aug-06 20:08
frossie10-Aug-06 20:08 
GeneralRe: Data type mismatch in criteria expression Pin
_AK_10-Aug-06 20:29
_AK_10-Aug-06 20:29 
AnswerRe: Data type mismatch in criteria expression Pin
manowj10-Aug-06 20:37
manowj10-Aug-06 20:37 
GeneralRe: Data type mismatch in criteria expression Pin
frossie10-Aug-06 21:03
frossie10-Aug-06 21:03 
QuestionObject reference not set to an instance of an object Pin
frossie10-Aug-06 22:08
frossie10-Aug-06 22:08 
If (ID = 2) Then<br />
                <pre>TextBox1.Text = ds.Tables("programs").Rows(ID).Item(2)</pre><br />
                Dim temp1 As New DateTime(Year(TextBox1.Text), Month(TextBox1.Text), Day(TextBox1.Text))<br />
                MsgBox("temp1=" + temp1)<br />
                temp1 = temp1.AddDays(7)<br />
                ds.Tables("programs").Rows(ID + 1).Item(3) = temp1<br />
      <br />
            End If


i keep getting this error "Object reference not set to an instance of an object". Why isit so?

frossie

AnswerRe: Object reference not set to an instance of an object Pin
_AK_10-Aug-06 22:17
_AK_10-Aug-06 22:17 
QuestionSimple Code Help Pin
TheKiwi10-Aug-06 14:19
TheKiwi10-Aug-06 14:19 
AnswerRe: Simple Code Help Pin
Mike Ellison10-Aug-06 14:58
Mike Ellison10-Aug-06 14:58 
QuestionASP.NET Control Building Book Recomendations Pin
HellfireHD10-Aug-06 13:11
HellfireHD10-Aug-06 13:11 
AnswerRe: ASP.NET Control Building Book Recomendations Pin
minhpc_bk10-Aug-06 15:43
minhpc_bk10-Aug-06 15:43 
GeneralRe: ASP.NET Control Building Book Recomendations Pin
HellfireHD10-Aug-06 18:27
HellfireHD10-Aug-06 18:27 
QuestionMethodologies &amp; Patterns Pin
robert11010-Aug-06 11:30
robert11010-Aug-06 11:30 
Questionthe DetailsView Pin
Drathmar10-Aug-06 11:10
Drathmar10-Aug-06 11:10 
AnswerRe: the DetailsView Pin
minhpc_bk10-Aug-06 15:51
minhpc_bk10-Aug-06 15:51 
QuestionRe: the DetailsView Pin
Drathmar25-Aug-06 12:59
Drathmar25-Aug-06 12:59 
QuestionIs there a variable defined by asp.net for active theme or skin file path? [modified] Pin
Member 9610-Aug-06 10:34
Member 9610-Aug-06 10:34 
AnswerRe: Is there a variable defined by asp.net for active theme or skin file path? Pin
minhpc_bk10-Aug-06 23:32
minhpc_bk10-Aug-06 23:32 
QuestionRunning a web app without the aspx files Pin
ake_krakbar10-Aug-06 8:24
ake_krakbar10-Aug-06 8:24 
AnswerRe: Running a web app without the aspx files Pin
Mike Ellison10-Aug-06 8:50
Mike Ellison10-Aug-06 8:50 
QuestionSharing assemblies between a WebService and a client application Pin
Dario Solera10-Aug-06 7:47
Dario Solera10-Aug-06 7:47 
AnswerRe: Sharing assemblies between a WebService and a client application Pin
Naes10-Aug-06 18:41
Naes10-Aug-06 18:41 
GeneralRe: Sharing assemblies between a WebService and a client application Pin
Dario Solera10-Aug-06 20:24
Dario Solera10-Aug-06 20:24 

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.