Search

You searched for the word(s): userid:777260

Matching Posts

  • CSS Friendly Control Adapters - body onload script not executing??

    I have added a asp.net menu control to my site and I am using the css friendly control adapters. The menu and css adapters work fine but it has caused a problem with a script that I run when the page loads. Please see below, I have a simple script that I call from the body tag to ensure the client has javascript enabled, since incorporating the menu and css adapters into the site this is no longer working?? Javascript: function CheckJS() { document.getElementById("content").style.display
    Posted to CSS Friendly Control Adapters (Forum) by dkirk on 11/16/2009
  • data-bound control for thumbnails?

    Hello gang, I am looking to bind a control to one field in a database for displaying thumbnails in a tabular layout. I want to have the thumbnails displayed in 3 columns across the page and then the amount of rows down would depend on the amount of results returned from the db. If I were to use a gridview since I am only binding to one field I will only have a table that is one column wide (correct me if I am wrong). What is the best control to use in order to get this 3 column layout? Thanks in
    Posted to Data Presentation Controls (Forum) by dkirk on 10/30/2009
  • Re: data-bound control for thumbnails?

    looks like I can do what I want with the listview...
    Posted to Data Presentation Controls (Forum) by dkirk on 10/30/2009
  • Gridview: Swap Controls Conditionally

    Hello Gang, I have a gridvew column that I would like to have either a imagebutton or an image control display based upon a bit field in a database. If the bit field = false then I want display a imagebutton that can be used to fire an event. If the bit field = true then all I need to do is display an image. I am sure this is quite simple but I have yet to do it. Does anyone have an example of swapping out controls in a templatefield conditionally? Thanks in advance.
    Posted to Data Presentation Controls (Forum) by dkirk on 9/16/2009
  • Re: Gridview: Swap Controls Conditionally

    duh... sometimes we tend to make things more difficult than what they are. :) Thanks.
    Posted to Data Presentation Controls (Forum) by dkirk on 9/16/2009
  • IE8 Message: Unspecified error.

    Hello, I have a a form that is using the textboxwatermarkextender on all of the textboxes on the page (approx. 20 in total). I have one user (out of 20, all using IE8) that is having problems viewing the page correctly. On this particular users pc, about 5 of the textboxes do not render correctly as the watermark does not display. I have found nothing different in the coding of these five controls. This page is integrated with an older site that uses frames (2 frames, a top and a bottom). When the
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dkirk on 9/8/2009
  • Re: IE8 Message: Unspecified error.

    I appreciate the response but this is not the problem.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dkirk on 9/8/2009
  • Re: Hiddenfield vs Class Level Variable?

    Thanks for the responses
    Posted to State Management (Forum) by dkirk on 8/28/2009
  • Re: File Upload control : Client side validation for File size

    Take a look at the link below: http://www.codeproject.com/KB/aspnet/fileuploadsize.aspx Looks like it can be done using IE only and with an ActiveX http://www.google.com/search?hl=en&source=hp&q=javascript+check+file+size+before+upload&aq=3&oq=javascript+check+file&aqi=g10
    Posted to Web Forms (Forum) by dkirk on 8/28/2009
  • Hiddenfield vs Class Level Variable?

    I am coding with c# and would like to know which is more efficient or falls into the "Best Practice" category. I have a handful of "variables" that need to persist across multiple postbacks and are to be used by multiple methods, all within the same page. The data does not need to be encrypted. The data type is typically integer and the values are relatively small (7-8 digits, characters etc..). So which way is "better"? Storing the values in a hiddenfield or in a class
    Posted to State Management (Forum) by dkirk on 8/27/2009
Page 1 of 29 (285 items) 1 2 3 4 5 Next > ... Last »