Ask a Question related to ASP.NET General, Design and Development.
-
James J. Foster #1
Unique sequential attribute value in Web User Control when dropped on form in VS.NET
Is there a way to instruct visual studio to give each instance of a user
control a unique attribute value, by specifying a pattern for an incremental
index? Similar to how visual studio automatically determines a unique ID
value.
For example, if my control has an attribute panelnumber, as in:
<my:panel panelnumber="pan1" runat="server" id="panel1" />
I want to establish a pattern placeholder, eg "pan##", whereby VS.NET will
replace the ## with a unique number: pan1, pan2, pan3, etc.
Possible?
James
James J. Foster Guest
-
Unique Form inserting into many tables using unique id
I have a Registration Form that have 3 steps. The data could be inserted into many (4) tables. Some data corresponding to a one table (the main or... -
Auto generate unique order number sequential
Hi: I need help on how to code in a CFFORM an order number. This order number must be auto generated, be unique and sequential. By the way I'm... -
Init Control when dropped on form??
Hello all, I have a control i wrote which inherits from asp:label. It worked fine. It extends asp:label with a "For" property which implements... -
embeding Javascript src attribute in User control
I have a System.Web.UI.UserControl as custom control. I have a javascript block for user control. The problem is I want to bring src attribute from... -
How to modify User Control attribute at run-time?
Hi, I created a user control to contain all my navigation items for the website. I have a title in the nav bar that I set with an attribute in...



Reply With Quote

