views:

265

answers:

2

Hi

Formview1 is databound to SQLSource that has a while condition. this while condition has a term which is a control in my page set by user. The problem is when there is no match (between users' value and database) the page *becomes blank*

i want the controls of my formview and rest of the page to still be available

is that possbile

A: 
  • Are you hiding any exceptions?

  • Does the page displays any errors or really blank page?

  • Have you debugged the page?

Sameh Serag
No exception hidden, no errors and yes i debugged and i solved that problem, but got new one:Update: Now it does not show black page ( other controls are visible)But the formview is not visible whether there is match or not in the while condition!
Shankarooni
A: 

You see blank page because the emptytamplte of your form-view is empty :) Thank you

Shankarooni