Click here to Skip to main content
15,906,081 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHTML page inside tablecell.. Pin
KORCARI17-Nov-06 23:30
KORCARI17-Nov-06 23:30 
AnswerRe: HTML page inside tablecell.. Pin
Guffa18-Nov-06 1:35
Guffa18-Nov-06 1:35 
AnswerRe: HTML page inside tablecell.. Pin
iamrashida8319-Nov-06 1:14
iamrashida8319-Nov-06 1:14 
QuestionError sending mails Pin
abulhassan_shock17-Nov-06 22:42
abulhassan_shock17-Nov-06 22:42 
AnswerRe: Error sending mails Pin
coolestCoder18-Nov-06 22:34
coolestCoder18-Nov-06 22:34 
Questionjavascript........... Pin
hai2muru17-Nov-06 20:46
hai2muru17-Nov-06 20:46 
AnswerRe: javascript........... Pin
Guffa18-Nov-06 1:33
Guffa18-Nov-06 1:33 
Questionhow to fix Accordion problem ??? Pin
amin_behzadi17-Nov-06 20:45
professionalamin_behzadi17-Nov-06 20:45 
Hi dears,
I want to use Ajax Accordion in my asp.net website . my accordion has two accordion pane ,each contains a GridView bound to database! Now I write codes to bind GridView to DataBase but when I place my GridView in accordin pane an error occures with message "The Name GridView1 does not exist..."! How can I fix problem???
the code is :
< atlas:ScriptManager ID="ScriptManager1" runat="server"></atlas:ScriptManager>
        < atlasToolkit:Accordion ID="Accordion1" runat="server" SelectedIndex="0" HeaderCssClass="AccordinHeader" ContentCssClass="AccordionControl" FadeTransitions="true" FramesPerSecond="40" TransitionDuration="250" AutoSize="None" Height="514px">
            < atlasToolkit:AccordionPane ID="Pane1" runat="server">
                < Header>< a href="" onclick="return false;" class="AccordionLink" style="font-family:Tahoma;color:black" >pane 1</a></Header>
                < Content>< p style="color:Blue">
                  < asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False">
                    < Columns>
                        < asp:TemplateField>
                            < ItemTemplate>
                                *****
                           < /ItemTemplate>
                        < /asp:TemplateField>
                    < /Columns>
                < /asp:GridView>
                 
            < /Content>
            < /atlasToolkit:AccordionPane>
    < /atlasToolkit:Accordion>


www.behzadi.net

AnswerRe: how to fix Accordion problem ??? Pin
ayeleteric19-Nov-06 1:18
ayeleteric19-Nov-06 1:18 
QuestionEditing web.config while deploying Pin
Nicejith17-Nov-06 20:20
Nicejith17-Nov-06 20:20 
QuestionHow to add Color Dialog in the asp.net page? Pin
param thaker17-Nov-06 20:13
param thaker17-Nov-06 20:13 
QuestionDirectory Uploading Pin
sukhchain singh17-Nov-06 19:50
sukhchain singh17-Nov-06 19:50 
QuestionHelp About FTP Pin
Deepak the Cool17-Nov-06 19:38
Deepak the Cool17-Nov-06 19:38 
AnswerRe: Help About FTP Pin
Nicejith17-Nov-06 21:16
Nicejith17-Nov-06 21:16 
QuestionApplication_Error in global.asax [modified] Pin
Nagraj Naik17-Nov-06 18:49
Nagraj Naik17-Nov-06 18:49 
QuestionCheckBox with GridView Pin
Gamzun17-Nov-06 18:47
Gamzun17-Nov-06 18:47 
AnswerRe: CheckBox with GridView Pin
dj.rock17-Nov-06 21:49
dj.rock17-Nov-06 21:49 
QuestionHow to find a average Sales Pin
JVVS17-Nov-06 18:48
JVVS17-Nov-06 18:48 
AnswerRe: How to find a average Sales Pin
WillemM18-Nov-06 8:08
WillemM18-Nov-06 8:08 
Questionhow to create reports in asp.net 2003. Pin
monuSaini17-Nov-06 18:29
monuSaini17-Nov-06 18:29 
Generalvgdsz Pin
mahili17-Nov-06 18:14
mahili17-Nov-06 18:14 
GeneralRe: vgdsz Pin
Suresh Pirsquare17-Nov-06 18:21
Suresh Pirsquare17-Nov-06 18:21 
QuestionInsert Row in Database Pin
monika_vasvani17-Nov-06 16:24
monika_vasvani17-Nov-06 16:24 
AnswerRe: Insert Row in Database Pin
Gamzun18-Nov-06 3:48
Gamzun18-Nov-06 3:48 
GeneralRe: Insert Row in Database Pin
indianet19-Nov-06 11:41
indianet19-Nov-06 11:41 

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.