Mondeo
Well-known member
Ive added a gridview to my page, gridview1.
Then in code behind ive added a couple of lines
gridview1.datasource = dtFeedback
gridview1.databind
The IDE finds gridview1 no problem and intellisense works fine.
When I try and run it it fails with build errors, none are shown in the normal window however when I go into the output window. It shows
error BC30451: Name GridView1 is not declared.
error BC30451: Name GridView1 is not declared
Ive tried deleting the Gridview and recreating it but its still the same, ive exited VWD and tried again, still the same!
Thanks
Then in code behind ive added a couple of lines
gridview1.datasource = dtFeedback
gridview1.databind
The IDE finds gridview1 no problem and intellisense works fine.
When I try and run it it fails with build errors, none are shown in the normal window however when I go into the output window. It shows
error BC30451: Name GridView1 is not declared.
error BC30451: Name GridView1 is not declared
Ive tried deleting the Gridview and recreating it but its still the same, ive exited VWD and tried again, still the same!
Thanks