Click here to Skip to main content
15,923,120 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionAny one can help me for options is null or not an object error while poulating ASPxComboBox by using java script Pin
DSubbu17-Jul-08 3:22
DSubbu17-Jul-08 3:22 
AnswerRe: Any one can help me for options is null or not an object error while poulating ASPxComboBox by using java script Pin
Paul Conrad25-Jul-08 16:42
professionalPaul Conrad25-Jul-08 16:42 
Questionoptions is null or not an object error while poulating ASPxComboBox by using java script Pin
DSubbu17-Jul-08 2:51
DSubbu17-Jul-08 2:51 
AnswerRe: options is null or not an object error while poulating ASPxComboBox by using java script Pin
Paul Conrad25-Jul-08 16:42
professionalPaul Conrad25-Jul-08 16:42 
QuestionFIPS compliant CSP's in .net? Pin
Member 9616-Jul-08 11:12
Member 9616-Jul-08 11:12 
AnswerRe: FIPS compliant CSP's in .net? Pin
Mike Dimmick18-Jul-08 6:15
Mike Dimmick18-Jul-08 6:15 
GeneralRe: FIPS compliant CSP's in .net? Pin
Member 9618-Jul-08 6:38
Member 9618-Jul-08 6:38 
GeneralFormatting with Minimum and Maximum Places Pin
Brady Kelly16-Jul-08 5:19
Brady Kelly16-Jul-08 5:19 
I can't seem to find a way to format a float, to always have at least two places, but will include up to n places when required, i.e. it will render three places if required, but no trailing zero when only two places are required.

Then, why is my number always rounded to two places in the following example? 

            float f = 22223.430321F;
            MessageBox.Show(string.Format("{0Blush | :O .0000}", f));




GeneralRe: Formatting with Minimum and Maximum Places Pin
drweb8616-Jul-08 5:39
drweb8616-Jul-08 5:39 
GeneralRe: Formatting with Minimum and Maximum Places Pin
Brady Kelly16-Jul-08 5:46
Brady Kelly16-Jul-08 5:46 
Questionsynchronization of options Pin
drweb8616-Jul-08 3:20
drweb8616-Jul-08 3:20 
AnswerRe: synchronization of options Pin
Mark Salsbery16-Jul-08 7:38
Mark Salsbery16-Jul-08 7:38 
GeneralRe: synchronization of options Pin
drweb8616-Jul-08 20:27
drweb8616-Jul-08 20:27 
QuestionData Synchronization and Retrieval Pin
CodingYoshi16-Jul-08 3:15
CodingYoshi16-Jul-08 3:15 
AnswerRe: Data Synchronization and Retrieval Pin
Wendelius17-Jul-08 7:40
mentorWendelius17-Jul-08 7:40 
GeneralRe: Data Synchronization and Retrieval Pin
CodingYoshi19-Jul-08 8:52
CodingYoshi19-Jul-08 8:52 
GeneralRe: Data Synchronization and Retrieval Pin
Wendelius19-Jul-08 9:06
mentorWendelius19-Jul-08 9:06 
GeneralRe: Data Synchronization and Retrieval Pin
CodingYoshi19-Jul-08 9:28
CodingYoshi19-Jul-08 9:28 
Question"Feature" in VS 2005, 2008? Pin
equalizer70016-Jul-08 2:42
equalizer70016-Jul-08 2:42 
QuestionCertification Request in .Net Pin
whaese15-Jul-08 22:10
whaese15-Jul-08 22:10 
AnswerRe: Certification Request in .Net Pin
Colin Angus Mackay16-Jul-08 4:10
Colin Angus Mackay16-Jul-08 4:10 
GeneralRe: Certification Request in .Net Pin
whaese16-Jul-08 20:53
whaese16-Jul-08 20:53 
QuestionHow VS 2008 Support Visual Source Safe. Pin
Binod K15-Jul-08 19:50
Binod K15-Jul-08 19:50 
AnswerRe: How VS 2008 Support Visual Source Safe. Pin
Colin Angus Mackay16-Jul-08 4:09
Colin Angus Mackay16-Jul-08 4:09 
AnswerRe: How VS 2008 Support Visual Source Safe. Pin
Oshtri Deka28-Jul-08 0:42
professionalOshtri Deka28-Jul-08 0:42 

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.