Click here to Skip to main content
15,887,340 members
Home / Discussions / C#
   

C#

 
GeneralRe: Numeric Format problem Pin
Eddy Vluggen9-Jul-09 1:47
professionalEddy Vluggen9-Jul-09 1:47 
GeneralRe: Numeric Format problem Pin
ansriharsha9-Jul-09 2:40
ansriharsha9-Jul-09 2:40 
QuestionRe: Numeric Format problem Pin
Eddy Vluggen9-Jul-09 2:51
professionalEddy Vluggen9-Jul-09 2:51 
AnswerRe: Numeric Format problem Pin
ansriharsha9-Jul-09 3:47
ansriharsha9-Jul-09 3:47 
GeneralRe: Numeric Format problem Pin
Eddy Vluggen9-Jul-09 3:57
professionalEddy Vluggen9-Jul-09 3:57 
AnswerRe: Numeric Format problem Pin
ansriharsha9-Jul-09 4:33
ansriharsha9-Jul-09 4:33 
GeneralRe: Numeric Format problem Pin
Eddy Vluggen9-Jul-09 6:33
professionalEddy Vluggen9-Jul-09 6:33 
AnswerRe: Numeric Format problem Pin
ansriharsha17-Jul-09 0:50
ansriharsha17-Jul-09 0:50 
Hi ,

I used Regularexpression and its working fine.

as:

<asp:regularexpressionvalidator id="regexpName" runat="server"
errormessage="This expression does not validate."
controltovalidate="TextBox5"
validationexpression="^\d{1,8}(\.\d{1,2})?$" enableviewstate="true">;


in
controltovalidate : speicfy the textbox to validate
ValidationExpression: which validates the expression in the format (8,2)
otherwise gives error.

Thanks for all suggestions.

sriharsha
QuestionPlease Help... Pin
mjawadkhatri8-Jul-09 23:00
mjawadkhatri8-Jul-09 23:00 
AnswerRe: Please Help... Pin
Pete O'Hanlon8-Jul-09 23:16
mvePete O'Hanlon8-Jul-09 23:16 
GeneralRe: Please Help... Pin
Luc Pattyn9-Jul-09 9:42
sitebuilderLuc Pattyn9-Jul-09 9:42 
AnswerRe: Please Help... Pin
Blue_Boy8-Jul-09 23:26
Blue_Boy8-Jul-09 23:26 
GeneralRe: Please Help... Pin
mjawadkhatri9-Jul-09 0:00
mjawadkhatri9-Jul-09 0:00 
AnswerRe: Please Help... Pin
J4amieC9-Jul-09 0:47
J4amieC9-Jul-09 0:47 
GeneralRe: Please Help... Pin
mjawadkhatri9-Jul-09 0:54
mjawadkhatri9-Jul-09 0:54 
GeneralRe: Please Help... Pin
Pete O'Hanlon9-Jul-09 1:01
mvePete O'Hanlon9-Jul-09 1:01 
GeneralRe: Please Help... Pin
mjawadkhatri9-Jul-09 1:21
mjawadkhatri9-Jul-09 1:21 
GeneralRe: Please Help... Pin
Pete O'Hanlon9-Jul-09 1:25
mvePete O'Hanlon9-Jul-09 1:25 
GeneralRe: Please Help... Pin
mjawadkhatri9-Jul-09 1:50
mjawadkhatri9-Jul-09 1:50 
QuestionHelp Please Email Text Box Pin
Danie de Kock8-Jul-09 22:21
Danie de Kock8-Jul-09 22:21 
AnswerRe: Help Please Email Text Box Pin
Danie de Kock9-Jul-09 0:18
Danie de Kock9-Jul-09 0:18 
GeneralRe: Help Please Email Text Box Pin
K03069-Jul-09 1:56
K03069-Jul-09 1:56 
Questionchanging brightness in video player? Pin
kukoc8-Jul-09 22:15
kukoc8-Jul-09 22:15 
AnswerRe: changing brightness in video player? Pin
kukoc9-Jul-09 22:27
kukoc9-Jul-09 22:27 
QuestionVC++ Pin
Satish Pai8-Jul-09 21:09
Satish Pai8-Jul-09 21: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.