Click here to Skip to main content
15,908,634 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView Pin
Pete O'Hanlon12-Jul-07 3:40
mvePete O'Hanlon12-Jul-07 3:40 
GeneralRe: GridView Pin
Not Active12-Jul-07 3:46
mentorNot Active12-Jul-07 3:46 
GeneralRe: GridView Pin
Sandeep Akhare12-Jul-07 3:46
Sandeep Akhare12-Jul-07 3:46 
GeneralRe: GridView Pin
Sathesh Sakthivel12-Jul-07 3:52
Sathesh Sakthivel12-Jul-07 3:52 
GeneralRe: GridView Pin
Sathesh Sakthivel12-Jul-07 4:02
Sathesh Sakthivel12-Jul-07 4:02 
AnswerRe: GridView Pin
Not Active12-Jul-07 2:53
mentorNot Active12-Jul-07 2:53 
Questionformat using javascript ##,###.00 Pin
Vipin.d12-Jul-07 2:07
Vipin.d12-Jul-07 2:07 
AnswerRe: format using javascript ##,###.00 Pin
Pete O'Hanlon12-Jul-07 2:37
mvePete O'Hanlon12-Jul-07 2:37 
If you mean how can you mask the textbox, you can't. There is no concept of a masked textbox in HTML. What you could do though is to write a piece of javascript that was fired in the onBlur event to modify the text. This[^] example adds commas, so it should be easy enough for you to add the capability to put the .00 at the end.

A quick word of warning though - not all cultures use , as thousand separators. Some cultures use the decimal point . as the thousand separator and the comma as the decimal separator.

Please visit http://www.readytogiveup.com/ and do something special today.
Deja View - the feeling that you've seen this post before.

GeneralRe: format using javascript ##,###.00 Pin
Vipin.d12-Jul-07 3:11
Vipin.d12-Jul-07 3:11 
Questionjavascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay12-Jul-07 1:58
Ranvijay Sahay12-Jul-07 1:58 
AnswerRe: javascript calendar with scriptmanager doesnot work Pin
Sathesh Sakthivel12-Jul-07 2:01
Sathesh Sakthivel12-Jul-07 2:01 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay12-Jul-07 2:17
Ranvijay Sahay12-Jul-07 2:17 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Sathesh Sakthivel12-Jul-07 2:27
Sathesh Sakthivel12-Jul-07 2:27 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Not Active12-Jul-07 2:37
mentorNot Active12-Jul-07 2:37 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay12-Jul-07 3:54
Ranvijay Sahay12-Jul-07 3:54 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Sathesh Sakthivel12-Jul-07 4:06
Sathesh Sakthivel12-Jul-07 4:06 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay12-Jul-07 4:11
Ranvijay Sahay12-Jul-07 4:11 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Not Active12-Jul-07 4:18
mentorNot Active12-Jul-07 4:18 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay12-Jul-07 17:32
Ranvijay Sahay12-Jul-07 17:32 
QuestionRe: javascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay13-Jul-07 2:20
Ranvijay Sahay13-Jul-07 2:20 
AnswerRe: javascript calendar with scriptmanager doesnot work Pin
Not Active12-Jul-07 2:12
mentorNot Active12-Jul-07 2:12 
QuestionRe: javascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay12-Jul-07 2:21
Ranvijay Sahay12-Jul-07 2:21 
AnswerRe: javascript calendar with scriptmanager doesnot work Pin
Not Active12-Jul-07 2:34
mentorNot Active12-Jul-07 2:34 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay12-Jul-07 3:50
Ranvijay Sahay12-Jul-07 3:50 
QuestionUpload file having more than 10 MB of Space Pin
Mubashir Javaid12-Jul-07 1:57
Mubashir Javaid12-Jul-07 1:57 

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.