Ask a Question related to ASP.NET General, Design and Development.
-
Boban Dragojlovic #1
ViewState can't handle numeric fields?
If I do this
x = 5
ViewState("myX") = x
then after a post-back, ViewState("myX") is Nothing
but this
x = 5
ViewState("myX") = x.toString
works just fine
any ideas why this is so? I thought it stored objects, and as such could
store anything
(it also doesn't work correctly with date fields)
Boban Dragojlovic Guest
-
How to handle numeric variables in sh?
Here's a code snippet of a script I use often to number a bunch of pics in a directory that I think shows how to do what you want to do: ... -
Do Database fields have a numeric equavilant?
Does Access 2000 actually allocate an numerical reference for each field even if I have given the field a name of my own? Thanks in advance TP -
Wrong value returned when accessing numeric fields with JDBC
I'm accessing a FMPro 5.5 database from a Java program through the JDBC driver, but I'm having problems with numeric fields with a decimal part (I... -
How to handle deleted fields
I deleted several calculation fields in a form. I re- entered the fields. Now when I put in a calculation formulas, the information will not show... -
Numeric characters after alphabetic characters sorting varchar2 fields
Hi! Why numeric characters are placed after alphabetic characters sorting varchar2 fields? Example: AAA BBB 111 FFF XXX



Reply With Quote

