Click here to Skip to main content
15,894,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
i want to write data into .txt file, so i using :
Dim objSWriter As New StreamWriter(.....)
objSWriter.Write(EmployeeNumber & " " &EmployeeName & " " & EmployeeAddress)

Since every employee name's length is not same, so the result at text file will be :
xxxxxx xxxxxxxxxxx xxxxxxx
xxxxx xxxxxxxxxxxxx xxxxxxx
xxxxxxxx xxxxxxxxxxxxx xxxxxxx

So i need to format the style of displaying data become :
xxxxxxxxx xxxxxxxxx xxxxxxxx
xxxxxxxxx xxxxxxxxx xxxxxxxx
xxxxxxxxx xxxxxxxxx xxxxxxxx

How to make this type of display format ?


Best regards,
Chee ken

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 
QuestionHTML page inside tablecell.. Pin
KORCARI17-Nov-06 23:30
KORCARI17-Nov-06 23:30 
AnswerRe: HTML page inside tablecell.. Pin
Guffa18-Nov-06 1:35
Guffa18-Nov-06 1:35 

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.