I’m trying to code a section for my website in VB but VB can’t seem to find a button. Is there a way for the code to find it?
I know where it is. Loginview > Login > LoginTemplate. How do I get VB.NET to point to that location?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since the button is in a template, you’ll need to use the FindControl method.
For example, if you have markup like this:
Then, in your code-behind, you’ll need to reference it like this: