I have a usercontrol "show_survey.ascx" and a class file "clsSurveyEngine.vb".
On the ascx there are some input types. Depending on these values the .vb file would render some HTML code. Is there anyway I can get the values from ascx without passing it from the ascx to the vb class.
On the ascx there are some input types. Depending on these values the .vb file would render some HTML code. Is there anyway I can get the values from ascx without passing it from the ascx to the vb class.