Search

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

Matching Posts

  • Re: How can I disable a CPE?

    I was disabling it or hiding it server-side Panel1.Enabled = false or Panel1.Visible = false I don't think either of them worked.. In the end I just created another div to hold both the panel and the CPE and set its .Visible property to false. Still it would seem logical to include an 'enabled' property in the CPE itself..
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Bunce on 7/13/2006
  • How can I disable a CPE?

    Hi guys. I've got a CollapsiblePanel control hooked up to a panel in my .aspx, but I need to be able to hide the panel completely on occasion (server side). As soon as I disable or hide the panel, the CPE throws an error (since it can't find it). So I tried first disabling the CPE itself but it doesn't have an 'enabled' property,, How can I accomplish this? Do I need to manually remove the CPE's properties? Cheers, A
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Bunce on 7/11/2006
  • ImageMap Custom Control - postback issue

    Hi all. We have a requirement to return the (pixel) coordinates specifying where a user has clicked on an image (its an asp.net front-end hitting a cold-fusion web-service interacting with a GIS mapping system). The new ImageMap control in asp.net 2.0 offers a 'Click' event but due to the way HTML imagemaps work it can't parse the co-ordinates that are returned in the querystring (they are malformed). So I found a control that a fellow has made which extends the ImageMap control making available
    Posted to Custom Server Controls (Forum) by Bunce on 6/20/2006
  • Can't get control event to fire when dropdownlist:autopostback enabled

    Hi all. We have a requirement to return the (pixel) coordinates specifying where a user has clicked on an image (its an asp.net front-end hitting a cold-fusion web-service interacting with a GIS mapping system). The new ImageMap control in asp.net 2.0 offers a 'Click' event but due to the way HTML imagemaps work it can't parse the co-ordinates that are returned in the querystring (they are malformed). So I found a control that a fellow has made which extends the ImageMap control making available
    Posted to Web Forms (Forum) by Bunce on 6/20/2006
  • Click event won't fire in custom control..

    Hi all. We have a requirement to return the (pixel) coordinates specifying where a user has clicked on an image (its an asp.net front-end hitting a cold-fusion web-service interacting with a GIS mapping system). The new ImageMap control in asp.net 2.0 offers a 'Click' event but due to the way HTML imagemaps work it can't parse the co-ordinates that are returned in the querystring (they are malformed). So I found a control that a fellow has made which extends the ImageMap control making available
    Posted to Custom Server Controls (Forum) by Bunce on 6/20/2006
  • Re: Undo Add Module to all pages

    I know how you feel. I've posted on this issue for probably a year and a half, both in the forums and in Gemini, with little response but 'Its the expected behaviour".. Unfortunately, no user (that hasn't seen come across this reponse anyway) actually expects it to behave this way! *However *, I noticed that a fix looks to be close going by a recent look through Gemini. Have a squiz at this .. Here's hoping! Cheers, Andrew
    Posted to DotNetNuke (Forum) by Bunce on 4/13/2006
  • Re: Copy Page > Copy Modules > Copy Content question

    Yippee!! Just found this in Gemini: Looks like we're gettng a fix for this. I think we're finally getting close to a logical solution which will hopefully make sense to the average user. Now if only we can get the permissions fixed (inheritance etc.) then I'll die a happy man! (I'm hard to please..) Cheers, A
    Posted to DotNetNuke (Forum) by Bunce on 4/10/2006
  • Re: Using GridView in ViewModule

    Well GridViews were only released with .Net2.0 so they only been out for a few months, hence less examples on the net. Remeber that a GridView only shows a single record whereas a grid show multiple, therefore when binding you have to specify the record that you wish to display... Cheers, Andrew PS - Where in Adelaide are you from?
    Posted to Custom Modules (Forum) by Bunce on 4/5/2006
  • Binding to property in extended Dataset Partial class

    Hi All. I'm having a fiddle with the new TableAdapter stuff in .Net 2.0 - particularly extending the generated typed datasets (in order to write custom validation / logging code etc.) To start with I've tried adding just a public property -> it compiles fine and I can access the property and its value via instanciating the tableadapter and accessing the property, but it doesn't appear in any data controls (such as the gridview) as an available field to bind to (through the object datasource control
  • Re: DataTable Partial Class

    For some reason they've removed the ability to access them this way in Web Projects. You can still manually create the file yourself though, and it works fine.
Page 1 of 42 (414 items) 1 2 3 4 5 Next > ... Last »