I have written an ASP.NET server control.
View state works perfectly, but when I’m trying to get a value of a control on my custom control with its public instant method, it brings me an exception that there are not control with that ID.
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.
If you want to get the values from your custom control, you have to register your controls in OnInit event.