Click here to Skip to main content
15,889,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: HTML Mail Compose Add-In Pin
Edbert P1-Aug-06 13:14
Edbert P1-Aug-06 13:14 
Questionformat a decimal number Pin
coolpali_girl31-Jul-06 18:36
coolpali_girl31-Jul-06 18:36 
AnswerRe: format a decimal number Pin
Wesley Samuel31-Jul-06 18:46
Wesley Samuel31-Jul-06 18:46 
GeneralRe: format a decimal number Pin
coolpali_girl31-Jul-06 19:22
coolpali_girl31-Jul-06 19:22 
GeneralRe: format a decimal number Pin
Vipin Venugopal31-Jul-06 19:38
Vipin Venugopal31-Jul-06 19:38 
GeneralRe: format a decimal number Pin
coolpali_girl31-Jul-06 19:52
coolpali_girl31-Jul-06 19:52 
GeneralRe: format a decimal number Pin
_AK_31-Jul-06 20:13
_AK_31-Jul-06 20:13 
GeneralRe: format a decimal number Pin
Vipin Venugopal31-Jul-06 20:20
Vipin Venugopal31-Jul-06 20:20 
Iam really sorry for the mistake. actually i missed one small piece of code.

Decimal i=Convert.ToDecimal(textBox1.Text);
textBox2.Text=Convert.ToString(Math.Round(i,2));


u should give Math.Round(i,2)

where i is the decimal no and 2 is the no of decimal places to be rounded to.

this will surely work. I am sorry for the previous error ok.

Vipin
GeneralRe: format a decimal number Pin
coolpali_girl31-Jul-06 21:21
coolpali_girl31-Jul-06 21:21 
QuestionNeed the regular expression to filter HTML tags in ASP.NET Pin
Exelioindia31-Jul-06 18:30
Exelioindia31-Jul-06 18:30 
AnswerRe: Need the regular expression to filter HTML tags in ASP.NET Pin
Guffa31-Jul-06 19:15
Guffa31-Jul-06 19:15 
GeneralRe: Need the regular expression to filter HTML tags in ASP.NET Pin
Exelioindia31-Jul-06 20:18
Exelioindia31-Jul-06 20:18 
GeneralNeed the regular expression to filter HTML tags in ASP.NET Pin
Exelioindia1-Aug-06 20:15
Exelioindia1-Aug-06 20:15 
GeneralRe: Need the regular expression to filter HTML tags in ASP.NET Pin
Guffa2-Aug-06 0:00
Guffa2-Aug-06 0:00 
GeneralRe: Need the regular expression to filter HTML tags in ASP.NET Pin
Exelioindia2-Aug-06 0:36
Exelioindia2-Aug-06 0:36 
QuestionHow to code minimize button Pin
jagmit2031-Jul-06 18:25
jagmit2031-Jul-06 18:25 
AnswerRe: How to code minimize button [modified] Pin
Guffa31-Jul-06 19:11
Guffa31-Jul-06 19:11 
AnswerRe: How to code minimize button Pin
mbbisht31-Jul-06 20:29
mbbisht31-Jul-06 20:29 
Questionschedule task by the interval of day,month,year Pin
mbbisht31-Jul-06 17:53
mbbisht31-Jul-06 17:53 
AnswerRe: schedule task by the interval of day,month,year Pin
mnaveed1-Aug-06 0:45
mnaveed1-Aug-06 0:45 
Questioncheckbox in Infragistic webgrid Pin
walsudani31-Jul-06 16:13
walsudani31-Jul-06 16:13 
Questionextracting url in asp.net Pin
porsche996turbo31-Jul-06 16:10
porsche996turbo31-Jul-06 16:10 
AnswerRe: extracting url in asp.net Pin
mbbisht31-Jul-06 18:13
mbbisht31-Jul-06 18:13 
AnswerRe: extracting url in asp.net Pin
Khawar Abbas131-Jul-06 20:48
Khawar Abbas131-Jul-06 20:48 
QuestionDynamic custom validator at server? Pin
Member 9631-Jul-06 16:07
Member 9631-Jul-06 16:07 

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.