removing xsi:nil using managed code

  • Thread starter Dan from Badgerland
  • Start date
D

Dan from Badgerland

I know how to remove the xsi:nil attribute in javascript but need to know how
to do it in vb.net. Thanks
 
C

ChandraSekhar Annapragada

You need not remove that xsi:nil attrribute thru script or any thing else.
If you give default values to the corresponding fields then there will not be
any problem. double click on text box put some value = some thing you want as
default one.
 
Top