Null values doesnot show up in custom edit form in a drop down choice menu
Hello guys, I have a problem. I don't know why custom edit form is behaving like that. I have a choice drop down with values " ","Yes","No". For custom new form, I can insert null values and everything is working fine. But coming to this custom edit form which I created. While editing, if we set a value to null and submit the form. It is getting the "Yes" as the value. It is skipping the null value and placing the "Yes" value. I have kept the default value for choice drop down as " ".(null too). I don't know why it is not showing null value. Do guys have any idea or if came across anything like this. Please help
October 26th, 2010 4:55pm

Hi, Firstly, “” is not null but string.empty. Secondly, please make sure there are other code to change the value of the drop down list and you get the value from the proper object at the proper time point. I suggest you to debug your code step by step to check the value of the drop down list. Hope it is helpful! Seven
Free Windows Admin Tool Kit Click here and download it now
November 1st, 2010 4:52am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics