aspx-user-control Questions
13
Solved
I have the following code in my aspx page:
<asp:Button runat="server" ID="myButton" Text="hello" />
and this in my code behind:
protected void Page_Load(object sender, EventArgs e)
{
m...
Trevethick asked 22/8, 2009 at 19:6
1
© 2022 - 2024 — McMap. All rights reserved.