Click here to Skip to main content
15,915,328 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionImage not showing on Hosting site Pin
Ista11-May-06 4:12
Ista11-May-06 4:12 
AnswerRe: Image not showing on Hosting site Pin
KrIstOfK11-May-06 4:22
KrIstOfK11-May-06 4:22 
GeneralRe: Image not showing on Hosting site Pin
Ista11-May-06 4:54
Ista11-May-06 4:54 
QuestionDataList not showing Pin
kbalias11-May-06 2:25
kbalias11-May-06 2:25 
AnswerRe: DataList not showing Pin
minhpc_bk11-May-06 19:55
minhpc_bk11-May-06 19:55 
GeneralRe: DataList not showing Pin
kbalias14-May-06 19:34
kbalias14-May-06 19:34 
QuestionError for opration = Pin
ptvce11-May-06 1:52
ptvce11-May-06 1:52 
AnswerRe: Error for opration = Pin
Kanjinghat11-May-06 2:38
Kanjinghat11-May-06 2:38 
i am not sure but you can check it. normally the below statement returns a string and i think you are trying to add the returned string value to totalcode(probably a decimal).
dsD.Tables[0].Rows[i][0]
so you better to convert the same to decimal as shown below.
Convert.ToDecimal(dsD.Tables[0].Rows[i][0].ToString());


cheers.




Ramesh.Kanjinghat
GeneralRe: Error for opration = Pin
Guffa11-May-06 9:23
Guffa11-May-06 9:23 
AnswerRe: Error for opration = Pin
Colin Angus Mackay11-May-06 10:30
Colin Angus Mackay11-May-06 10:30 
QuestionHow to Get the IP of a computer on the network? Pin
Assaf8211-May-06 1:23
Assaf8211-May-06 1:23 
AnswerRe: How to Get the IP of a computer on the network? Pin
minhpc_bk11-May-06 20:04
minhpc_bk11-May-06 20:04 
Questiontransfer data from excel file to sql server programatically Pin
amit__811-May-06 0:55
amit__811-May-06 0:55 
AnswerRe: transfer data from excel file to sql server programatically Pin
chinnasrihari11-May-06 3:16
chinnasrihari11-May-06 3:16 
GeneralRe: transfer data from excel file to sql server programatically Pin
amit__811-May-06 18:04
amit__811-May-06 18:04 
GeneralBanner management Pin
Anish M11-May-06 0:42
Anish M11-May-06 0:42 
QuestioniHow can i use macromedia projects in asp.net. Pin
TechnoGrey11-May-06 0:36
TechnoGrey11-May-06 0:36 
AnswerRe: iHow can i use macromedia projects in asp.net. Pin
Paddy Boyd11-May-06 3:58
Paddy Boyd11-May-06 3:58 
Questiontransfer data from excel file into sql server table Pin
amit__811-May-06 0:29
amit__811-May-06 0:29 
AnswerRe: transfer data from excel file into sql server table Pin
TechnoGrey11-May-06 0:44
TechnoGrey11-May-06 0:44 
GeneralRe: transfer data from excel file into sql server table Pin
amit__811-May-06 1:42
amit__811-May-06 1:42 
GeneralRe: transfer data from excel file into sql server table Pin
sathish s11-May-06 2:55
sathish s11-May-06 2:55 
QuestionReg Session Pin
Suamal11-May-06 0:00
Suamal11-May-06 0:00 
Questionproblem with refresh Pin
Jeeva Mary Varghese10-May-06 23:49
Jeeva Mary Varghese10-May-06 23:49 
AnswerRe: problem with refresh Pin
sathish s11-May-06 0:28
sathish s11-May-06 0: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.