accessing formview controls

H

Horace Nunley

Hi, in my formview "insertItem" template, I have a fileupload control that I
need to handle when the page is saved.
I can't get to that control, or any of the controls thru code.

What gives?

Thanks
 
K

KJ

Without seeing any of the code, I would ask the following:

Do all the controls in the template have an ID attribute?
If so, you can find them using such code as:

Button Button1 = (Button)MyFormViewName.FindControl("Button1")

Please post some of the code so we know what hasn't worked.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

FormView 3
accessing controls in FormView 0
FormView and FindControl behaviour 4
Formview Null Values 2
FormView and FileUpload 2
FormView 0
Can I embedd FileUpload in a FormView? 2
Getting at Formview Data 0

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top