Thursday, March 29, 2012

Get a variable from db when a FormView loads

Hello,
I have a formview and when I load it I would like to check a variable "Cover" from the database, to see wether or not it is empty.

But how on earth do I get the variables from the sqldatasource in my function "FormView1_load(...)" ??

Use a sqlconnection/sqlcommand in FormView1_Load.

No comments:

Post a Comment