Search

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

Matching Posts

  • Re: ASP.NET configuration error on startup

    Mate that was it What did it for me was a combination of your advice with Steve's advice: 1. ran C:\Windows\Microsoft.NET\ Framework64 \v2.0.50727\aspnet_regiis.exe /u 2. ran C:\Windows\Microsoft.NET\ Framework64 \v2.0.50727\aspnet_regiis.exe /i 3. No more annoying message!!! Many thanks to you helpful people! Cheers and take care
    Posted to Visual Studio 2005 (Forum) by lambi_uk on 7/5/2007
  • Re: ASP.NET configuration error on startup

    Hello mate and thanks for the reply but no luck I'm afraid... The uninstall goes well but when I try to reinstall I get: The error indicates that IIS is not installed on the machine. Please install IIS before using this tool. Finished installing ASP.NET (2.0.50727). So I keep pressing "yes" in the popup in VS when I open an ASP.NET 2.0 website Cheers,
    Posted to Visual Studio 2005 (Forum) by lambi_uk on 6/27/2007
  • Re: CalendarExtender - Default Value

    I think I have found the problem 1. Download the latest AjaxControlToolkit (v 10301) from: http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1425 2. Copy the AjaxControlToolkit.dll and .pdb files to your application bin's folder 3. MOST IMPORTANT : Make sure you also copy ALL the folders like "ar", "de", "fr", "en", etc. (including the localisation resource files) to the bin directory of your application . That solved it for me and the calendar is working again! Hope
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lambi_uk on 5/7/2007
  • Re: CalendarExtender - Default Value

    I am having the exact same problem and it has been working before I am sure !!! or maybe I'm going mad... It is very strange indeed... This javascript is very annoying and the wonderful calendar control only works on my development machine (Vista business x64, IIS 7), not on my staging or prod servers (both Windows 2003 SP 2 Servers, IIS 6.0). I would bet it used to work before... is it something to do with a Windows update??? W2K3 SP2? All the machines have AJAX 1.0 and the latest AjaxControlToolKit
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lambi_uk on 4/27/2007
  • Re: ASP.NET configuration error on startup

    IIS is installed of course
    Posted to Visual Studio 2005 (Forum) by lambi_uk on 4/25/2007
  • Re: Record count for search query

    Thanks to both for your tip, it works like a charm, funny though about the SqlDataSource and ObjectDataSource difference ??? I also noticed like you that e.AffectedRows only works when selecting data with the SqlDataSource ... bug? Anyway, as you said, as long as it works, all is good! Thanks again!
    Posted to Web Forms (Forum) by lambi_uk on 4/20/2007
  • Re: ASP.NET configuration error on startup

    I am running Vista Business x64, VS 2005 and ASP.NET 2.0 and I am having the same annoying message. Doing a : C:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i Gives me the following error : The error indicates that IIS is not installed on the machine. Please install IIS before using this tool. Finished installing ASP.NET (2.0.50727). Thanks for any help... again not a critical issue, just an annoying one!
    Posted to Visual Studio 2005 (Forum) by lambi_uk on 4/17/2007
  • Re: collapsiblepanel does not works in firefox

    ...then I wish you luck because I have not been able to get it to work in FireFox. Sorry.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lambi_uk on 4/12/2007
  • Re: collapsiblepanel does not works in firefox

    If you set collapsed to false it is normal that is shows as expanded . The code above works well in FireFox apart from the ExpandDirection="Horizontal" , which is not working. If you copy & paste this code, try it in FireFox and change it for your purposes and it should work fine. Good luck!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lambi_uk on 4/12/2007
  • Re: Setting UpdatePanel Trigger control ID to GridView template control

    Man you're a star, been looking for that one for days! I am actually trying to do a full postback because my button control is actually doing a Response.BinaryWrite () to serve a file that is stored in a database table... I little complex but it works man and it's sooo beautiful in a fully paged/sortable ajax GridView It works perfectly this is how my Row_Created event looks like : Protected Sub gridOffersPush_RowCreated( ByVal sender As Object , ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs
    Posted to ASP.NET AJAX UI (Forum) by lambi_uk on 3/22/2007
    Filed under: GridView UpdatePanel PostBack BinaryWrite
Page 1 of 3 (22 items) 1 2 3 Next >