Click here to Skip to main content
15,901,122 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionopening print dialogue box and Outlook Express on the butttonClick event Pin
yogita charhate19-Nov-06 1:28
yogita charhate19-Nov-06 1:28 
AnswerRe: opening print dialogue box and Outlook Express on the butttonClick event Pin
Parwej Ahamad19-Nov-06 5:40
professionalParwej Ahamad19-Nov-06 5:40 
QuestionString format problem Pin
cheeken2u19-Nov-06 0:14
cheeken2u19-Nov-06 0:14 
AnswerRe: String format problem Pin
coolestCoder19-Nov-06 0:49
coolestCoder19-Nov-06 0:49 
AnswerRe: String format problem Pin
Guffa19-Nov-06 1:11
Guffa19-Nov-06 1:11 
GeneralRe: String format problem Pin
cheeken2u19-Nov-06 1:12
cheeken2u19-Nov-06 1:12 
AnswerRe: String format problem Pin
Guffa19-Nov-06 3:39
Guffa19-Nov-06 3:39 
AnswerRe: String format problem Pin
ayeleteric19-Nov-06 1:14
ayeleteric19-Nov-06 1:14 
You can do it as following too:

Dim Formatted_a As String, Formatted_b As String

Const a As Double = 123.45
Const b As Double = 78.2

Formatted_a = Format(a * 100, "00000000000")
Formatted_b = Format(b * 100, "00000000000")

Eric H.

AnswerRe: String format problem Pin
cheeken2u19-Nov-06 1:23
cheeken2u19-Nov-06 1:23 
QuestionWrite text file problem Pin
cheeken2u18-Nov-06 23:54
cheeken2u18-Nov-06 23:54 
AnswerRe: Write text file problem Pin
coolestCoder19-Nov-06 0:14
coolestCoder19-Nov-06 0:14 
AnswerRe: Write text file problem Pin
iamrashida8319-Nov-06 0:50
iamrashida8319-Nov-06 0:50 
GeneralRe: Write text file problem Pin
Colin Angus Mackay19-Nov-06 1:24
Colin Angus Mackay19-Nov-06 1:24 
GeneralRe: Write text file problem [modified] Pin
cheeken2u19-Nov-06 2:53
cheeken2u19-Nov-06 2:53 
GeneralRe: Write text file problem Pin
Justin.Jones19-Nov-06 17:54
Justin.Jones19-Nov-06 17:54 
QuestionProblem in migration from vs.net 2003 to vs.net 2005 Pin
Thampi18-Nov-06 6:09
Thampi18-Nov-06 6:09 
AnswerRe: Problem in migration from vs.net 2003 to vs.net 2005 Pin
WillemM18-Nov-06 7:58
WillemM18-Nov-06 7:58 
QuestionHow to dynamic bind Listbox DataSource? Pin
Old Gun18-Nov-06 3:54
Old Gun18-Nov-06 3:54 
QuestionRe: How to dynamic bind Listbox DataSource? Pin
just3ala218-Nov-06 19:54
just3ala218-Nov-06 19:54 
AnswerRe: How to dynamic bind Listbox DataSource? Pin
Waseem_Kanafani18-Nov-06 22:25
Waseem_Kanafani18-Nov-06 22:25 
GeneralRe: How to dynamic bind Listbox DataSource? Pin
Old Gun19-Nov-06 17:28
Old Gun19-Nov-06 17:28 
Questionhow can i call out values from .aspc Pin
suju3118-Nov-06 1:42
suju3118-Nov-06 1:42 
QuestionRe: how can i call out values from .aspc Pin
just3ala218-Nov-06 19:56
just3ala218-Nov-06 19:56 
Questioncreating png/images from pdf file Pin
Samir NIGAM17-Nov-06 23:47
Samir NIGAM17-Nov-06 23:47 
Questionnavigating to the respective resources while clicking on the image present in the template column Pin
yuvachandra17-Nov-06 23:42
yuvachandra17-Nov-06 23: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.