+ Post New Thread
Page 3 of 155 FirstFirst 1 2 3 4 5 13 53 103 ... LastLast
Threads 41 to 60 of 3091

Forum: ASP.NET Building Controls

  1. Two User Controls: One gets called before the other

    What do you mean by "getting called"? The order of loading (and rendering) is: ParentControl.OnLoad followed by AllChildren.OnLoad which...

    • Replies: 0
    • Views: 395
    11:00 AM Go to last post
  2. custom web control +client-side javascript + postback

    Hello, I am trying to create a new Web Control (ASP.NET 1.1) that contains among other textboxes. The content of these textboxes (runat=server)...

    • Replies: 1
    • Views: 1,393
    10:51 AM Go to last post
  3. Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls

    My Web.config file contains the following section to register some of my UserControls: <pages> <controls> <add tagPrefix="NATE"...

    • Replies: 5
    • Views: 1,259
    10:50 AM Go to last post
  4. Question on limiting choices in WebPart personalization

    Just use an enum for the property. -- Riki "Ron Ruble" <RonRuble@discussions.microsoft.com> wrote in message...

    • Replies: 0
    • Views: 489
    04:37 PM Go to last post
  5. Horizontal Menu Controls - TABS

    In the "TimeTracker" ASP.NET Starter Kit is a horizontal Menu control or TAB strip that I want to use in my current project. Ive been able to use...

    • Replies: 0
    • Views: 1,306
    08:31 PM Go to last post
  6. Object reference error in UserControl's Load event

    I have a UserControl that I declare programmatically as follows: Dim userctrl as New rightside_portal() The codebehind file for this...

    • Replies: 1
    • Views: 1,700
    06:16 PM Go to last post
  7. Custom control is naming it's components differently

    I have written a custom control that uses AJAX (it implements IPostBackDataHandler and ICallbackEventHandler). I have tested it, and it seems to...

    • Replies: 2
    • Views: 503
    07:02 PM Go to last post
  8. Connection Problem in Publishing Website

    Hi, I have a site with several pages and most of them have SqlDataScource controls that connect the page to my local SQL Server. How can I...

    • Replies: 0
    • Views: 470
    07:41 AM Go to last post
  9. webusercontrol with multi function question

    I'm trying to create a control that will add and edit items in a table on add is easy, i just create the control with the empty text boxes, include...

    • Replies: 0
    • Views: 459
    11:44 PM Go to last post
  10. <% =expression%> not evaluated in custom control attributes

    Let's say my ASPX page codebehind has a method S() which returns a string value (of let's say a constant "string"). If I do this (hope all these...

    • Replies: 3
    • Views: 1,112
    12:44 AM Go to last post
  11. Possible: dynamically populated and placed user control in the middle of a string?

    I'm wondering if it's possible to do the following in ASP.NET 2.0. I want to do the following simultaneously. I suspect its possible, but I also...

    • Replies: 1
    • Views: 461
    08:17 AM Go to last post
  12. Generating the *.aspx.designer.vb Files

    I have an ASP.NET application in which I register several of my usercontrols in the Web.config file's...

    • Replies: 1
    • Views: 1,219
    01:16 PM Go to last post
  13. ITemplate and inbedded controls

    I created a tabstrip custom control that is declared like this: <acc:TabStrip ID="Tabs" runat="server" SelectedTabID="aa" AutoPostBack="true">...

    • Replies: 1
    • Views: 1,096
    11:22 AM Go to last post
  14. Embeding html controls in Server Control

    Hi Everyone, I have some HTML snippets (with about 15 HTML controls) that needs to be embedded into my server control. I need these HTML controls...

    • Replies: 0
    • Views: 480
    02:45 AM Go to last post
  15. HELP: (ASP.NET 2.0) - Can't get CSS HtmlLink Element working in VS Designer

    Hi, I've got the following problem: In my client's project I've created an ASP.NET Custom Control to add CSS style sheet HtmlLink elements to a...

    • Replies: 1
    • Views: 1,447
    12:00 PM Go to last post
  16. LazyHttp, or the HTTP protocol dissected...

    Howdy, I've been working on this solution for quite some time where we basically turn the HTTP protocol upside down and manages to have a "Message...

    • Replies: 0
    • Views: 495
    12:48 PM Go to last post
  17. Persisting Columns property in Designer for a GridView inside a CompositeDataBoundControl

    Hi, This has been driving me nuts for 2 days now. I have a custom control derived from CompositeDataBoundControl that contains a GridView...

    • Replies: 0
    • Views: 921
    06:03 AM Go to last post
  18. Creating LinkButtons in a Repeater ... in code.

    Hi, I'm trying to create a variable number of LinkButtons using an ItemTemplate within a Repeater control. This is being done from code ... I...

    • Replies: 3
    • Views: 1,831
    05:53 PM Go to last post
  19. Itemtemplate requires unique control's id's

    Gridview: I would like to use two (or more itemtemplates) having a label named like Label1. I find it odd that FindControl() on a CELL object...

    • Replies: 0
    • Views: 761
    11:29 AM Go to last post
  20. Custom Controls and Absolute Positioning

    Hi all, I have a couple of custom controls that several users of an application are using and got a request from one of the guys that they're...

    • Replies: 1
    • Views: 1,960
    09:22 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