Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSoapException problem - Still nobody? Pin
matthias s.23-Aug-07 1:56
matthias s.23-Aug-07 1:56 
AnswerRe: SoapException problem - Still nobody? Pin
codelinks23-Aug-07 2:41
codelinks23-Aug-07 2:41 
AnswerRe: SoapException problem - Still nobody? Pin
codelinks23-Aug-07 2:49
codelinks23-Aug-07 2:49 
AnswerRe: SoapException problem - Still nobody? Pin
ChrisKo23-Aug-07 8:14
ChrisKo23-Aug-07 8:14 
QuestionASP.NET Deployement Issue Pin
codelinks23-Aug-07 1:16
codelinks23-Aug-07 1:16 
AnswerRe: ASP.NET Deployement Issue Pin
John-ph23-Aug-07 2:19
John-ph23-Aug-07 2:19 
GeneralRe: ASP.NET Deployement Issue Pin
codelinks23-Aug-07 2:31
codelinks23-Aug-07 2:31 
Questionhow to convert the datatype Pin
biswa4723-Aug-07 1:10
biswa4723-Aug-07 1:10 
there are textboxes where i am entereing the int type value.here i am using sp to
save the value.if i am giving all the values in the textboxes the its working fine.but if i
am not giving all the values in the textbox means if i left some textbox with giving any value
.then its showing error as:" Message="Conversion from string " to type 'Integer' is not valid.".

where i have written the code as" cmd.Parameters.Add("@no_mp_record", Data.SqlDbType.Int)

cmd.Parameters("@no_mp_record").Value = CType(TxtBxMp.Text, Int32) "
and in the database i have defined its value as null and also in storeprocedure i have done accaordingly.
i have executed the sp seperately n its working.

why i am getting the error. or what will be solution for the error
AnswerRe: how to convert the datatype Pin
codelinks23-Aug-07 1:25
codelinks23-Aug-07 1:25 
QuestionRe: how to convert the datatype Pin
biswa4723-Aug-07 2:13
biswa4723-Aug-07 2:13 
AnswerRe: how to convert the datatype Pin
codelinks23-Aug-07 2:29
codelinks23-Aug-07 2:29 
QuestionRe: how to convert the datatype Pin
biswa4723-Aug-07 18:53
biswa4723-Aug-07 18:53 
AnswerRe: how to convert the datatype Pin
codelinks23-Aug-07 20:07
codelinks23-Aug-07 20:07 
QuestionLooking Different in Mozilla browser Pin
.NET- India 23-Aug-07 0:59
.NET- India 23-Aug-07 0:59 
AnswerRe: Looking Different in Mozilla browser Pin
codelinks23-Aug-07 1:32
codelinks23-Aug-07 1:32 
GeneralRe: Looking Different in Mozilla browser Pin
jaishankar270423-Aug-07 22:19
jaishankar270423-Aug-07 22:19 
Questionhow to display the value of one column of the gridview in a textbox Pin
biswa4723-Aug-07 0:33
biswa4723-Aug-07 0:33 
QuestionValidators firing in PostBack Pin
Blumen23-Aug-07 0:23
Blumen23-Aug-07 0:23 
AnswerRe: Validators firing in PostBack Pin
John-ph23-Aug-07 0:35
John-ph23-Aug-07 0:35 
GeneralRe: Validators firing in PostBack Pin
Blumen23-Aug-07 1:37
Blumen23-Aug-07 1:37 
GeneralRe: Validators firing in PostBack Pin
John-ph23-Aug-07 1:49
John-ph23-Aug-07 1:49 
GeneralRe: Validators firing in PostBack Pin
Blumen23-Aug-07 3:39
Blumen23-Aug-07 3:39 
AnswerRe: Validators firing in PostBack Pin
codelinks23-Aug-07 1:38
codelinks23-Aug-07 1:38 
GeneralRe: Validators firing in PostBack Pin
John-ph23-Aug-07 1:57
John-ph23-Aug-07 1:57 
QuestionHow to send an XML file from one aspx page to other aspx page Pin
Raja Narendra Reddy23-Aug-07 0:09
Raja Narendra Reddy23-Aug-07 0:09 

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.