Hi,
I am trying to do the demo Multiple ComboBoxes in VB. I created a new website in VS.Net and copy & paste code in respective ASPX, VB.Net, and CSS pages. It is throwing all sorts of errors. There are squiggly lines everywhere. Could someone please help me with this?
Name 'RadCombBox1' is not declared.
Name 'RadCombBox2' is not declared.
Name 'RadCombBox3' is not declared.
Thanks for your anticipated help!
R2
I am trying to do the demo Multiple ComboBoxes in VB. I created a new website in VS.Net and copy & paste code in respective ASPX, VB.Net, and CSS pages. It is throwing all sorts of errors. There are squiggly lines everywhere. Could someone please help me with this?
Line 1<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
Line 2<%@ Register TagPrefix="qsf" TagName="Footer" Src="~/Common/Footer.ascx" %>
Line 3<%@ Register TagPrefix="qsf" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
Line 4<%@ Register TagPrefix="qsf" TagName="Header" Src="~/Common/Header.ascx" %>
- Squiggly lines under entire Line 1.
Error:
'Context' is not member of 'multi_combo' ("multi_combo" is the name of the .aspx page and collateral codebehind page)
- Squiggly lines under entire Line 2 - 4. Specifically all files located in the "~/Common/<filename>.ascx" folder. What is the full path for these?
- Squiggly lines under "head" in <head runat="server"> tag
- Squiggly line under "headtag" in <qsf:headtag runat="server" ID="Headtag1"></qsf:headtag>
Error:
"Element 'headtag' is not a known element. This can occur if tere is a compilation error in the Web site, or the web.config file
is missing."
- Squiggly line under 'header' in <qsf:header runat="server" ID="Header1" NavigationLanguage="VB"></qsf:header>
Error:
"Element 'header' is not a known element. This can occur if tere is a compilation error in the Web site, or the web.config file
is missing."
- Squiggly line under 'footer' in <qsf:footer runat="server" ID="Footer1"></qsf:footer>
Error:
"Element 'footer' is not a known element. This can occur if tere is a compilation error in the Web site, or the web.config file
is missing."
- On the VB.Net page, every reference to a RadComboBox control (i.e.: RadComboBox1, RadComboBox2, RadComboBox3) has a squiggly line under it saying it is not declared. How can this be when the controls are listed on the page? Why aren't these controls recognized as 'declared' in the code behind file?
Name 'RadCombBox1' is not declared.
Name 'RadCombBox2' is not declared.
Name 'RadCombBox3' is not declared.
Thanks for your anticipated help!
R2