+ Post New Thread
Page 99 of 155 FirstFirst ... 49 89 97 98 99 100 101 109 149 ... LastLast
Threads 1961 to 1980 of 3091

Forum: ASP.NET Building Controls

  1. Listbox in Custom Control doesn't keep listitems added on Page_Load of container page

    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...

    • Replies: 1
    • Views: 711
    05:05 PM Go to last post
  2. Populate asp:label with text from db and retain formatting?

    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...

    • Replies: 0
    • Views: 1,938
    03:20 PM Go to last post
  3. Basic code structure in controls for events

    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...

    • Replies: 0
    • Views: 387
    12:00 PM Go to last post
  4. Dynamically adding a user control to aspx page

    I am using an aspx page called USProfile.aspx. It has a placeholder control. A user control called USData is added to placeholder control...

    • Replies: 0
    • Views: 2,418
    Sam
    03:36 AM Go to last post
  5. Custom Server Control Property Validation Issue

    I've been developing a custom server control that composites a Calendar control and several other controls. In this class, I have two properties...

    • Replies: 4
    • Views: 760
    11:11 PM Go to last post
  6. WebControl Design View Persist Problem

    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...

    • Replies: 1
    • Views: 750
    04:40 PM Go to last post
  7. Keep custom property-value in custom rendered control

    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...

    • Replies: 0
    • Views: 448
    11:56 AM Go to last post
  8. How do I make my control show up in the webform?

    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...

    • Replies: 0
    • Views: 702
    KJ
    08:47 PM Go to last post
  9. Style Questions

    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" ...

    • Replies: 0
    • Views: 399
    08:41 PM Go to last post
  10. Adding validation controls programmatically

    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. ...

    • Replies: 0
    • Views: 881
    06:31 PM Go to last post
  11. hidden field 'is null or not an object'

    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...

    • Replies: 2
    • Views: 3,125
    04:43 PM Go to last post
  12. Absolute positioning resizes incorrectly

    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...

    • Replies: 0
    • Views: 1,018
    04:01 AM Go to last post
  13. Setting a control property

    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...

    • Replies: 0
    • Views: 312
    07:17 PM Go to last post
  14. dynamic datagrid and validator

    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...

    • Replies: 1
    • Views: 438
    04:31 PM Go to last post
  15. Web Custom/Composite controls default property render issue.

    Hi, I'm trying to build TextBox based custom web control. Part of this control is shadowed CssClass property: <Description("Choose Css...

    • Replies: 2
    • Views: 1,600
    04:27 PM Go to last post
  16. Fontinfo expand/collapse

    I added a fontinfo property to a custom control public FontInfo TitleFont { get { return _title_font; } set { _title_font = value; } } In...

    • Replies: 2
    • Views: 1,208
    02:21 PM Go to last post
  17. Source or Knowledge on Building Image Control

    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...

    • Replies: 2
    • Views: 331
    01:49 PM Go to last post
  18. Add property that lists container's controls??

    I want to add a property to my webcontrol which works in the design-time property grid like the "SelectedObject" property of the...

    • Replies: 0
    • Views: 371
    01:46 PM Go to last post
  19. Persisting control properties at design time

    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...

    • Replies: 6
    • Views: 336
    01:52 AM Go to last post
  20. Custom Control with embedded graphic

    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....

    • Replies: 3
    • Views: 999
    07:01 PM Go to last post

Thread Display Options

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.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139