+ Post New Thread
Page 101 of 155 FirstFirst ... 51 91 99 100 101 102 103 111 151 ... LastLast
Threads 2001 to 2020 of 3091

Forum: ASP.NET Building Controls

  1. Postback to a Custom Control URGENT!!

    Does anyone have any examples of how to handle postback to a derived class custom control from the hosting main page or a popup child window from...

    • Replies: 1
    • Views: 435
    09:41 PM Go to last post
  2. User Control - setting properties

    Don't quite get it. User control has a label in a html table and I want to set the text property of the label from code behind. (MyLabel) <%@...

    • Replies: 2
    • Views: 440
    11:50 PM Go to last post
  3. Having a Custom ScrollBar for Controls possible in .NET ?

    Hi I want to customize the look & feel of scroll bar which appears for controls like Textbox, ListBox, ComboBox etc. Is there any way to achive this...

    • Replies: 3
    • Views: 1,126
    03:25 PM Go to last post
  4. Server control that renders images

    On Fri, 23 Apr 2004 15:35:36 -0400, Stephen Walch wrote: you can use TStreamImage for image rendering, or look at it's source (Delphi.NET)....

    • Replies: 3
    • Views: 260
    09:39 AM Go to last post
  5. Dynamic tabstrip and multipage

    Hi You are right but I'm creating dynamic controls on each multi page and if I add the "If Not Page.IsPostBack Then" line I will not be able to...

    • Replies: 2
    • Views: 981
    08:09 AM Go to last post
  6. Frustrating problem with CollectionEditor - invoking another editor

    Hi. I have a problem using the CollectioEditor. In my custom control I have a public property that returns ItemList. ItemList is inherited from...

    • Replies: 0
    • Views: 470
    12:56 PM Go to last post
  7. control ID's

    Hi, My web page loads the controls dynamically using Page.LoadControl("~/myControls/myControl.ascx") The control myControl.ascx contains...

    • Replies: 3
    • Views: 524
    05:32 AM Go to last post
  8. Button in custom webcontrol - event handler not working

    Hello This is my 1st project where I have to create a Webcontrol. I have created a simple custom control with a button and 2 labels added to a...

    • Replies: 2
    • Views: 2,489
    05:25 AM Go to last post
  9. Custom control creation and debugging?

    Hi I want to create a custom tab web control, drop it into an asp.net page as shown below, that will create a set of tabs and will generate...

    • Replies: 1
    • Views: 549
    04:52 AM Go to last post
  10. Deserealization question

    Hello, I have a abstract base class and two derived classes. My control has a property of the base type and it is serialized using...

    • Replies: 0
    • Views: 276
    06:33 PM Go to last post
  11. Enom.com reseller accounts

    If you provide internet related services to your clients, why wouldn't you profit from domain name services as well? www.providenames.com is the #1...

    • Replies: 0
    • Views: 284
    05:01 PM Go to last post
  12. Serialiazing CollectionBase

    Hello... I the following class deriving from CollectionBase: ============================ public class YYYepC :...

    • Replies: 1
    • Views: 226
    02:59 AM Go to last post
  13. Retrieving radiobuttonlist from datagrid

    If you are creating the radio button dynamically in databound event.. Then you should make sure that the grid is bound before the viewstate is...

    • Replies: 0
    • Views: 686
    01:24 AM Go to last post
  14. Top and Left of "Control" Not "WebControl"

    Greetings, The Control object doesn't have provision (built-in) for preserving the top and left coordinates as it appears in the designer during...

    • Replies: 0
    • Views: 325
    09:35 AM Go to last post
  15. prevent cell wrap

    Hi, I have a control that inherits from datagrid that has resizable columns. when a column is sized smaller than the text length the overflow...

    • Replies: 1
    • Views: 1,012
    03:14 PM Go to last post
  16. Dynamically add linkbuttons and wire them to same event??

    Hi, How do I dynamically add linkbuttons and wire them to same event? I am able to add linkbuttons but they do not fire the event. Does anybody...

    • Replies: 2
    • Views: 826
    04:27 AM Go to last post
  17. Refreshing web control after sub-property change

    I have the following A class called PageHeader that derives from WebControl. The PageHeader class defines a property called ForwardButton As...

    • Replies: 1
    • Views: 605
    01:55 AM Go to last post
  18. User defined property saving problem

    (Type your message here) Hi, I have a problem with a control (C#) found on the web wichimplement a masked text box (derived from TextBox) in a...

    • Replies: 1
    • Views: 254
    01:47 AM Go to last post
  19. Creating a COM+ object with c#

    Is it possible to use c# and .NET to create a COM+ object that can be accessed in classic ASP/VBScript using Create.Object ? -- W '04 <:> Open

    • Replies: 3
    • Views: 1,188
    09:00 PM Go to last post
  20. DataGrid childcontrols problem

    As long as you get the button into the control heirarchy you should be able to capture the events for the button; in the example I had, a button...

    • Replies: 3
    • Views: 214
    07:23 AM 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