Click here to Skip to main content
15,917,174 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Plcaeholder removing whitespace between controls Pin
jkirkerx24-Apr-13 16:26
professionaljkirkerx24-Apr-13 16:26 
Questionvalidation not working when java script is written for imagebutton Pin
Member 999911223-Apr-13 2:48
Member 999911223-Apr-13 2:48 
AnswerRe: validation not working when java script is written for imagebutton Pin
dusty_dex23-Apr-13 2:57
dusty_dex23-Apr-13 2:57 
GeneralRe: validation not working when java script is written for imagebutton Pin
Richard Deeming23-Apr-13 3:10
mveRichard Deeming23-Apr-13 3:10 
GeneralRe: validation not working when java script is written for imagebutton Pin
dusty_dex23-Apr-13 4:29
dusty_dex23-Apr-13 4:29 
GeneralRe: validation not working when java script is written for imagebutton Pin
Michael†Cheong23-Apr-13 6:59
Michael†Cheong23-Apr-13 6:59 
GeneralRe: validation not working when java script is written for imagebutton Pin
Member 999911223-Apr-13 3:18
Member 999911223-Apr-13 3:18 
AnswerRe: validation not working when java script is written for imagebutton Pin
Richard Deeming23-Apr-13 3:13
mveRichard Deeming23-Apr-13 3:13 
QuestionHow to append content into GridView in asp.net C# Pin
Sanjeev991823-Apr-13 2:02
Sanjeev991823-Apr-13 2:02 
AnswerRe: How to append content into GridView in asp.net C# Pin
Marco Bertschi23-Apr-13 2:27
protectorMarco Bertschi23-Apr-13 2:27 
QuestionWhat is asp.net equivalent of following code Pin
maverick1213122-Apr-13 19:50
maverick1213122-Apr-13 19:50 
AnswerRe: What is asp.net equivalent of following code Pin
Sandeep Mewara22-Apr-13 22:42
mveSandeep Mewara22-Apr-13 22:42 
AnswerRe: What is asp.net equivalent of following code Pin
AmitGajjar23-Apr-13 0:38
professionalAmitGajjar23-Apr-13 0:38 
AnswerRe: What is asp.net equivalent of following code Pin
Marco Bertschi23-Apr-13 1:40
protectorMarco Bertschi23-Apr-13 1:40 
QuestionValidation for a Currency textbox Pin
Michael†Cheong22-Apr-13 19:47
Michael†Cheong22-Apr-13 19:47 
AnswerRe: Validation for a Currency textbox Pin
AmitGajjar23-Apr-13 0:43
professionalAmitGajjar23-Apr-13 0:43 
Hi,

I am not sure about the Regular expression but have couple of other solutions.

1) if you need to store decimal point in the database then that can be done through c# code as well.
decimal.Round(yourValue, 2, MidpointRounding.AwayFromZero);

2) Another way is to create javascript on the lost focus of your textbox. in the javascript function you can check for the decimal point if it is not exist then you can append that in the text box.

Hope this information may lead you to some work around.

Best luck
Thanks
-Amit Gajjar (MinterProject)

AnswerRe: Validation for a Currency textbox Pin
Yosh_24-Apr-13 21:45
professionalYosh_24-Apr-13 21:45 
QuestionGrid/Dropdown View Pin
Sugu Thomas22-Apr-13 16:51
professionalSugu Thomas22-Apr-13 16:51 
AnswerRe: Grid/Dropdown View Pin
Marco Bertschi23-Apr-13 1:44
protectorMarco Bertschi23-Apr-13 1:44 
QuestionHow to create a connection string in webconfig Pin
DeveloperLife201522-Apr-13 15:00
DeveloperLife201522-Apr-13 15:00 
AnswerRe: How to create a connection string in webconfig Pin
Vani Kulkarni22-Apr-13 17:59
professionalVani Kulkarni22-Apr-13 17:59 
GeneralRe: How to create a connection string in webconfig Pin
DeveloperLife201523-Apr-13 11:46
DeveloperLife201523-Apr-13 11:46 
AnswerRe: How to create a connection string in webconfig Pin
Aatif Ali from Bangalore3-Jul-13 0:10
professionalAatif Ali from Bangalore3-Jul-13 0:10 
QuestionAccessing ORACLE 11g database through c#.net Pin
Member 369573921-Apr-13 21:15
Member 369573921-Apr-13 21:15 
AnswerRe: Accessing ORACLE 11g database through c#.net Pin
Bernhard Hiller21-Apr-13 21:24
Bernhard Hiller21-Apr-13 21:24 

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.