Search

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

Matching Posts

  • Re: Close browser window after file download

    Codebehind to download the file as follows: protected void Page_Load(object sender, EventArgs e) { DownloadFile(); } protected void DownloadFile() { if (Session.IsNewSession == false) { string filePath = RADGridUtils.GetFileName(); FileStream fs = File.Open(filePath, FileMode.Open, FileAccess.Read, FileShare.Read); if (fs == null) { Response.Write("There was an error generating excel file. Please try again"); Response.Write("<div style=\"display:none;\">"); Response
  • Re: Event handling using AJAX

    Thanks for replying!!! Let us say I have a table as follows: <table><tr> <td id="cell_1"> hi <div id="cell_div_1">do some task</div> </td></tr></table> Now in the above table if I add a $addHandler to cell having id "cell_1", the event will be attached to div element also. This is what I don't want. Basically I don't want event to be distributed across child elements. Thanks, Manoj.
  • Event handling using AJAX

    I am using $addHandler method to add event to table cell. the cell contains some elements further. I want to know how can we avoid the event bubbling on child elements. -Manoj.
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by saggimanoj on 6/4/2008
    Filed under: AJAX .NET, AJAX ASP.NET, AJAX extension, ASP .NET 3.5 UserControl
  • Re: Atlas Installation error

    This was gr8. At last I was able to install Atlas Framework in my system. Good work buddy. When will we get complete setup with bug fixed. Regarding the installation of Visual Studio web developer edition, Yes I installed it before and then uninstalled. Later I installed VS2005 Professional Trial Pack. Thanks for support, Manoj
  • Re: Atlas Installation Error

    Whenever I try to double click on ASPNetAtlas.vsi file I get the same error. So I do not have a way to explore the files. Even I tried to open the files using VS Content Installer manually, but still the same error. Can u pls send me the zip files i.e. ASPNETAtlasWebApplicationVB.zip and ASPNETAtlasWebApplicationCS.zip by mail or is there a place to download these files. Please let me know soon. Thanks.
  • Re: Atlas Installation error

    I had already tried the above things but my problem is that I am not able to open ASPNETAtlas.vsi file. Whenever I try to explore the file using VS Content Installer it shows the same errror that I get while installing the Atlassetup.msi. Is it possible for you to pls attach or provide me a link to download ASPNETAtlasWebApplicationCS.zip and ASPNETAtlasWebApplicationVB.zip files so that I can straightaway put them into respective folders. I am using March CTP edition of setup and Visual Studio 2005
  • Re: Atlas Installation Error

    can u pls tell me how u were able to extract those zip files, as I tried to expore the vsi file with visual studio installer and windows explorer both. But of no help. Please let me know as I m very eager to try Atlas in my next web application..... Thanks
  • Atlas Installation error

    Hi, Please help me to sort the installation error in atlas. While installing I get following error... A problem occurred while running the installer. Please contact content author for problems with the content. Error Message: String cannot have a zero length. I have tried to search in the forum for the above problem but of no use. I tried opening the AtlasASPNET.vsi file with Visual Studio content installer.. but of still the same error message. Tried changing the file extension to .ZIP but I get
Page 1 of 1 (8 items)