Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: Accessing ORACLE 11g database through c#.net Pin
Member 369573921-Apr-13 21:30
Member 369573921-Apr-13 21:30 
AnswerRe: Accessing ORACLE 11g database through c#.net Pin
Karthik Harve22-Apr-13 1:35
professionalKarthik Harve22-Apr-13 1:35 
AnswerRe: Accessing ORACLE 11g database through c#.net Pin
jkirkerx22-Apr-13 8:19
professionaljkirkerx22-Apr-13 8:19 
GeneralRe: Accessing ORACLE 11g database through c#.net Pin
Jasmine250122-Apr-13 9:02
Jasmine250122-Apr-13 9:02 
GeneralRe: Accessing ORACLE 11g database through c#.net Pin
jkirkerx22-Apr-13 10:27
professionaljkirkerx22-Apr-13 10:27 
GeneralRe: Accessing ORACLE 11g database through c#.net Pin
Jasmine250122-Apr-13 11:05
Jasmine250122-Apr-13 11:05 
GeneralRe: Accessing ORACLE 11g database through c#.net Pin
jkirkerx22-Apr-13 11:39
professionaljkirkerx22-Apr-13 11:39 
GeneralRe: Accessing ORACLE 11g database through c#.net Pin
Jasmine250122-Apr-13 13:01
Jasmine250122-Apr-13 13:01 

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.