While entering values into the Table, I left few columns in a row are blank, While load it from Gridview to the Textbox, its all storing as “& nbsp;”.
I dont want this null value “& nbsp;” to be displayed inside Textboxes, It has to be be empty when i select from Gridview… What i have to do for that?
While entering values into the Table, I left few columns in a row are
Share
If you are using DataSource controls, then set
ConvertEmptyStringToNull="true"to your parametersOR if you are using parameterized query then it should be like…