| Persist properties for repeated use in designer? (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Hello, 20 I would like to be able to persist the "state" of the properties of my server control so that a user can do something like this: 1. User drags my control on to one of their ASP.NET pages 2. User configures the control by setting properties 3. Save the values of these properties (hopefully automatically) so that when... 4. User drags the control onto a seperate ASP.NET page, the property ... |
|
| DCOM and .NET componet (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Dear all Here is a scenario for which we would like to have the best solution Assume that there are DCOM Components on an application server which is used by a desktop application We have to create a web application loaded on a web server (IIS) on a different system which requires services from these DCOM components. How to access these DCOM (not COM, I know how to use COM componets) components fr... |
|
| Accessing Server Control Value from Client-Side (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Hi, I've created a composite server control that includes a textbox and a validator. However, I can't figure out how to access the textbox value from client side javascript. The problem seems to be that the client id that get's generated doesn't match the id that I use when I declare my server control in my aspx page. So, when I try to access the control in javascript, I get "object is null or not... |
|
| Server Control Event Handling (3 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| I have a C# component that basically implements Javascript Rollovers. It has been working great. I decided that I would add the option to have it displayed as normally img tags or through an ImageButton (ie input tag). I needed to use an image button for something I was doing because of the postback. This is a .cs file therefore there is no interface. In the code, I have create an Image button and... |
|
| Survey Controls (4 replies, VIP) |
| ASPFriends.com 'aspngcontrolscs' list |
| Does anyone know of any good customizable survey controls? I need to write something like this, and would like to reuse existing code if it's there. Thanks, Joe This email has been scanned for all viruses by the MessageLabs SkyScan service. For more information on a proactive anti virus service working around the clock, around the globe, visit http://www.messagelabs.com |
|
| Custom control design time attributes (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Moved from [aspngcommunity] to [aspngcontrolscs] by Rachel Reese rachelemilyreese@hotmail.com Hi everybody, I'd like to ask question. I'm trying to develop my first custom control. I found so many examples how to add (in VS.NET) in design time to the properties window string or numeric values that may affect the control. But I couldn't find any example how to add something like "color picker" or "... |
|
| Accessing Page object from static method (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| I have a namespace containing several control classes and a class with a static method shared between the different controls, like so: namespace xyz { class abc { static internal MyStaticMethod() { //Use Page object here } } class control1 : control class control2 : control class control3 : control } From the static method I want to have access to the Page object, so I can call the Trace log and A... |
|
| Databind DataList derived control in control itself (3 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| I have a control where I inherit from the DataList control. Instead of databinding this from my page, I want this control to Databind itself to a source stored in the cache (or otherwise transparantly created). What I tried was overriding CreateChildControls as follows: protected override void CreateChildControls() { DataSet dsMenu Core.GetMenuData(Sitemap); this.DataSource dsMenu.Tables["Menu"].D... |
|
| Combo Box Z-Index/Pop-up Menu Question (4 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| This is a multi part message in MIME format. NextPartTM 000 8f009483 161b 4a58 a699 0af13daa08c7 Content Type: multipart/alternative; boundary " NextPart 001 01C21842.D57D5AF2" NextPart 001 01C21842.D57D5AF2 Content Type: text/plain; charset "utf 8" Content Transfer Encoding: base64 SGVsbG8gYWxsLA0KIA0KSSBoYXZlIHBsYWNlZCBhIHBvcCB1cCBtZW51IG9uIG15IHdlYiBmb3Jt IGFuZCB3aGVuIGl0IG9wZW5zIG9uIHRvcCBvZiB... |
|
| timer in a custom control? (3 replies, VIP) |
| ASPFriends.com 'aspngcontrolscs' list |
| Moved from [aspngcontrolscs] to [aspngcontrolscs] by devin devinr@drone interactive.com I am implementing a "news wire" custom control. It is supposed to periodically poll a web service for new news stories. How can I do this in an ASP.NET control? If it were a Windows control, I would just include a Timer. But I need the timer to run in the browser, and trigger a postback to my control when the t... |
|
| Design time Webcustom Control pb... (3 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| This is a multi part message in MIME format. NextPartTM 000 f83795d7 0cb3 43a4 a355 2038a09c11f6 Content Type: multipart/alternative; boundary " NextPart 001 01C21C37.F1F0C360" NextPart 001 01C21C37.F1F0C360 Content Type: text/plain; charset "utf 8" Content Transfer Encoding: base64 SGkgLCANCiANCkknIHZlIGdvdCBhIGxpdHRsZSBkb3VidC1wYiBhYm91dCBkZXNpZ24gdGltZSBz dXBwb3J0IG9uIGEgd2ViY3VzdG9tIGNvbnRyb2w... |
|
| the meaning of 100% manged code (7 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Copied from [winforms vb] to [aspngcontrolscs] by Bob Levittan blevittan@hotmail.com I have been looking for a control that can zip/unzip files and stumbled into this strange sentence: This control is written entirely in .NET. This is 100% managed code. Several other controls that actually makes the same functionality, do not claim to be such a control. What does this mean exactly. The more I look... |
|