|
-
June 8th, 2009, 10:45 PM
#4
Re: .cs page does not find listbox on aspx page
For you to have access to controls, they cannot be inside of the EditItemTemplate or InsertItemTemplate. they need to either be inside the LayoutTemplate(which is probably not what you want) or outside of the FormView all together.
This is all assuming the FormView works the same as the ListView. I haven't used the FormView, but I have used the ListView and I ran into the same problem.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|