+ Post New Thread
Page 1 of 155 1 2 3 11 51 101 ... LastLast
Threads 1 to 20 of 3093

Forum: ASP.NET Building Controls

  1. GetPostBackEventReference - dynamic argument

    Hello, I'm building a sever control that is essentially a container that holds a bunch of DIVs. I want the click event on any of the DIVs to...

    • Replies: 2
    • Views: 179
    03:56 PM Go to last post
  2. Page seems to be remembering HttpSessionState

    I have a page that determines some of what to display based on HttpSessionState. When I go to it the first time, it displays everything the way I...

    • Replies: 1
    • Views: 131
    01:18 AM Go to last post
  3. Gridview Control and Customizing Column Displays

    > I want it to show in Column 1, a customized version of the data... Don't autogenerate the columns. For the Column1, make it 'HyperlinkField'...

    • Replies: 1
    • Views: 157
    09:37 AM Go to last post
  4. WebControl - Child control events

    Have you added the button to the 'Controls' property of the custom-web control? How are you rendering the button? Well, "runat" attribute is not...

    • Replies: 0
    • Views: 174
    09:23 AM Go to last post
  5. CreateUserWizard Transaction

    Hi I want to know how can one use TransactionScope with the CreateUserWizard Contrrol I have to update a Table in my database if the user is...

    • Replies: 0
    • Views: 153
    04:30 AM Go to last post
  6. Validator message disappeared after post back

    Hi, I have a compositecontrol contain a textbox (txtPhoneNumber) and a RegularExpressionValidator. I tested in a page, the validation seems work...

    • Replies: 7
    • Views: 263
    10:12 AM Go to last post
  7. How to fetch style information from mobile StyleSheet?

    Does anyone know how to get programmatic access to a StyleSheet style that is named in a control's StyleReference property? I'd like to have code...

    • Replies: 0
    • Views: 171
    12:06 PM Go to last post
  8. Keeping 2 user controls of the same class synced

    On a page, I need to show one item at a time. The top of the page has a Previous-Next control, followed by the item being shown, followed by...

    • Replies: 2
    • Views: 135
    10:05 AM Go to last post
  9. 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: 127
    10:00 AM Go to last post
  10. 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: 180
    09:51 AM Go to last post
  11. 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: 151
    09:50 AM Go to last post
  12. 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: 142
    03:37 PM Go to last post
  13. 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: 198
    07:31 PM Go to last post
  14. 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: 160
    05:16 PM Go to last post
  15. 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: 159
    06:02 PM Go to last post
  16. 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: 141
    06:41 AM Go to last post
  17. 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: 126
    10:44 PM Go to last post
  18. <% =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: 164
    11:44 PM Go to last post
  19. 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: 120
    07:17 AM Go to last post
  20. 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: 133
    12:16 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