| Thread | Last Post | Replies |
|
| Custom Control problem. | 30 Oct 2006 17:14 GMT | 5 |
I am not quite sure how to phrase the subject, so apologies. I am writing a custom control. It is using a textbox. I create the text box, but cannot read the contents of it later. Here is my code...
|
| Two question about ASP.NET Custom Controls [Newbie] | 29 Oct 2006 19:58 GMT | 1 |
1) I am developing custom controls and was wondering how I can implement the URL ~ deal. ~/page/page.aspx How do I translate ~ to the web root? I must be overlooking something
|
| Can a repeater's ItemTemplate instantiate derived classes? | 28 Oct 2006 11:39 GMT | 1 |
I posted this in a different group yesterday with no responses, so I'll try here. I would like to have a repeater class like this: <asp:Repeater ID="CriteriaRepeater" runat="server" >
|
| Suppress ServerValidate on Page? | 27 Oct 2006 18:23 GMT | 1 |
This may or may not be possible, so please let me know either way. I'm just attempting to do something fancy and I haven't been able to find any documentation on this specific issue anywhere. I have a custom validator which runs only on the server side. It
|
| Wrapping mouse over help icon up Web User Control | 27 Oct 2006 18:04 GMT | 7 |
I have some pretty neat code that shows a floating help box over the top of an ASP.NET screen when an image is mouse-overed. I've included the code for this at the end of this post... I was wondering if there'd be any way to wrap this all up as an ASP.NET
|
| usercontrol with include file | 27 Oct 2006 14:41 GMT | 3 |
I put include file in usercontrol and use this UC in another aspx page. However, aspx file writes <!-- #include virtual="/fres/fues.htm" --> in aspx file but did not display content of include file. I would like to know how to do this?
|
| How to establish connection of DataGridView Control to Stock Excha | 26 Oct 2006 21:27 GMT | 1 |
Dear Sir, I m develop a application in vb.net which update a live prices of stocks by a website named (www.nseindia.com) i m using datagridview control for this.
|
| How to display a property of a custom control with a dropdown styl | 25 Oct 2006 18:19 GMT | 2 |
I have written my own custom control and I want one of its properties to display as a dropdown list when clicked, so the user can select from the list, it would be similar to the asp textbox control which has a ‘TextMode’ property and when clicked on, displays as a dropdown list ...
|
| Custom CustomValidator: Properties Window Problems | 20 Oct 2006 19:41 GMT | 6 |
Hello. I'm still rather new to building custom controls, so please be gentle. ;) What I'd like to be able to do, when validating, is drop my CustomServerValidator (see below) and a generic Label control onto the
|
| getting Font in my WebControl | 19 Oct 2006 07:43 GMT | 1 |
I writing a webcontrol that I inherited from WebControl. In the control, me.font is a FontInfo object. I'm producing a crystal report from my control and to set the font for the report, using Crystal's Applyfont method, for that, I must have a System.Drawing.Font object. Is ...
|
| Global Events that all instances of a control handles | 19 Oct 2006 00:55 GMT | 2 |
I have a user control (called MyControl that inherits from CompositeControl). This control will raise an event when the user changes the color of the control. (MyControl.ColorChange). Inside the code for MyControl, I also listen and handle the event (ColorChange). - This ...
|
| Problem persisting asp.net 2.0 property in design-time | 18 Oct 2006 19:13 GMT | 1 |
I have a asp.net 2.0 webcontrol with a property called TestProp (type: string), if i change value in the property-window in vs.net manually everything works fine. The value is persisted to the HTML-source. But if I connect a designer and change the value in code (opening the
|
| Composite control not appearing in toolbar... | 18 Oct 2006 19:08 GMT | 5 |
Hi - I'm just experimenting and following the example in: http://msdn2.microsoft.com/en-us/library/ms379565.aspx I have a solution that has my controls project and a "test" web project. When I build the controls project, the control that inherits from
|
| ITemplate | 15 Oct 2006 20:33 GMT | 2 |
Ok smart guys and gals ... I have a GridView control with a dynamically created checkbox column. The checkbox is created using ITemplate interface. In my class that implements the ITemplate interface I set the AutoPostBack property of the checkbox to
|
| Posting cookie | 13 Oct 2006 23:59 GMT | 4 |
I'm looking to post an http cookie on a sql backend. I know I've read about this before, but the solution stumps me. I've tried the menu control, I even bought one for 400 dollars, but I still can't find the answer.
|