This is my first attempt at building my own compiled customcontrol. I have a custom control that contains a textbox and alistbox. In a given aspx.vb...
How about if you replace carriage returns with <br> or <br><span></span>? <br>1. this is one. <br>2. this is two. or: <br><span>1. this...
Hi, Does anyone know the basic rules you must implement to get the event model to work in a control? Lets say you want to implement a...
I am using an aspx page called USProfile.aspx. It has a placeholder control. A user control called USData is added to placeholder control...
I've been developing a custom server control that composites a Calendar control and several other controls. In this class, I have two properties...
I'm having some weird things happen in design view while editing a custom collection - I've been at this for about 4 weeks now, and have tried all...
Hi there, here's the thing I have a custom control (rendered) with a label, textbox and some validators. I use that for entering a birthdate, to...
I built my control. It shows up and works at runtime. But at design time, it does not show up on the page. How do I make it show on the page at...
I've seen a style property described in a book like so: NodeStyle="Style" But then in the book I see: NodeStyle-Font-Name="Times Roman" ...
I am creating a server control that adds web controls (i.e. textboxes, etc) to a form. I use HtmlTable to build the table and insert the controls. ...
I've created a WYSIWYG HTML editor. I have an ImageButton whose onClick event is supposed to set the value of a hidden form field called txtHTML to...
I have an ASPX page that contains an HTML table. Inside one table cell I have either a panel containing 20 placeholders or simply 20 placeholders...
I have a custom composite control which reads in information from an XML file in its createchildcontrols() event. I would like to be able to set...
Hello, I have a problem with one datagrid and a CompareValidator : I have a datagrid, filled with textbox, and a button. I expect integer in...
Hi, I'm trying to build TextBox based custom web control. Part of this control is shadowed CssClass property: <Description("Choose Css...
I added a fontinfo property to a custom control public FontInfo TitleFont { get { return _title_font; } set { _title_font = value; } } In...
Hello, Can someone point me in the right direction on how I can build an image control in VB.NET. I would like this control to be used in either...
I want to add a property to my webcontrol which works in the design-time property grid like the "SelectedObject" property of the...
Hi cpnet, Thanks for your feedback. I have seen your concern. I am currently doing research on this issue, which need some time. I will reply...
I am developing a custom control for web forms using VS 2003. Iam putting the control in a custom control library project whichwill become a dll....
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules