Re: ASP .NET Web Controls
From: codeWarrior (anonymous_at_discussions.microsoft.com)
Date: 05/14/04
- Next message: WenJun Zhang[msft]: "RE: IIS Intermittent access forbidden"
- Previous message: Birdie: "RE: message:can't find the code Library /aspnet_client/system_web/1_1_4322/WebUIValidation.js"
- In reply to: avnrao: "Re: ASP .NET Web Controls"
- Next in thread: avnrao: "Re: ASP .NET Web Controls"
- Reply: avnrao: "Re: ASP .NET Web Controls"
- Reply: codeWarrior: "Re: ASP .NET Web Controls"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 03:26:08 -0700
If I do it on the Repeater1_ItemCommand, will it then output the HTML? I've tried this, and because it's initially invisible, the HTML isn't rendered. In other words, when I set the visible property to true, it still doesn't show up.
private void repeaterNameHere_ItemCommand(object sender, RepeaterCommandEventArgs e)
{
System.Web.UI.Control ctl = e.Item.FindControl("commentTablel").Visible = true;
}
I know it gets in here, due to the break point I inserted. Also the ctl is set to the correct control when examined in the Autos pane.
- Next message: WenJun Zhang[msft]: "RE: IIS Intermittent access forbidden"
- Previous message: Birdie: "RE: message:can't find the code Library /aspnet_client/system_web/1_1_4322/WebUIValidation.js"
- In reply to: avnrao: "Re: ASP .NET Web Controls"
- Next in thread: avnrao: "Re: ASP .NET Web Controls"
- Reply: avnrao: "Re: ASP .NET Web Controls"
- Reply: codeWarrior: "Re: ASP .NET Web Controls"
- Messages sorted by: [ date ] [ thread ]