can't create a form in code-behind
Hi,
In the code-behind, i can create everything (tables, gridviews etc ...) but no form.
I first deleted the form in the aspx page (automatically created) because i know there ca be only one form, and then tried this (with VWD):
dim f as ...
but i couldn't find 'form' in the list.
What's the reason of that?
Thanks
|