i am new to asp.net
i find when using edit template to edit record with "null field", it fail
it is ok when the record has no null data field.
how should i do? Thanks
tony
Mansi Shah - 31 Oct 2007 06:56 GMT
Hi,
It would be better if u can expain your problem peoperly with code.It
might psbl that in database you have set 'not null' to that field. If it
is like that, then if the field is numeric then u can set any value like
-1 or 0 instead of null.
Hope you want something like this..
Regards,
Mansi Shah.