| Controls in my Template are not available to the code-behind (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| All, I have created a templated control as shown here: http://msdn.microsoft.com/library/default.asp?url /library/en us/cpguide/htm l/cpconcustomizingcontrolswithtemplates.asp I can use the control in my aspx page as follows: Controls:Control1 runat "server" id "test1" FirstTemplate asp:Label Runat "server" ID "lblTest1" Test /asp:Label /FirstTemplate /Controls:Control1 This works just fine, but w... |
|
| =?us-ascii?Q?RE:_=5Baspngcontrolscs=5D_Validator_Controls_=3F_Can't_pull_?=
=?us-ascii?Q?them_onto_the_webform...?= (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| I had the exact same problem I think. I asked the question here but no luck. So my solution is to add your library to the gac, to the web project bin... I think it's a path problem, and VS.net is unable to find the good references to the library. Don't ask me why it is working at first... John. Original Message From: Robm [mailto:Robm@acl.com] Sent: mardi 6 aout 2002 23:13 To: aspngcontrolscs Subj... |
|
| Custom Icons (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Hello I want to have a custom icon placed next to each custom control that I crea te. 20 Within my custom control project, I have numerous custom controls each with in their own file. How do I create a separate custom icon for each control class file? I have seen one example where you name a bitmap (16 x 16) the same as the class, then change its property to embedded resource. But this did not wor... |
|
| Storing data in Request object (3 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Hi, Is there a way to store some data in the Request object? I am building a control, and I need to know if other controls are present on the same page. The Page.Request.Params property is read only. Thanks Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ |
|
| Property Extender? (4 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| does anybody know how to create a Extender Provider for webforms controls? all I can find in the docs is a little note in a winforms Extender Provider page that says: "Note The implementation of an extender provider for Windows Forms controls is different from that for ASP.NET server controls." but it offers no links to this different asp.net implementation. Andy Smith Keyboard Jockey #3a7 2.78.1 |
|
| collection property's items in inner tags (3 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| SSBoYXZlIGEgY29udHJvbCB0aGF0IEkgd2FudCB0byBoYXZlIHB1dCBpdCdzIFNldHRpbmdzIGNv bGxlY3Rpb24gcHJvcGVydHkgYXMgbmVzdGVkIGlubmVyIHRhZ3MuDQpJIHRob3VnaHQgSSBoYWQg cHV0IGFsbCB0aGUgcmlnaHQgYXR0cmlidXRlcyBvbiB0aGUgY29udHJvbCwgYnV0IGl0J3Mgbm90 IHNhdmluZyB0aGUgY29sbGVjdGlvbiBhdCBhbGwuDQogDQppcyB0aGVyZSBhbnl0aGluZyBtb3Jl IEkgaGF2ZSB0byBkbyBiZXlvbmQgdGhpcyBzdHVmZj8NCiANClsNClByb3ZpZGVQcm9wZXJ0eSgi RGVmYXVsdEJ1dHR... |
|
| Where does Combobox's Itemdata Property go? (3 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| In VB6 it was really easy to load a ComboBox with data and then use the ItemData property to associate a key value or something with the item in the list. There looks to no longer be an ItemData property... So, how do you load manually (for example) Customer Names and Customer ID's into a ComboBox showing the Customer Names but when one is selected, use the Customer ID? Again, I want to do this ma... |
|
| ControlToValidate - CheckBoxList (4 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Hello I have created a CheckBoxList validator which ensure that the max and min # of items have been checked. Everything works properly, but I would like to be able to select a CheckBox List within the ControlToValidate section in the VS.Net properties window. Currently, the list that is displayed will only show TextBox's, ListBoxes, ..., but not CheckBoxList. I assume this is inherrited from the ... |
|
| Sub control event firing (3 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Hi, I have a page that has a 'search' user control on it, with a single placeholder. Depending on some options set in the search control, hitting the search button causes one of a number of datagrids to be loaded dynamically, and added to the placeholder (Page.LoadControl). This is fine. However, the datagrid has sorting enabled, and hence hitting the header of a column causes an OnDataGridSort me... |
|