why blank page appears when grid view and form view run in browser?
i have a database and binded to it via grid view and form view but when viewed in browser there is a blank page shows up.the platform i used is asp.net3.5 and c#.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Feb 26, 2009, 9:13 AM
in the page load event handler you add those lines and of corse the control here is what ever you want in terms of web controls
TheControl.Visible = true;
this.Controls.Add(TheControl);