Search

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

Matching Posts

  • Trouble with AJAX and ISAPI Filter

    Hi there, I use an ISAPI-filter on my website to enable the use of Friendly urls, for example: /news/news-item-1. All these items are not physical files but are actually records in a database. Because of the fact that the website also contains a webshop, the ISAPI filter redirects urls containing /shop/ to a physical page. So /shop/forgot-my-password redirects to /forgot-my-password.aspx. The code of this particalur page looks like this: <asp : ScriptManager ID ="scriptPasswordReminder"
  • Re: Trouble with AJAX and ISAPI Filter

    Thanks for your quick response. I found out that the problem is resides in the action attribute of the form, which normally would be /shop/forgot-my-password and will alse be rewritten to /forgot-my-password.aspx. The second time around the this actually doesn't happen and then the form posts to /shop/forgot-my-password.aspx. Which causes the 404. I need to find a way to set the action attribute of the form. I'm using Ionic's ISAPI Rewriting Filter.
  • Re: AsyncPostBackTrigger' does not have a public property named 'TabPanel'

    < asp:AsyncPostBackTrigger controlid= "ibSearchField" eventname= "click" > The AsyncPostBackTrigger isnt closed properly, that might be the cause of the problem.
  • Re: Show/hide submenu

    Hi sunkorg, I did actually solve this, sadly i cant give you the exact code, because it runs on a customer's server that i cant reach from where i am right now. It was something like this" For each loItem as MenuItem in Menu.Items If Not loItem = MenuSource.Provider.CurrentNode Then loItem.ChildItems.Clear End If Next
    Posted to Web Forms (Forum) by bashaasnoot on 5/22/2008
  • Re: Noob question about SOAP

    Ok, thanks a lot for the quick reply
    Posted to XML Web Services (Forum) by bashaasnoot on 4/7/2008
  • Noob question about SOAP

    Hi there, Is it possible to do a SOAP request to a PHP webservice? My first guess would that it is, but i want to be 100% sure before i start wasting my time.
    Posted to XML Web Services (Forum) by bashaasnoot on 4/7/2008
  • Show/hide submenu

    Hi there, I have a web.sitemap that contains the following definition: < siteMapNode url = " default.aspx " title = " HOME " description = "" > < siteMapNode url = " Item1.aspx " title = " ITEM 1 " description = "" > < siteMapNode url = " item11.aspx " title = " ITEM 1-1 " description = "" /> < siteMapNode url = " item12.aspx " title = " ITEM 1-2 " description = ""
    Posted to Web Forms (Forum) by bashaasnoot on 1/2/2008
  • Re: Contenteditable=true rewrites paths and image url automatically

    Well for some reason it doesn't work that way with the contenteditable atribute set to true. When i paste src="/images/image.jpg" and print out the innerHTML of the div it is changed to src= http://www.sitename.com/images/image1.jpg . I have solved this by looking up all src and href attributes in the HTML, I had to clean up the HTML anyway, and checking for the SERVER_NAME value from the Servervariables and remove that from the url. Thanks for your time and reply.
    Posted to Web Forms (Forum) by bashaasnoot on 8/8/2007
  • Contenteditable=true rewrites paths and image url automatically

    Hi, I am trying to build an HTML-editor using a div with the contenteditable attribute set to true. The problem I have occurs when the HTML within that contains an image or an anchor with a non-absolute path. The paths are automacially rewritten to an absolute path using the current url. So when i have an image with it's src attribute set to "/image/images1.jpg" and the current url is http://www.mysite.com/webmanager/ the src attribute will be rewritten to http://www.mysite.com/webmanager
    Posted to Web Forms (Forum) by bashaasnoot on 7/12/2007
  • Re: Handling directory browsing

    Hi Rex, Thanks for providing the clarifying article, i know now that i should either write\download an ISAPI-filter or upgrade to IIS7.
Page 1 of 7 (65 items) 1 2 3 4 5 Next > ... Last »