Search

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

Matching Posts

  • Re: allowing users to download an exe file

    The exe file is not corrupt. I checked it by running it on my machine and couple of other machines too...it works fine....I am able to download complete file... same size as the original one. I notice something while running the downloaded exe....it gives me a security warning message...in which there is some information about the exe file such as 'Name', 'type', 'from' along with two buttons 'Run' and 'cancel'. The 'From' info says that it is download
    Posted to Web Forms (Forum) by dotnetfresher on 7/30/2009
  • Re: allowing users to download an exe file

    it gives me both the options: run and save. I tried both and got same error message. I tried to making the website as a trusted site and execute the file. no change!
    Posted to Web Forms (Forum) by dotnetfresher on 7/30/2009
  • allowing users to download an exe file

    Hi, I want the users of my website (developed in C#.net) to download a exe file (which is on the server), using a button or a link, on to there desktop. Can anyone provide me with some examples? Thanks
    Posted to Web Forms (Forum) by dotnetfresher on 7/29/2009
  • Re: allowing users to download an exe file

    thanks for your reply. I tried both the methods...but its not working. I am able to download the file from the server to desktop but when i run the exe file...it show responding!
    Posted to Web Forms (Forum) by dotnetfresher on 7/29/2009
  • Re: allowing users to download an exe file

    it gives me a microsoft windows pop up ...which says,...." 'xyz has stopped working'...a problem caused the program to stop working correctly. windows will close the program and notify you if a solution is available" ???
    Posted to Web Forms (Forum) by dotnetfresher on 7/29/2009
  • Adsense and Masterpages

    Hi, My website uses masterpage and it is divided into five sections: header, footer, content, left and right columns (sections). I am trying to place google search adsense in the left column of my masterpage (under treeview control). When i try to insert the code which is given to me by adsense in the left column of the masterpage it gives me an error message that 'Error 1 Cannot switch views: Validation (XHTML 1.0 Transitional): Element 'style' cannot be nested within element 'div'
  • Re: Working with MS Access Database

    Thank you for all the help. I don’t know whether you can help me with this message which appears when I debug the code but I want to let you know about this. When I am debug, I am getting a pop up window with this message at the very last closing bracket ‘}’ in default.aspx.cs, which says ‘There is no source code available for the current location’ with a check box ‘show disassembly automatically’ and two buttons ‘ok’ and ‘show Disassembly’. In ‘call stack’ window (at the bottom right side of Visual
  • Re: Ajax control not working on Masterpages

    In last couple of days I tried couple of things....I tried same code in a new masterpage.....uninstalled IE 8 (thought it was the problem) ....but none worked...any more ideas!
  • Ajax rating control error

    Hi I have a rating control on my website which has to display a message "Thank you" on a label control when a user rates the site. This works perfectly on ordinay webpages. when I use the same code in a website with master page (I am using stylesheet which divides the website into header, footer, leftcolumn, rightcolumn sections and a content holderin the middle....My rating control is in rightcolumn), it does not display the message at all but at the bottom of the web browser i.e. in the
  • Re: Ajax control not working on Masterpages

    tried with a new websie ...still same error! when i check in view source of the default.aspx for, line 80 and char 17, it show me '$find("RatingBehavior1").add_EndClientCallback(' code of the javascript in <script type="text/javascript"> Sys.Application.add_load(function() { $find("RatingBehavior1").add_EndClientCallback( function(sender, e) { var responseTag = $get('LabelResponse'); responseTag.innerHTML = e.get_CallbackResult(); }); }); </script>
Page 1 of 7 (67 items) 1 2 3 4 5 Next > ... Last »