Click here to Skip to main content
15,881,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAuto website backup Pin
dptalt16-Jun-08 9:23
dptalt16-Jun-08 9:23 
AnswerRe: Auto website backup Pin
Christian Graus16-Jun-08 11:37
protectorChristian Graus16-Jun-08 11:37 
AnswerRe: Auto website backup Pin
N a v a n e e t h16-Jun-08 21:31
N a v a n e e t h16-Jun-08 21:31 
QuestionCount Membership Pin
keith12316-Jun-08 8:49
keith12316-Jun-08 8:49 
AnswerRe: Count Membership Pin
Christian Graus16-Jun-08 11:39
protectorChristian Graus16-Jun-08 11:39 
GeneralRe: Count Membership Pin
keith12316-Jun-08 12:05
keith12316-Jun-08 12:05 
QuestionFillschema - Problem Pin
FerJones16-Jun-08 8:47
FerJones16-Jun-08 8:47 
Questionaccordion header style missing in IE6 Pin
For_IT16-Jun-08 6:55
For_IT16-Jun-08 6:55 
Hi all
I am using Accordion Ajax extender tool in my user control. There are around 5 panes and each pane loads usercontrol at the page load.
I have applied following style to the accordion header using style sheet class.

.accordionHeader
{
    border: 1px solid #0063A0;
    color: white;
    background-color: #002B55;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    cursor: pointer;
    
}



<cc1accordian:Accordion ID="ntAccordion" runat="server" SelectedIndex="0" CssClass="accordionStyle" 
            HeaderCssClass="accordionHeader" HeaderSelectedCssClass="accordionHeaderSelected"
            ContentCssClass="accordionContent" FadeTransitions="false" FramesPerSecond="40" 
            TransitionDuration="250" AutoSize="None" RequireOpenedPane="false" SuppressHeaderPostbacks="true">
            <Panes>
               <cc1accordian:AccordionPane ID="apane1" runat="server">
                     <Header>
                       <asp:Label ID="lblSpeed" runat="server" Style="position: relative" Text="Header One"
                         CssClass="labelfont"></asp:Label>
                    </Header>
                    <Content> ....  </Content&gt;




This style is applied correctly when page is loaded into IE7, but in IE6, there is no style applied. Has anyone experienced this problem before? Please help me
Questionscript function Pin
trilokharry16-Jun-08 4:42
trilokharry16-Jun-08 4:42 
AnswerRe: script function Pin
Parwej Ahamad16-Jun-08 5:38
professionalParwej Ahamad16-Jun-08 5:38 
AnswerRe: script function Pin
Jay Royall16-Jun-08 5:39
Jay Royall16-Jun-08 5:39 
QuestionGridview blanks cell returns &nbsp !!! Pin
kindman_nb16-Jun-08 4:25
kindman_nb16-Jun-08 4:25 
AnswerRe: Gridview blanks cell returns &nbsp !!! Pin
Parwej Ahamad16-Jun-08 5:27
professionalParwej Ahamad16-Jun-08 5:27 
GeneralRe: Gridview blanks cell returns &nbsp !!! Pin
kindman_nb16-Jun-08 5:41
kindman_nb16-Jun-08 5:41 
GeneralRe: Gridview blanks cell returns &nbsp !!! Pin
Parwej Ahamad16-Jun-08 5:51
professionalParwej Ahamad16-Jun-08 5:51 
QuestionProblems in Short code sms Pin
bijeshputhalath16-Jun-08 4:03
bijeshputhalath16-Jun-08 4:03 
AnswerRe: Problems in Short code sms Pin
Christian Graus16-Jun-08 4:04
protectorChristian Graus16-Jun-08 4:04 
QuestionJava Web service for .Net client Pin
indian14316-Jun-08 3:51
indian14316-Jun-08 3:51 
AnswerRe: Java Web service for .Net client Pin
Christian Graus16-Jun-08 3:53
protectorChristian Graus16-Jun-08 3:53 
GeneralRe: If anybody finds it pls. help me - Java Web service for .Net client Pin
indian14316-Jun-08 5:16
indian14316-Jun-08 5:16 
GeneralRe: If anybody finds it pls. help me - Java Web service for .Net client Pin
Christian Graus16-Jun-08 11:40
protectorChristian Graus16-Jun-08 11:40 
QuestionHow can i get system information using asp.net Pin
Satish - Developer16-Jun-08 3:18
Satish - Developer16-Jun-08 3:18 
AnswerRe: How can i get system information using asp.net Pin
Christian Graus16-Jun-08 3:20
protectorChristian Graus16-Jun-08 3:20 
GeneralRe: How can i get system information using asp.net Pin
Satish - Developer16-Jun-08 3:24
Satish - Developer16-Jun-08 3:24 
GeneralRe: How can i get system information using asp.net Pin
Christian Graus16-Jun-08 3:27
protectorChristian Graus16-Jun-08 3:27 

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.