Click here to Skip to main content
15,925,181 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to attach a file in with Mail in Mailing System in asp.net2.0 Pin
mrgaddam23-Oct-07 20:17
mrgaddam23-Oct-07 20:17 
AnswerRe: How to attach a file in with Mail in Mailing System in asp.net2.0 Pin
N a v a n e e t h23-Oct-07 20:26
N a v a n e e t h23-Oct-07 20:26 
QuestionIdentifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 20:16
VinothRao23-Oct-07 20:16 
AnswerRe: Identifying the value is negative or positive in float number Pin
Imran Khan Pathan23-Oct-07 20:29
Imran Khan Pathan23-Oct-07 20:29 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 20:34
VinothRao23-Oct-07 20:34 
GeneralRe: Identifying the value is negative or positive in float number Pin
Malcolm Smart23-Oct-07 21:00
Malcolm Smart23-Oct-07 21:00 
AnswerRe: Identifying the value is negative or positive in float number Pin
N a v a n e e t h23-Oct-07 20:42
N a v a n e e t h23-Oct-07 20:42 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 20:59
VinothRao23-Oct-07 20:59 
i did that before.......but was encounter error........

Operator '<' cannot be applied to operands of type 'object' and 'int'

Brooo.....after implement ur code into my page.....got some confusion happen with the result....c below....

Grp1 +0.0071
Grp2 0.0001
Grp3 +0.0047
Grp4 +0.0041
Grp5 +0.0038
Grp6 0.0001
Grp7 +0.0005

for the data 0.0005 it has + sign.......but for data 0.0001 dont have....any idea???

Below is the code.

protected string ConvertRM(object number)
{
if (number == DBNull.Value)
return "-";
else
if (number.ToString().Contains("-"))
return String.Format("{0:F4}", number);
else
return String.Format("+{0:F4}", number);
}
GeneralRe: Identifying the value is negative or positive in float number Pin
Malcolm Smart23-Oct-07 21:07
Malcolm Smart23-Oct-07 21:07 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 21:11
VinothRao23-Oct-07 21:11 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 21:12
VinothRao23-Oct-07 21:12 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 21:14
VinothRao23-Oct-07 21:14 
GeneralRe: Identifying the value is negative or positive in float number Pin
N a v a n e e t h23-Oct-07 21:15
N a v a n e e t h23-Oct-07 21:15 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 21:20
VinothRao23-Oct-07 21:20 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 21:37
VinothRao23-Oct-07 21:37 
GeneralRe: Identifying the value is negative or positive in float number Pin
Malcolm Smart23-Oct-07 21:38
Malcolm Smart23-Oct-07 21:38 
QuestionProblem while Login Pin
pavya_Cool23-Oct-07 19:44
pavya_Cool23-Oct-07 19:44 
AnswerRe: Problem while Login Pin
Sandeep Akhare23-Oct-07 19:58
Sandeep Akhare23-Oct-07 19:58 
AnswerRe: Problem while Login Pin
Deepak Nigam23-Oct-07 20:28
Deepak Nigam23-Oct-07 20:28 
GeneralRe: Problem while Login Pin
pavya_Cool23-Oct-07 20:31
pavya_Cool23-Oct-07 20:31 
Questiontextbox es with database values Pin
rameshdontagani23-Oct-07 19:00
rameshdontagani23-Oct-07 19:00 
AnswerRe: textbox es with database values Pin
N a v a n e e t h23-Oct-07 19:02
N a v a n e e t h23-Oct-07 19:02 
GeneralRe: textbox es with database values Pin
rameshdontagani23-Oct-07 19:04
rameshdontagani23-Oct-07 19:04 
GeneralRe: textbox es with database values Pin
N a v a n e e t h23-Oct-07 19:12
N a v a n e e t h23-Oct-07 19:12 
GeneralRe: textbox es with database values Pin
Imran Khan Pathan23-Oct-07 19:16
Imran Khan Pathan23-Oct-07 19:16 

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.