Click here to Skip to main content
15,923,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Populate ListBox using XML? Pin
Ed.Poore2-Jul-07 22:25
Ed.Poore2-Jul-07 22:25 
QuestionSending Mail Pin
.NET- India 2-Jul-07 21:51
.NET- India 2-Jul-07 21:51 
AnswerRe: Sending Mail Pin
N a v a n e e t h2-Jul-07 22:40
N a v a n e e t h2-Jul-07 22:40 
AnswerRe: Sending Mail Pin
Sathesh Sakthivel2-Jul-07 22:57
Sathesh Sakthivel2-Jul-07 22:57 
GeneralRe: Sending Mail Pin
Sujay chakraborty15-Jan-09 17:38
Sujay chakraborty15-Jan-09 17:38 
QuestionRegular expression Error Pin
Narendra Mohan2-Jul-07 21:47
Narendra Mohan2-Jul-07 21:47 
AnswerRe: Regular expression Error Pin
Ed.Poore2-Jul-07 22:26
Ed.Poore2-Jul-07 22:26 
Questionisdecimal validation Pin
Vipin.d2-Jul-07 21:45
Vipin.d2-Jul-07 21:45 
hi ,

using Asp.net 2003 with c#
i am validating input is decimal or not

the code is like
decimal decVal ;

if( decimal.TryParse(inputvalue, out decVal))
{
return true;
}
else
{
return false;
}


But the problm is in decimal.TryParse
the error is " 'decimal' does not contain a definition for 'TryParse'"

any solution .or any other logic??

thanks in advance




All I ever wanted is what others have....
CrazySanker





AnswerRe: isdecimal validation Pin
DavidNohejl2-Jul-07 22:24
DavidNohejl2-Jul-07 22:24 
QuestionAjax Error in asp.net 2.0 Pin
nabeelkhan2-Jul-07 21:38
nabeelkhan2-Jul-07 21:38 
Questionerror :asp.net web service in visual c++ Pin
zahra_d842-Jul-07 21:22
zahra_d842-Jul-07 21:22 
QuestionDoubt regarding Report generation. Pin
SrividhyaS2-Jul-07 20:58
SrividhyaS2-Jul-07 20:58 
AnswerRe: Doubt regarding Report generation. Pin
Rahul.Goel2-Jul-07 21:11
Rahul.Goel2-Jul-07 21:11 
QuestionProblem with Response.Write() Pin
Narendra Mohan2-Jul-07 20:51
Narendra Mohan2-Jul-07 20:51 
AnswerRe: Problem with Response.Write() Pin
Sandeep Akhare2-Jul-07 21:03
Sandeep Akhare2-Jul-07 21:03 
GeneralRe: Problem with Response.Write() Pin
Narendra Mohan2-Jul-07 21:16
Narendra Mohan2-Jul-07 21:16 
Questionhtml table display........ Pin
Member 38798812-Jul-07 20:42
Member 38798812-Jul-07 20:42 
AnswerRe: html table display........ Pin
Sandeep Akhare2-Jul-07 20:45
Sandeep Akhare2-Jul-07 20:45 
AnswerRe: html table display........ Pin
honeyss2-Jul-07 20:45
honeyss2-Jul-07 20:45 
AnswerRe: html table display........ Pin
Imran Khan Pathan2-Jul-07 21:16
Imran Khan Pathan2-Jul-07 21:16 
Questioncreating textbox on fly Pin
hari4ur2-Jul-07 20:20
hari4ur2-Jul-07 20:20 
AnswerRe: creating textbox on fly Pin
Sandeep Akhare2-Jul-07 20:27
Sandeep Akhare2-Jul-07 20:27 
GeneralRe: creating textbox on fly Pin
hari4ur3-Jul-07 20:46
hari4ur3-Jul-07 20:46 
GeneralRe: creating textbox on fly Pin
Sandeep Akhare3-Jul-07 20:55
Sandeep Akhare3-Jul-07 20:55 
GeneralRe: creating textbox on fly Pin
hari4ur4-Jul-07 23:31
hari4ur4-Jul-07 23:31 

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.