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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21556222.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21106655.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21451163.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21451706.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21793104.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21220819.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21456108.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21739670.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23466099.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21204952.html