Click here to Skip to main content
15,898,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: hello friends Pin
Talal Sultan23-Aug-07 20:13
Talal Sultan23-Aug-07 20:13 
QuestionRe: hello friends Pin
John-ph23-Aug-07 20:21
John-ph23-Aug-07 20:21 
AnswerRe: hello friends Pin
N a v a n e e t h23-Aug-07 20:23
N a v a n e e t h23-Aug-07 20:23 
AnswerRe: hello friends Pin
Vasudevan Deepak Kumar23-Aug-07 20:23
Vasudevan Deepak Kumar23-Aug-07 20:23 
Questionconversion of C# to vb code Pin
biswa4723-Aug-07 18:55
biswa4723-Aug-07 18:55 
AnswerRe: conversion of C# to vb code Pin
Christian Graus23-Aug-07 19:04
protectorChristian Graus23-Aug-07 19:04 
AnswerRe: conversion of C# to vb code Pin
Imran Khan Pathan23-Aug-07 19:08
Imran Khan Pathan23-Aug-07 19:08 
QuestionRe: conversion of C# to vb code Pin
biswa4723-Aug-07 19:14
biswa4723-Aug-07 19:14 
ya , i also think so. but i had problem which i posted over here in response i got this soln. .

the problem is:

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: conversion of C# to vb code Pin
Imran Khan Pathan23-Aug-07 19:33
Imran Khan Pathan23-Aug-07 19:33 
AnswerRe: conversion of C# to vb code Pin
ballameharmurali23-Aug-07 20:50
ballameharmurali23-Aug-07 20:50 
AnswerRe: conversion of C# to vb code Pin
Vasudevan Deepak Kumar23-Aug-07 21:11
Vasudevan Deepak Kumar23-Aug-07 21:11 
AnswerRe: conversion of C# to vb code Pin
DarynRoberts23-Aug-07 21:31
DarynRoberts23-Aug-07 21:31 
QuestionHow to dynamically bind ItemTempalate in dynamically. Pin
imranafsari23-Aug-07 17:54
imranafsari23-Aug-07 17:54 
AnswerRe: How to dynamically bind ItemTempalate in dynamically. Pin
Christian Graus23-Aug-07 18:23
protectorChristian Graus23-Aug-07 18:23 
AnswerRe: How to dynamically bind ItemTempalate in dynamically. Pin
John-ph23-Aug-07 20:52
John-ph23-Aug-07 20:52 
AnswerRe: How to dynamically bind ItemTempalate in dynamically. Pin
ChrisKo24-Aug-07 7:46
ChrisKo24-Aug-07 7:46 
QuestionHow to build an AJAX enabled WebControl ? Pin
SierraMike23-Aug-07 11:57
SierraMike23-Aug-07 11:57 
AnswerRe: How to build an AJAX enabled WebControl ? Pin
Christian Graus23-Aug-07 12:57
protectorChristian Graus23-Aug-07 12:57 
QuestionRe: How to build an AJAX enabled WebControl ? Pin
SierraMike23-Aug-07 20:40
SierraMike23-Aug-07 20:40 
QuestionException :{System.Threading.ThreadAbortException} Pin
Md Arif23-Aug-07 10:08
Md Arif23-Aug-07 10:08 
AnswerRe: Exception :{System.Threading.ThreadAbortException} Pin
ChrisKo23-Aug-07 13:22
ChrisKo23-Aug-07 13:22 
GeneralRe: Exception :{System.Threading.ThreadAbortException} Pin
Md Arif24-Aug-07 2:25
Md Arif24-Aug-07 2:25 
AnswerRe: Exception :{System.Threading.ThreadAbortException} Pin
Vasudevan Deepak Kumar23-Aug-07 20:25
Vasudevan Deepak Kumar23-Aug-07 20:25 
GeneralRe: Exception :{System.Threading.ThreadAbortException} Pin
Md Arif24-Aug-07 2:24
Md Arif24-Aug-07 2:24 
QuestionServer Configuration Error Pin
Gbenle23-Aug-07 9:47
Gbenle23-Aug-07 9:47 

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.