Click here to Skip to main content
15,912,329 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Doubt about resource files Pin
Christian Graus21-Oct-07 22:59
protectorChristian Graus21-Oct-07 22:59 
GeneralRe: Doubt about resource files Pin
hogan.smith21-Oct-07 23:10
hogan.smith21-Oct-07 23:10 
GeneralRe: Doubt about resource files Pin
Christian Graus21-Oct-07 23:52
protectorChristian Graus21-Oct-07 23:52 
GeneralRe: Doubt about resource files Pin
hogan.smith21-Oct-07 23:57
hogan.smith21-Oct-07 23:57 
GeneralRe: Doubt about resource files Pin
hogan.smith22-Oct-07 0:06
hogan.smith22-Oct-07 0:06 
QuestionDecimal(18,2) Regular Expression Pin
Mr.Sam21-Oct-07 22:52
Mr.Sam21-Oct-07 22:52 
AnswerRe: Decimal(18,2) Regular Expression Pin
Christian Graus21-Oct-07 22:59
protectorChristian Graus21-Oct-07 22:59 
AnswerRe: Decimal(18,2) Regular Expression Pin
kapil bhatnagar21-Oct-07 23:04
kapil bhatnagar21-Oct-07 23:04 
^[-]?([1-9]{1}[0-9]{0,}(\.[0-9]{0,2})?|0(\.[0-9]{0,2})?|\.[0-9]{1,2})$

This regular expression will match on a real / decimal / floating point / numeric string with no more than 2 digits past the decimal. The negative sign (-) is allowed. No leading zeroes or commas

or use the following link: http://regexlib.com for further search
GeneralRe: Decimal(18,2) Regular Expression [modified] Pin
Mr.Sam21-Oct-07 23:09
Mr.Sam21-Oct-07 23:09 
GeneralRe: Decimal(18,2) Regular Expression Pin
kapil bhatnagar21-Oct-07 23:18
kapil bhatnagar21-Oct-07 23:18 
GeneralRe: Decimal(18,2) Regular Expression Pin
Chetan Patel21-Oct-07 23:20
Chetan Patel21-Oct-07 23:20 
GeneralRe: Decimal(18,2) Regular Expression Pin
jaysaran22-Oct-07 3:13
jaysaran22-Oct-07 3:13 
QuestionOpen File Dialog without html file field Pin
yesu prakash21-Oct-07 22:40
yesu prakash21-Oct-07 22:40 
AnswerRe: Open File Dialog without html file field Pin
kapil bhatnagar21-Oct-07 22:54
kapil bhatnagar21-Oct-07 22:54 
GeneralRe: Open File Dialog without html file field Pin
yesu prakash21-Oct-07 22:57
yesu prakash21-Oct-07 22:57 
AnswerRe: Open File Dialog without html file field Pin
M LN Rao21-Oct-07 23:03
M LN Rao21-Oct-07 23:03 
Questionmaster page relating issue Pin
Sonia Gupta21-Oct-07 22:39
Sonia Gupta21-Oct-07 22:39 
AnswerRe: master page relating issue Pin
M LN Rao21-Oct-07 22:49
M LN Rao21-Oct-07 22:49 
AnswerRe: master page relating issue Pin
Guffa21-Oct-07 22:52
Guffa21-Oct-07 22:52 
AnswerRe: master page relating issue Pin
Aavesh Agarwal21-Oct-07 22:56
Aavesh Agarwal21-Oct-07 22:56 
GeneralRe: master page relating issue Pin
M LN Rao21-Oct-07 22:57
M LN Rao21-Oct-07 22:57 
AnswerRe: master page relating issue Pin
John-ph21-Oct-07 23:23
John-ph21-Oct-07 23:23 
Questionwhere is wrong ? Pin
asifbhura21-Oct-07 22:24
asifbhura21-Oct-07 22:24 
AnswerRe: where is wrong ? Pin
M LN Rao21-Oct-07 22:46
M LN Rao21-Oct-07 22:46 
QuestionHow to use CSS with Web User Control? Pin
bug_aonz21-Oct-07 22:18
bug_aonz21-Oct-07 22:18 

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.