Advertisement

1 - 10 of 10 containing alltags:("literalcontrol") (0 seconds)
I need to ask a user a Question and provide him or her with n radio buttons to provide an Answer (n being the number of possibles answers to the question).   My issue is that dynamically created ...
Zones: ASP.Net ProgrammingDate Answered: 09/14/2005 Grade: A Views: 0
Hi All, I have created a normal HTML table on the fly and I have added it to a panel using Add(new LiteralControl(sHTML)) The thing is now I want to process the data in the table, therefore I...
Zones: C#Date Answered: 08/29/2004 Grade: A Views: 0
hi! i have a placeholder in page1 like this: <asp:PlaceHolder id="PlaceHolder1" runat="server"></asp:PlaceHolder> all ok...I have a class that controls this page1 and the placeholder is refer...
Zones: C#Date Answered: 06/13/2005 Grade: A Views: 0
hi! i have a placeholder in page1 like this: <asp:PlaceHolder id="PlaceHolder1" runat="server"></asp:PlaceHolder> all ok...I have a class that controls this page1 and the placeholder is refer...
Zones: ASP.Net ProgrammingDate Answered: 06/09/2005 Grade: A Views: 0
Is there any way to add attributes to a template button in a gridview.  I've tried to Ctype the control in the column but it gives me an invalid cast expection.  What I'm trying to do is add rollov...
Zones: ASP.Net ProgrammingDate Answered: 03/29/2006 Grade: A Views: 0
We've got ourselves a situation that we can't seem to resolve. We have some instances within our web forms (ASP.NET with C# code). What we want to be able to do is halt the processing of code via...
Zones: ASP.Net ProgrammingDate Answered: 01/01/2005 Grade: A Views: 0
I'm Having a weird thing with this placeholder, i'm trying to add controls that are stored in a session object: Session["controls"] THE PROBLEM: in the following piece of code, only the literal...
Zones: C#Date Answered: 06/13/2005 Grade: A Views: 0
Hi, I'm trying to create a asp.net webpage that queries a database for a list of custom data fields and then renders a textbox on the form for each of the custom data fields found in the databas...
Zones: ASP.Net ProgrammingDate Answered: 02/16/2006 Grade: A Views: 0
To create a new script in the head of my page I can easily do this: Dim ScriptVars As New LiteralControl ScriptVars.Text = ScriptVars.Text & "<script language='javascript' type='text/javascript...
Zones: ASP.Net ProgrammingDate Answered: 06/08/2008 Grade: A Views: 4
I've got a LiteralControl on my aspx page. The aspx page inherits from a base class (which inherits from System.Web.UI.Page). I want to set the Text property of the LiteralControl from the base cla...
Zones: ASP.Net ProgrammingDate Answered: 11/12/2004 Grade: A Views: 0
  • 1