I have a asp.net 2.0 detailView control, and I want to set a default value for the insert mode. I'd converted the row into a template row and set the textbox.text with a default value, however, when I hit the insert button, the page throw an exception.It says the value is null.
Does anyone know how to set a default value in detailview for the insert mode?
Does anyone know how to set a default value in detailview for the insert mode?