Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie FormView question

Status
Not open for further replies.

dgerdner

Programmer
Mar 30, 2005
41
0
0
US
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.
 
On Form Load event, col_aTextBox.Text = "X";.

Sharing the best from my side...

--Prashant--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top