| Thread | Last Post | Replies |
|
| Emulate a explorer window | 04 Feb 2004 12:36 GMT | 2 |
How can i display a web page on top of a current web page without having to open a new internet explorer window. For example you have a calendar text control that when the drop down button on the control is clicked a calendar appears without being displayed in its own explorer ...
|
| custom datagrid control bind? | 04 Feb 2004 06:28 GMT | 1 |
I have created a custom datagrid control. I have embedded buttons for sorting the columns within the datagrid. I can capture when these buttons are selected within the custom control. I need to at this point notify my aspx page that i need to go get the data again and rebind. ...
|
| datagrid | 03 Feb 2004 16:12 GMT | 1 |
Is it possible to writer a dragand drop event for my web datagrid How can I acheive this?
|
| changing the default caption/id for an item in a collection editor? | 03 Feb 2004 16:06 GMT | 7 |
I have a custom control - deriving from WebControl - that contains a custom collection property as the default property. The collection implements IList and each item is also a custom control deriving from Panel control.
|
| Dynamic composite control | 03 Feb 2004 13:56 GMT | 4 |
I want to build a control that can dynamically display different sub controls. For example, there is a dropdownlist and a submit button. When an item is selected from the drop down list and the user press the button, I want to
|
| Still having collection issues | 03 Feb 2004 12:51 GMT | 2 |
Ok below is the code to my control with some code parts removed to keep this post from being a novel. My problem is at this point I can add new items from my collection and remove them via teh GUI designer at design time but the information I put in at that time is not persisted to ...
|
| drag and drop control | 03 Feb 2004 08:21 GMT | 2 |
I am developing a web application where the users should be able to upload files to the server by just dragging a file from the windows explorer or the desktop onto an area on the web browser. Now when i drag a file on to the browser IE tries to open it. i have tried to use the ...
|
| UrlEditor from a CollectionEditor again | 03 Feb 2004 03:12 GMT | 1 |
As I mentioned in my previous post, I'm invoking an UrlEditor from a CollectionEditor. Most things work fine appart from being able to change the file being referenced in the Url property. The 3 dots (...) always appear and work
|
| How to add postback function in Custom Server Controls | 02 Feb 2004 19:55 GMT | 11 |
In the procedure CreateChildControls I add several controls like check and textboxes, button link and so on. How can I get the postback respons on the button link: The functions:
|
| Rendering design-time content on a web UserControl | 02 Feb 2004 15:00 GMT | 1 |
I created a web user control and would like to add the ability for it to contain design-time rendering capabilities. So that, during development, when the control is dragged to an aspx web form, it'll show html content that contains what it would look like when ran. Is this ...
|
| Invoking another Editor (UrlEditor) from an Editor (CollectionEditor) | 02 Feb 2004 05:02 GMT | 1 |
Any pointers how I can invoke the UrlEditor from a custom CollectionEditor? I have a collection property that represents a list of interchangavle ASCX controls. I have most things worked out appart from this issue: I get the 3 dots when editing one item, but when I click on them, I ...
|
| datagrid inherited control lost design time settings | 02 Feb 2004 03:01 GMT | 1 |
I created a web user control inherited from a datagrid for sorting and encapsulation. It rendered perfectly in design mode, and I could use the property builder. I applied visual styles, got it all working, and today, for no apparent reason, The controls are rendering as plain
|