Click here to Skip to main content
15,890,123 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
Questionhow to use checkboxes in dropdown list? Pin
alok217123-Oct-07 18:33
alok217123-Oct-07 18:33 
AnswerRe: how to use checkboxes in dropdown list? Pin
Imran Khan Pathan23-Oct-07 19:10
Imran Khan Pathan23-Oct-07 19:10 
AnswerRe: how to use checkboxes in dropdown list? Pin
M_Menon23-Oct-07 20:16
M_Menon23-Oct-07 20:16 
AnswerRe: how to use checkboxes in dropdown list? Pin
Sandeep Akhare23-Oct-07 20:50
Sandeep Akhare23-Oct-07 20:50 
QuestionAdd '+' sign for positive numbers Pin
VinothRao23-Oct-07 18:14
VinothRao23-Oct-07 18:14 
Hi,

I have the below code in my code-behind file.

protected string ConvertPercent(object number)
{
if (number == DBNull.Value)
return "-";
else
return String.Format("{0:F}", number);
}

Currently only negative numbers having '-' sign.
How can i make positive numbers having '+' sign?

Thx....
AnswerRe: Add '+' sign for positive numbers Pin
Malcolm Smart23-Oct-07 21:36
Malcolm Smart23-Oct-07 21:36 
QuestionHow to access connection string from web.config [modified] Pin
Deepak Nigam23-Oct-07 17:58
Deepak Nigam23-Oct-07 17:58 
AnswerRe: How to access connection string from web.config Pin
N a v a n e e t h23-Oct-07 18:42
N a v a n e e t h23-Oct-07 18:42 
GeneralRe: How to access connection string from web.config Pin
Deepak Nigam23-Oct-07 20:33
Deepak Nigam23-Oct-07 20:33 
AnswerRe: How to access connection string from web.config Pin
_Damian S_23-Oct-07 19:28
professional_Damian S_23-Oct-07 19:28 
GeneralRe: How to access connection string from web.config Pin
Deepak Nigam23-Oct-07 20:39
Deepak Nigam23-Oct-07 20:39 
Questiontreeview Pin
Milind Panchal23-Oct-07 17:57
Milind Panchal23-Oct-07 17:57 
QuestionHTML Table Design Pin
dataminers23-Oct-07 15:14
dataminers23-Oct-07 15:14 
AnswerRe: HTML Table Design Pin
Christian Graus23-Oct-07 15:27
protectorChristian Graus23-Oct-07 15:27 
Questionapplication server Pin
steven331123-Oct-07 14:44
steven331123-Oct-07 14:44 
AnswerRe: application server Pin
Christian Graus23-Oct-07 14:51
protectorChristian Graus23-Oct-07 14:51 
GeneralRe: application server Pin
steven331123-Oct-07 15:09
steven331123-Oct-07 15:09 
GeneralRe: application server Pin
Christian Graus23-Oct-07 15:28
protectorChristian Graus23-Oct-07 15:28 
QuestionFailed To Access IIS Metabase Pin
#realJSOP23-Oct-07 12:04
mve#realJSOP23-Oct-07 12:04 
AnswerRe: Failed To Access IIS Metabase Pin
N a v a n e e t h23-Oct-07 19:26
N a v a n e e t h23-Oct-07 19:26 
AnswerRe: Failed To Access IIS Metabase Pin
Rama Krishna Vavilala25-Oct-07 1:45
Rama Krishna Vavilala25-Oct-07 1:45 
QuestionAccessing and Instantiating page classes Pin
bbp3323-Oct-07 8:03
bbp3323-Oct-07 8:03 

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.