M
Mike Haberfellner
....hi everyone,
....i posted this allready, but my newsreader doesn't display it to me - so
i'm sorry if it's posted twice...
hi again,
sorry for not clearly writing what i really need
if i have the following in the aspx file
<body>
...
<asp:CheckBox ID="chkMe_One" runat=server/><br />
<% void_write_checkbox(); %>
....
</body>
and in the aspx.cs file
public void_write_checkbox()
{
Response.Write("<asp:CheckBox ID=\"chkMe_Two\" runat=server/>");
}
the second checkbox is not appearing.
the problem is, i need to put it onto the page via response.write()
can anybody help me please?
big thanx
mike
....i posted this allready, but my newsreader doesn't display it to me - so
i'm sorry if it's posted twice...
hi again,
sorry for not clearly writing what i really need
if i have the following in the aspx file
<body>
...
<asp:CheckBox ID="chkMe_One" runat=server/><br />
<% void_write_checkbox(); %>
....
</body>
and in the aspx.cs file
public void_write_checkbox()
{
Response.Write("<asp:CheckBox ID=\"chkMe_Two\" runat=server/>");
}
the second checkbox is not appearing.
the problem is, i need to put it onto the page via response.write()
can anybody help me please?
big thanx
mike