Trent L. Taylor (08/19/2008)
You have not read through
all of the posts or docs then
You will want to use a Return / Set option depending on whether it is a reference or value type. But this is how you will get what you are looking for.
Hi Trent, I tried this with the value 0 and yes, a NULL value is saved in the database when the user enters a 0.
What I want is that the user enters nothing at all in the textbox (and also, I don't want to see a 0 when there is a NULL value in the database, just an empty textbox). With strings this is working fine, but I cannot get this to work with integers...
Or am I still missing something...