Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Ajax control needs

$
0
0

I just downloaded a control, and, would like to created a tabbed control with the following tabs for a library system.

Customer Details | Subscription Information | Borrowed?

Name:

Address:

Contact Details:

Telephone:

Fax:

Email:

Social media: 

<< | >>

The << and >> indicate that the contact detail might have zero to many contact details although ideally at least some of the contact details would be filled in.

I am not sure whether it is possible to validate that one of [Telephone] and [Email] - validated using a regex pattern has been filled in rather than marking both as mandatory.

Bold indicates the active tab.

When I loaded the tabbed control, I could see that I might be missing some reference however I cannot understand where to find it.  I am using Visual Studio 2010 and .NET 4.5 and obviously ASP.NET which needs Ajax Extensions.

URL: http://www.asp.net/ajaxlibrary/ajaxcontroltoolkitsamplesite/tabs/tabs.aspx

Amongst the errors displayed:

Warning 4 Element 'ToolkitScriptManager' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 6 18 C:\...\Aristotle\

Warning 1 File '~/DefaultMaster.master' was not found. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 1 40 C:\...\Aristotle\

Warning 2 Invalid theme or stylesheet theme value. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 2 77 C:\...\Aristotle\

Warning 3 Could not find 'SampleContent' in the current master page or pages. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 5 50 C:\...\Aristotle\

Warning 4 Element 'ToolkitScriptManager' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 6 18 C:\...\Aristotle\

Warning 5 Element 'TabContainer' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 47 22 C:\...\Aristotle\

Warning 6 Element 'TabPanel' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 49 26 C:\...\Aristotle\

Warning 7 Validation (XHTML 1.0 Transitional): Element 'contenttemplate' is not supported. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 50 18 C:\...\Aristotle\

Warning 8 Element 'UpdatePanel' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 51 26 C:\...\Aristotle\

Warning 9 Validation (XHTML 1.0 Transitional): Element 'contenttemplate' is not supported. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 52 26 C:\...\Aristotle\

Warning 10 Element 'Button' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 71 34 C:\...\Aristotle\

Warning 11 Element 'TabPanel' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 79 26 C:\...\Aristotle\

Warning 12 Validation (XHTML 1.0 Transitional): Element 'contenttemplate' is not supported. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 80 18 C:\...\Aristotle\

Warning 13 Element 'TextBox' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 82 26 C:\...\Aristotle\

Warning 14 Element 'Button' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 85 26 C:\...\Aristotle\

Warning 15 Element 'TabPanel' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 91 26 C:\...\Aristotle\

Warning 16 Validation (XHTML 1.0 Transitional): Element 'contenttemplate' is not supported. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 92 18 C:\...\Aristotle\

Message 17 Validation (ASP.Net): Attribute 'onclick' is not a valid attribute of element 'CheckBox'. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 108 13 C:\...\Aristotle\

Warning 18 Element 'TabContainer' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 117 22 C:\...\Aristotle\

Warning 19 Element 'TabPanel' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 119 26 C:\...\Aristotle\

Warning 20 Validation (XHTML 1.0 Transitional): Element 'contenttemplate' is not supported. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 120 18 C:\...\Aristotle\

Warning 23 Element 'Button' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 141 34 C:\...\Aristotle\

Warning 43 Element 'CollapsiblePanelExtender' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. C:\Users\slyth_000\Dropbox\IS 3139 - Software Engineering\Jonathan Camilleri\bck\Aristotle\Tabs.aspx 373 18 C:\...\Aristotle\

Can you guide me through the design please?


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>