Search

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

Matching Posts

  • Should I be using Gzip or output caching ?

    Hi, I have a website with approx. 50.000 visitors a month. I have played a bit with output caching and gzip compression (compression is done with this module http://madskristensen.net/post/HTTP-compression-in-ASPNET-20.aspx ). Now it seems the two are interfering with each other. When I use a substitution-control to punch a hole in the cache, it doesn't work unless I disable the gzip compression. My question is now. Which one should I use - compression or output caching (or both). If I should
    Posted to Web Forms (Forum) by thomasabcd on 8/27/2009
  • Fire event from one asp-page. Listen on another

    Hi, I am using the lytebox (http://www.dolem.com/lytebox/) to create a signup-flow. When the signup has been completed succesfully, I would like to fire an event on the signup-page which is received by the parent-page in order to process some logic after signup. There is a tutorial on how to create a signup page using lytebox here: http://www.brighthub.com/internet/web-development/articles/6743.aspx. But I would like to fire the event at the end, when the signup has been completed. Is this possible
    Posted to Web Forms (Forum) by thomasabcd on 7/11/2009
  • Select distinct on a single row

    Hi, I am using sql 2005 for my db. I have a table with articles about different items. Each item can have many articles. Now I would like to select the top 5 articles but only one article per item. The columns in the articlestable are: articleId, itemId, text, date How do I achieve this? Thanks Thomas
  • User is created in aspnet_users table but not in aspnet_membership table

    Hi, I have a problem with a user who has been created in the aspnet_users-table but not in the aspnet_membership-table. I have just created a user using the same login-form, and the new user has been created in both tables. Any ideas why the first user is only created in the aspnet_users-table? thanks Thomas
    Posted to Security (Forum) by thomasabcd on 8/19/2008
  • unescaping working or not working

    I have created a very simple webservice, which returns a string like this : <div>hello world</div>. When returning the string, it is encoded like this: "\u003cdiv\u003eHello world\u003c/div\u003e". I would then like to place the returned string (in the variable called value) on a div in my HTML like this: $get('myDiv').innerHTML=unescape(value); But the value is not decoded/unescaped. If I then start firebug and enter: unescape( "\u003cdiv\u003eHello world\u003c
    Posted to Client Side Web Development (Forum) by thomasabcd on 3/29/2008
  • don't show rootnode in sitemappath

    Hi, I would like to not show the rootnode when displaying the sitemappath-control. The number of parentnodes to the current node may vary, so it is not an option to set parentlevelsdisplayed to a fixed number. Any ideas? TIA Thomas
  • regex to identify htmltag with specifc css class

    I am trying to write a regex which identifies any htmltag if it contains a specific css-class. Eg. I would like to pull out all htmltags with "class=selected". Any help is appreciated. Thanks Thomas
    Posted to Getting Started (Forum) by thomasabcd on 2/15/2008
  • Re: Cannot add EnablePageMehtods to scriptmanager

    Hi, I don't have the framework installed on the machine as such. I have placed the System.Web.Extensions.dll in my Bin-directory (version 1.0.61025.61025). Everything else seems to be working fine. Thanks Thomas
  • Cannot add EnablePageMehtods to scriptmanager

    When I try to add EnablePageMethods it is not present in intellisense, and if I add it anyway, I get the following error:; Error 62 Type 'System.Web.UI.ScriptManager' does not have a public property named 'EnablePageMethods'. Any ideas? Thanks Thomas
  • Highlight parentnode in menu

    I am using a sitemap to display a menu and a sitemappath. The sitemap contains my categories as well as products in the categories. My topmenu looks something like this: video|audio|books and on each productpage I have a sitemappath. When I go to a specific product I would like to highlight the category for a product in the menu. how do I do this? TIA Thomas
Page 1 of 12 (120 items) 1 2 3 4 5 Next > ... Last »