Click here to Skip to main content
15,884,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Adding a C# UserControl DLL in ASP Web Page Pin
Anurag Gandhi16-Feb-11 23:25
professionalAnurag Gandhi16-Feb-11 23:25 
Questionxml generation Pin
Ramkumar_S16-Feb-11 15:33
Ramkumar_S16-Feb-11 15:33 
AnswerRe: xml generation Pin
Bernhard Hiller16-Feb-11 22:41
Bernhard Hiller16-Feb-11 22:41 
GeneralRe: xml generation Pin
Ramkumar_S17-Feb-11 21:44
Ramkumar_S17-Feb-11 21:44 
QuestionApp_Offline.htm Pin
Jamie Nordmeyer16-Feb-11 7:52
Jamie Nordmeyer16-Feb-11 7:52 
AnswerRe: App_Offline.htm Pin
Shahriar Iqbal Chowdhury/Galib16-Feb-11 10:28
professionalShahriar Iqbal Chowdhury/Galib16-Feb-11 10:28 
GeneralRe: App_Offline.htm Pin
Jamie Nordmeyer17-Feb-11 4:27
Jamie Nordmeyer17-Feb-11 4:27 
QuestionProblem already solved!!!! Pin
Dhyanga16-Feb-11 4:23
Dhyanga16-Feb-11 4:23 
Hi,

I am very new to Ajax and was trying to use ajax control tab in asp.net.

I downloaded the Ajax toolkit 3.5 and added them in the toolbar. then i use the toolbar as follows in my ascx page.
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Default.ascx.cs" Inherits="MyProject.Default" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

<asp:TabContainer ID="MainView" runat="server" ActiveTabIndex="3" 
    Width="594px">
    
    <asp:TabPanel runat="server" HeaderText="Submission" ID="TabPanel1">
  
    </asp:TabPanel>
    <asp:TabPanel ID="TabPanel2" runat="server" HeaderText="Transfers">
    </asp:TabPanel>
    <asp:TabPanel ID="TabPanel3" runat="server" HeaderText="Errors">
    </asp:TabPanel>
    <asp:TabPanel ID="TabPanel4" runat="server" HeaderText="Messages">
    </asp:TabPanel>
</asp:TabContainer>


when i run it, it gave error like this:

Server Error in '/ICS' Application.
This page is missing a HtmlHead control which is required for the CSS stylesheet link that is being added. Please add <head runat="server" />.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NotSupportedException: This page is missing a HtmlHead control which is required for the CSS stylesheet link that is being added. Please add <head runat="server" />.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[NotSupportedException: This page is missing a HtmlHead control which is required for the CSS stylesheet link that is being added. Please add <head runat="server" />.]
   AjaxControlToolkit.ScriptObjectBuilder.RegisterCssReferences(Control control) +740
   AjaxControlToolkit.ScriptControlBase.OnLoad(EventArgs e) +20
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


I don't know where shall I get this HtmlHead Control and where to keep this. Can anyone guide me please ?
suchita

AnswerRe: Problem already solved!!!! Pin
thatraja16-Feb-11 9:32
professionalthatraja16-Feb-11 9:32 
GeneralRe: Problem already solved!!!! Pin
Dhyanga16-Feb-11 9:55
Dhyanga16-Feb-11 9:55 
QuestionOpen document from server on client Pin
yftah198915-Feb-11 1:16
yftah198915-Feb-11 1:16 
AnswerRe: Open document from server on client Pin
Paulo Zemek15-Feb-11 2:38
mvaPaulo Zemek15-Feb-11 2:38 
GeneralRe: Open document from server on client Pin
yftah198915-Feb-11 3:04
yftah198915-Feb-11 3:04 
GeneralRe: Open document from server on client Pin
Paulo Zemek15-Feb-11 6:38
mvaPaulo Zemek15-Feb-11 6:38 
AnswerRe: Open document from server on client Pin
Yusuf16-Feb-11 3:49
Yusuf16-Feb-11 3:49 
AnswerRe: Open document from server on client Pin
Pete O'Hanlon16-Feb-11 10:27
mvePete O'Hanlon16-Feb-11 10:27 
Questionvariable creation when data type is known at runtime Pin
smsubbu14-Feb-11 22:41
smsubbu14-Feb-11 22:41 
AnswerRe: variable creation when data type is known at runtime Pin
Parwej Ahamad15-Feb-11 1:14
professionalParwej Ahamad15-Feb-11 1:14 
AnswerRe: variable creation when data type is known at runtime Pin
Paulo Zemek15-Feb-11 2:42
mvaPaulo Zemek15-Feb-11 2:42 
QuestionQuestion about Office.MsoButtonStyle.msoButtonIconAndCaptionBelow Pin
buffering8314-Feb-11 22:26
buffering8314-Feb-11 22:26 
Questiondistribute asp.net's dll to other pc. Pin
buffering8314-Feb-11 14:56
buffering8314-Feb-11 14:56 
AnswerRe: distribute asp.net's dll to other pc. Pin
Yusuf14-Feb-11 16:18
Yusuf14-Feb-11 16:18 
GeneralRe: distribute asp.net's dll to other pc. Pin
buffering8315-Feb-11 19:15
buffering8315-Feb-11 19:15 
Questioncould we add a table in the content area of the google calendar Pin
netJP12L14-Feb-11 6:55
netJP12L14-Feb-11 6:55 
AnswerRe: could we add a table in the content area of the google calendar Pin
Not Active14-Feb-11 8:32
mentorNot Active14-Feb-11 8:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.