New to ASP.NET.
If a control is disabled, readonly, invisible the value it contains is not returned to the server. How do you handle detecting when the data is not returned as opposed to when it is just blank? (Created a default value and detecting that sounds a little archaic but I can't think of anything else!)
If a control is disabled, readonly, invisible the value it contains is not returned to the server. How do you handle detecting when the data is not returned as opposed to when it is just blank? (Created a default value and detecting that sounds a little archaic but I can't think of anything else!)