web-user-controls Questions
11
Solved
I have an int array as a property of a Web User Control. I'd like to set that property inline if possible using the following syntax:
<uc1:mycontrol runat="server" myintarray="1,2,3" />
Th...
Gemina asked 22/9, 2008 at 19:2
1
I put some self made Web User Controls in a seperate Project "WebControls" and now want to reuse them from another Project
My Control consists of:
<%@ Control Language="C#" AutoEventWireup="...
Gathard asked 21/9, 2016 at 7:26
4
Solved
I have a user control where if a certain action is performed I want to redirect to the page the user was on with some additional query string parameters.
So, if UserControl.ascx was on Home.aspx,...
Osseous asked 12/8, 2011 at 13:43
2
Solved
I have a web user control in asp.net - a keypad. It has buttons for all digits, a textbox for display of input and clear and submit buttons. The user control sits in AJAX update panel so it can be ...
Subfamily asked 25/2, 2014 at 22:21
2
Solved
If I register user control in ASP.NET page, the control will be loaded to the page or not?
<%@ Register Src=".." TagName="tag" TagPrefix="pre" %>
even if I not call it in the page using?
<...
Gentianella asked 30/1, 2012 at 11:51
8
Can someone explain when to use each of these? They almost seem interchangeable in many cases.
The Custom Control gets added to the toolbar while the User Control (ascx) can not. The Custom Contr...
Fortification asked 22/9, 2008 at 17:0
9
Solved
I'm trying to wrap my head around asp.net. I have a background as a long time php developer, but I'm now facing the task of learning asp.net and I'm having some trouble with it. It might very well ...
Gorga asked 22/9, 2008 at 6:7
6
Solved
I generaly disable viewstate for my ASP.net controls unless I explicitly know I am going to require view state for them. I have found that this can significantly reduce the page size of the HTML ge...
Darreldarrell asked 22/9, 2008 at 6:35
1
© 2022 - 2024 — McMap. All rights reserved.