I have a FormView with a Database Datasource with three columns:
col_a
col_b
col_c
After the user presses the "New" button the ItemInsert template appears, with all columns blanked out. I would then like to plug in a default value (let's say "X") to col_a. I cannot figure out how to accomplish this simple task. The name of the textbox associated with the column is col_aTextBox.
col_a
col_b
col_c
After the user presses the "New" button the ItemInsert template appears, with all columns blanked out. I would then like to plug in a default value (let's say "X") to col_a. I cannot figure out how to accomplish this simple task. The name of the textbox associated with the column is col_aTextBox.