|
-
Feb 26th, 2003, 11:49 PM
#1
Thread Starter
Hyperactive Member
Format function doesn't work in ASP.NET?
Ok... I have a string that contains "1" ... I want to format it so that it will hold "00000001"
So I just do...
s1 = "1"
s2 = Format(s1, "00000000")
s2 now equals "00000000" ... when it should be "00000001"
This works in regular VB, but not ASP.NET .... WHY?!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|