RE: [Asp.net] verstecken?

Wed, 24 Sep 2003 09:53:48 -0700

Ich denke nicht, aber hier mal mein code

Im HTML-File:
===========

<table bgcolor="gainsboro" width="95%" runat="server" id="ActionsTable">
<thead>Actions:</thead>
<tr>
        <td>
<asp:linkbutton id="lbtn_xmlexport" runat="server">Export to XML-File</asp:linkbutton>
        </td>
</tr>
<tr>
        <td>
<asp:linkbutton id="lbtn_excellexport" runat="server">Export to Excell</asp:linkbutton>
        </td>
</tr>
</table>

IM c#-File:
========
ActionsTable.Visible=false;


Thx



> -----Original Message-----
> From: Christoph Wille [mailto:[EMAIL PROTECTED]
> Sent: 24 September 2003 17:50
> To: [EMAIL PROTECTED]
> Subject: RE: [Asp.net] <Table> verstecken?
> 
> Das runat="server" hast Du eh' nicht vergessen, oder?
> 
> Chris
> 
> At 06:44 PM 9/24/2003, you wrote:
> >Hab mir auch gedacht das es so gehen sollte, aber irgendwie kennt wird die
> >ID nicht erkannt, und ich bekomm eine Fehlermeldung:
> >
> >c:\inetpub\wwwroot\whbrowse\whbrowse.aspx.cs(50): The type or namespace
> >name 'ActionsTable' could not be found (are you missing a using directive
> >or an assembly reference?)
> >
> >ActionsTable ist die ID
> >
> >Thx
> > > -----Original Message-----
> > > From: Joachim van de Bruck [mailto:[EMAIL PROTECTED]
> > > Sent: 24 September 2003 17:30
> > > To: [EMAIL PROTECTED]
> > > Subject: AW: [Asp.net] <Table> verstecken?
> > >
> > > Hallo!
> > >
> > > <table id="xyz" runat="server">...</table>
> > >
> > > Und dann: xyz.Visible = True/False
> > >
> > > Meintest Du das?
> > >
> > > Freundliche Gr��e
> > > Joachim van de Bruck
> 
> _______________________________________________
> Asp.net mailing list
> [EMAIL PROTECTED]
> http://www.glengamoi.com/mailman/listinfo/asp.net
_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an