Click here to Skip to main content
15,917,795 members
Home / Discussions / C#
   

C#

 
QuestionInsert Record Pin
Member 382880813-Mar-07 3:07
Member 382880813-Mar-07 3:07 
AnswerRe: Insert Record Pin
Colin Angus Mackay13-Mar-07 3:21
Colin Angus Mackay13-Mar-07 3:21 
GeneralRe: Insert Record Pin
netJP12L13-Mar-07 8:16
netJP12L13-Mar-07 8:16 
Questionsimple type Conversion from string to double Pin
Krugger40413-Mar-07 2:48
Krugger40413-Mar-07 2:48 
AnswerRe: simple type Conversion from string to double Pin
Stefan Troschuetz13-Mar-07 3:03
Stefan Troschuetz13-Mar-07 3:03 
GeneralRe: simple type Conversion from string to double Pin
Krugger40413-Mar-07 3:10
Krugger40413-Mar-07 3:10 
AnswerRe: simple type Conversion from string to double Pin
Guffa13-Mar-07 7:02
Guffa13-Mar-07 7:02 
AnswerRe: simple type Conversion from string to double Pin
Sandeep Akhare13-Mar-07 3:05
Sandeep Akhare13-Mar-07 3:05 
Simple try this
string str = "10.23";
double db;
db=Double.Parse(str);
i think it might help you Smile | :)

Thanks and Regards
Sandeep

If you want something you never had,
do something you have never done!


QuestionHandling DataSet Pin
ayyp13-Mar-07 2:34
ayyp13-Mar-07 2:34 
AnswerRe: Handling DataSet Pin
rah_sin13-Mar-07 2:40
professionalrah_sin13-Mar-07 2:40 
QuestionAdding a new column in the explorer of Windows Vista Pin
RalU198213-Mar-07 2:34
RalU198213-Mar-07 2:34 
Questionhow to get text from captcha image Pin
uday_kiran13-Mar-07 2:17
uday_kiran13-Mar-07 2:17 
AnswerRe: how to get text from captcha image Pin
Sandeep Akhare13-Mar-07 2:35
Sandeep Akhare13-Mar-07 2:35 
AnswerRe: how to get text from captcha image Pin
Dan Neely13-Mar-07 3:07
Dan Neely13-Mar-07 3:07 
AnswerDo you know what captcha stands for? Pin
Ennis Ray Lynch, Jr.13-Mar-07 3:10
Ennis Ray Lynch, Jr.13-Mar-07 3:10 
AnswerRe: how to get text from captcha image Pin
Russell Jones13-Mar-07 3:50
Russell Jones13-Mar-07 3:50 
Questionaggregate functions Pin
Renuka Reddy13-Mar-07 2:11
Renuka Reddy13-Mar-07 2:11 
AnswerRe: aggregate functions Pin
rah_sin13-Mar-07 2:19
professionalrah_sin13-Mar-07 2:19 
AnswerRe: aggregate functions Pin
Pete O'Hanlon13-Mar-07 5:53
mvePete O'Hanlon13-Mar-07 5:53 
AnswerRe: aggregate functions Pin
mike montagne13-Mar-07 12:59
mike montagne13-Mar-07 12:59 
QuestionWindows Forms Pin
Illegal Operation13-Mar-07 1:29
Illegal Operation13-Mar-07 1:29 
AnswerRe: Windows Forms Pin
rah_sin13-Mar-07 1:48
professionalrah_sin13-Mar-07 1:48 
AnswerRe: Windows Forms Pin
waleed9913-Mar-07 4:23
waleed9913-Mar-07 4:23 
QuestionHow to access Serialised object of an application ? Pin
Mr Perfect13-Mar-07 1:20
Mr Perfect13-Mar-07 1:20 
AnswerRe: How to access Serialised object of an application ? Pin
jdkulkarni13-Mar-07 1:56
jdkulkarni13-Mar-07 1:56 

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.