Search

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

Matching Posts

  • Flash SWF in a ModalPopUp

    Has anyone been able to do this? I just get a blank popup after putting a simple embed tag in the poped panel...
  • Re: Ajax Slideshow causing full page postbacks on its own

    I understand the properties, but how do i stop the postbacks? It only needs the slidedeck once.
    Posted to ASP.NET AJAX UI (Forum) by jjmonty on 7/3/2009
  • Ajax Timer postbacks and web server statistics

    I inherited a page that uses the ajax timer to update some world clocks on a banner in a masterpage. It was very inefficient since it was updating every minute by posting back and reliving the page lifecycle...I resolved this with an asynchronous client-side call to a web service so that the entire page was not being run just to update these clocks every minute and viewstate load wasn't being shuttled back and forth. I reduced the load from 7k to about 40 bytes. I learned how to do this with
    Posted to ASP.NET AJAX UI (Forum) by jjmonty on 7/2/2009
  • Ajax Slideshow causing full page postbacks on its own

    I am using the ajaxslideshowextender for a simple slideshow. I am analysing web traffic with Fiddler and I am seeing that the webpage hosting the slideshow is posting back every 25 seconds! When I comment out the slideshow code the page stops posting back, so it definately has something to do with the slideshow. Does anyone have any ideas why this could be happening?
    Posted to ASP.NET AJAX UI (Forum) by jjmonty on 7/2/2009
  • Re: Object reference null error when in masterpage :(

    I have not tested any of the other solutions, but I believe the prefered method for adding javascript to a .net object is through Object.Attributes.Add(). Then you can control everything from the codebehind of either the master or content page and use intellisense to figure out what objects are available for debugging. You might want to look into this approach. You can rewrite the javascript on the page to accept the string name as a parameter and then add the clientID in the attributes.add statement
    Posted to Client Side Web Development (Forum) by jjmonty on 6/25/2009
  • Setting browser-specific property values within a css class

    Instead of browser sniffing through javascript and other methods, I came across a method for setting attributes for a css class for a particular browser within the class in as file.css, but I cannot remember the syntax or find it. It looks something like this: .cssclass { width: IE7?500px } This class would then only render as 500px wide for IE7. The "?" doesn't work, but it was some kind of unary declaration as I recall. Also, any other information about this approach would be nice
    Posted to Client Side Web Development (Forum) by jjmonty on 6/25/2009
  • IIS Custon Error Page broken for child directory 404s

    I have an error page in my host directory that is set for redirection for 404s in IIS. The page has a master page and all the relative links associated to it therein, e.g. images and css styles, etc. When I test a nonexistent page in the same directory as the error page the page looks just fine. However when I try to test nonexistent pages in child folders within the host directory, the redirection happens as expected to the error page but all the relative links through the master page are broken
    Posted to Configuration and Deployment (Forum) by jjmonty on 6/25/2009
  • Re: IIS Custon Error Page broken for child directory 404s

    Just a simple masterpage - content page setup. The master page is referenced fronm the page directive with a ~.
    Posted to Configuration and Deployment (Forum) by jjmonty on 6/25/2009
  • .Net Calendar

    I want to use the .Net Calendar without the underlined, selectable days. How do you take the underlined links out. I have used the DayRender Event, CSS on the calendar, day and the div the calendar is contained in, Also the property on the DayStyle-Font-Underline=false....why offer this if there is no was too set the a:link style on the day....? I want the day to be selectable but just without the underline. I have tried everything for such a simple CSS thing...
    Posted to Web Forms (Forum) by jjmonty on 3/5/2009
  • Error after aspnetdb.mdf deployed to localhost

    I am using the security functionality in a 3.5 application. After using the security wizard I set up users, roles and access. The aspnetdb.mdf database was automatically generated under the App_Data folder. Throughout development, the security functionality worked fine running the web app through the VS08 web server (by pressing <CTRL> + F5 is how I do it). Specifically I am using the Login control for a simple authorization. I wanted to see how the web app would deploy so I tried simply creating
    Posted to Security (Forum) by jjmonty on 11/12/2008
Page 1 of 10 (97 items) 1 2 3 4 5 Next > ... Last »