web-controls Questions
1
Solved
I have been looking around on the web and found some articles about the topic, but i still can't figure out the difference between them. I have the code show below, if i inherit from a Compos...
Plucky asked 16/10, 2009 at 14:31
3
Solved
Are ASCXs still used in ASP.NET MVC or should we be using something else?
Dowski asked 25/9, 2009 at 0:27
5
Solved
I have a custom server control with a property of Title. When using the control, I'd like to set the value of the title in the aspx page like so:
<cc1:customControl runat="server" Title='<%=...
Jauregui asked 22/12, 2008 at 19:56
6
Solved
I'm looking at building some web user controls with an eye toward re-use, but I can't seem to add a Web User Control in my class library in VS2008. Is there a way to work around this problem, or is...
Dela asked 29/12, 2008 at 20:11
3
Solved
I have three TextBox controls on the page
<asp:TextBox ID="TextBox1" runat="server" AutoPostBack="True"
OnTextChanged="TextBox_TextChanged" TabIndex="1">
<asp:TextBox ID="TextBox2" runat...
Sabellian asked 7/10, 2008 at 13:39
3
Solved
I've got a web application that I'm trying to optimize. Some of the controls are hidden in dialog-style DIVs. So, I'd like to have them load in via AJAX only when the user wants to see them. This i...
Indigestible asked 5/8, 2008 at 12:40
© 2022 - 2024 — McMap. All rights reserved.