| Thread | Last Post | Replies |
|
| OnItemDataBound Problem | 28 Jan 2005 18:16 GMT | 1 |
I created a DataGrid programmatically, my problem is that I dont know how to associate a function with the OnItemDataBound event of the Datagrid if it's created programmatically. Would anyone help me do this?
|
| Good book on Building Controls | 28 Jan 2005 14:14 GMT | 2 |
Hey, We're looking to purchase some books for the developers. I'm wondering if anyone can recomend some good reads for building controls. Good Reads, and a Good Reference material. Rtenrier
|
| CollectionEditor weird behavior | 28 Jan 2005 14:03 GMT | 1 |
I'm working on a custom tab control, which has a custom collection type, which is a collection of Control classes. When editing a property of an item in the collection, fore example the ID property, everything works fine until I switch from Design view to Html view. The adjusted ...
|
| Control ID | 28 Jan 2005 07:27 GMT | 1 |
Is it possible to reset the counter of the automatic id generator of the ControlCollection? When I add a Control to a new ControlCollection it recive the id "ctl1", if the ControlCollection is cleared, the automatic counter won't be reset and
|
| viewstate and the IStateManager interface | 27 Jan 2005 08:39 GMT | 3 |
All the documentation I've found suggects that all you need to support on your object to stick it in the ViewState on a control is the IStateManager interface. However, with the IStateManager interface implemented (in my example on
|
| Changing properties as an event response. | 27 Jan 2005 07:30 GMT | 1 |
Hi all... This is the situation: A page with a button and a custom control. The custom control sends an event.
|
| Intellisense bug? | 27 Jan 2005 00:41 GMT | 2 |
can someone confirm this is a bug, or possibly come up with an explanation and a fix? It happens in VS.Net 2003 http://www.ingvarius.com/intelli05/
|
| Dropdown Property List?? | 26 Jan 2005 21:26 GMT | 1 |
I'm writing an aspx server control and I need to have a property that displays a dropdown list of things I have in an arraylist. I'm trying to do the kind of thing that, for instance, the datagrid component does where it shows a list of all of the datasets on the page that could ...
|
| Property Not saved in Composite Control... Help & Pointers required. | 26 Jan 2005 21:05 GMT | 1 |
I have created a coposite control, consisting of text, labels , radiobuttons and checkboxes the purpose is to create a generic control to manage user accounts both as an admin and as a user. I have a property that tells me wether they are adding a new user or modifying a current ...
|
| Parser Error | 25 Jan 2005 16:35 GMT | 1 |
I have a custom control, defined in the file LinkLabel.cs, compiled into assembly MyControl.dll namespace MyControl {
|
| Custom Control doesn't appear in Design Mode | 21 Jan 2005 20:31 GMT | 2 |
I created a custom tabstrip control, referenced in my aspx page, and added to my source. How come it doesn't appear as a grey box in design mode like user controls do? Do I have to set a property for it do this?
|
| webparts in asp.net 1.1 application? | 19 Jan 2005 22:41 GMT | 1 |
As the Sharepoint webparts inherit from WebUserControl anyway - can one use a standard Sharepoint WebPart in a webform (in ASP.NET 1.1)? Thanks!
|
| ASP.NET Server Control - File Browse | 19 Jan 2005 21:53 GMT | 4 |
I am trying to create a custom ASP.NET server control which has a field while requires a file browser (similar to the src property in the Image server control). I know I need to use the System.ComponentModel.Editor(typeof(..)) syntax, but I don't know what type to use... can ...
|
| Please Help...Javascript with asp.net | 19 Jan 2005 05:49 GMT | 1 |
Hi People, I have got a simple question to ask. I am trying to build dynamic controls in asp.net. I have managed to build them successfully. I have also managed to add the event handlers to all controls I want to monitor. I have the
|
| User controls problem. | 19 Jan 2005 05:40 GMT | 1 |
Hi, Im starting to do the navigation of a portal, and for it, im using usercontrols.... Actually i have a user control in the top of the page that has some menus
|