Search

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

Matching Posts

  • Re: Textbox text change (disappear)

    Rajneesh, thanks from me too...how do you know this is going to work when the IDE is saying the arguments are not valid? It makes you wonder what else can be done? Crook, did you find a sol'n to the gray to normal type font?
    Posted to Getting Started (Forum) by CiscoCylk on 11/4/2009
  • Re: window.open using scriptmanager.RegisterStartUpScript

    Thank you...helped me out too.
    Posted to ASP.NET AJAX UI (Forum) by CiscoCylk on 11/3/2009
  • Re: System.Diagnostics.Process not working in IIS

    Let me qualify this, it works fine from the IDE on my machine, but when I deploy it to the server, it stops working, and running from the server (logged onto the server and running it there) it has a more verbose error, saying it can't find the file. I've tried a bunch of locations, I am failry sure it's not a permission issue. The site is hosted on the server's C: drive and I am trying to access files on it's D: drive, and I know I have permission there because in another different
    Posted to Free For All (Forum) by CiscoCylk on 10/22/2009
  • Re: System.Diagnostics.Process not working in IIS

    I am having no luck with this as well....did you find a solution?
    Posted to Free For All (Forum) by CiscoCylk on 10/21/2009
  • Re: Open a pdf file from another drive

    System.Diagnostics.Process works fine in the development environment, but not at in run time or deployed environment. I am trying to load a listbox dynamically with what the user uploads, and the code is able to find the files just fine even in the deployed web page, but when it attempts to start it, nothing happens. It looks like it is posting back but nothing. No file is opened or process is started (verified by task manager).
    Posted to Web Forms (Forum) by CiscoCylk on 10/21/2009
  • Re: BC30560: 'Default' is ambiguous in the namespace 'ASP'

    I have seen many posts on this and see a lot of frustration dealing with complex answers. Let's clear the air, the default (sorry couldn't think of a different word) name that MS VS uses to name the Partial Class in the code behind is _Default. This never poses a problem eventhough you may have numerous pages that have code behind and all cal the Partial Class _Default. But what happens when you create a new Master Page and subsequent page that references that Master page, it is at this point
    Posted to Configuration and Deployment (Forum) by CiscoCylk on 7/24/2009
  • '_Default' is ambiguous

    I have seen many posts on this and see a lot of frustration dealing with complex answers. Let's clear the air, the default (sorry couldn't think of a different word) name that MS VS uses to name the Partial Class in the code behind is _Default. This never poses a problem eventhough you may have numerous pages that have code behind and all cal the Partial Class _Default. But what happens when you create a new Master Page and subsequent page that references that Master page, it is at this point
  • _Default is ambiguous

    I have seen many posts on this and see a lot of frustration dealing with complex answers. Let's clear the air, the default (sorry couldn't think of a different word) name that MS VS uses to name the Partial Class in the code behind is _Default. This never poses a problem eventhough you may have numerous pages that have code behind and all cal the Partial Class _Default. But what happens when you create a new Master Page and subsequent page that references that Master page, it is at this point
  • Re: Javascript allert inside AJAX UpdatePanel not working

    No unfortunately, I found a way around this, maybe more elegant but not quite satisfying....so I could only put it in the html and not part of the code behind...I am still trying to figure out to return variable data from the user...here is what I ended up using to ask weather the user was sure they wanted to delete the recrd in the sql db <asp:TemplateField Visible="False"> <ItemTemplate> <asp:LinkButton ID="LinkButtonDelete" CommandName="Delete" runat
    Posted to ASP.NET AJAX Control Toolkit (Forum) by CiscoCylk on 7/20/2009
  • Re: SQL Update(): How to mass update column with tab delimited text file?

    Yes, I agree and am handling it with code. Yes, I also know that CHAR(9) is tab, that much is universal so to speak. I am in the middle of getting rid of all my Table Adapters since that code has become corrupt, and am rewriting everything in the code behind. It's a chore, but I have to get it done. What I should really be doing is writing stored procedures on the server, I know, but one learning curve at a time. Thank you for your prompt response.
Page 1 of 12 (117 items) 1 2 3 4 5 Next > ... Last »