Search

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

Matching Posts

  • Re: file not found

    I'm having the same problem. I get this error. I trying to figure out the issues. The problem is, the site was working a week ago. Now it is not. Unfortunately I have no control over the FTP site. I think it was moved to a new server but I'm not sure yet. Working with this company has been troublesome. Anyway, when I log into the FTP site through IE everything works fine. I can get the file, etc. It is only when I try to use my C# application to automate the process that I get this error
    Posted to Getting Started (Forum) by Stoutheart on 10/21/2008
    Filed under: FTPWebRequest C#
  • Re: ASP:Calendar - Only allow whole weeks to be selected

    Actually, you are half right. The best way to do this is to change the SelectionMode property of the calendar to "DayWeek". This will give you the little arrows to the left that allow you to select a full week. But there is a way to not allow the selection of days along with this. Simply add "e.Day.IsSelectable = false;" to the DayRender event and you will not be able to select a day but rather only the week.
    Posted to Web Forms (Forum) by Stoutheart on 7/15/2008
  • Re: XmlDataSource & GridView: missing important bit of knowledge?

    Brad, I realize this is an old post, but I believe I'm in the same situation that you were and I did a bit of messing around with different things and I figured out a way to get done exactly what you were trying to do. I gather that you were trying to take a simple XML document and bind it to a gridview expecting it would show everything in rows and columns like a gridview is supposed to... except the xmldatasource would either give you an error, or would compile fine but then not show anything
  • Re: UpdatePanel Problem: One site does is async, the other reposts the page

    Yes, all files were deleted, the folder structure is identical. Everthing is the same. Also everything is on one server and the same version of system.web.extensions is in the GAC. THanks for your help! :)
    Posted to ASP.NET AJAX UI (Forum) by Stoutheart on 6/15/2008
  • UpdatePanel Problem: One site does is async, the other reposts the page

    I am using Visual studio 2005. I've created many sites. The problem that I am having is that I have two websites. Both sites use an update panel. The problem is, one site handles the updatepanel correctly... that is the postbacks are asyncronous. If I copy this site exactly as is and put it into the other site, the asyncronous postbacks do not work. The whole page reloads. I know I'm not crazy. Both sites are on the same server, both are configured in IIS the same (as far as I can tell..
    Posted to ASP.NET AJAX UI (Forum) by Stoutheart on 6/13/2008
  • UpdatePanel INSIDE of a GridView (NOT the other way around)

    I am trying to use an UpdatePanel inside of a Gridview. When the Gridview is databound it created the rows with the Update panel inside each row. However, any triggers, events, actions, etc. are only applied to the last row that is created. I need everything to be constructed correctly for each row in the grid. I assume all of this is due to the different in sequence of creation of update panel events and server side events, etc. I just need it to work. I want to show and hide data inside of each
    Posted to ASP.NET AJAX UI (Forum) by Stoutheart on 6/6/2008
    Filed under: GridView UpdatePanel
  • Re: Making the Gridview Header Text Multiline

    From what I can see, the best option to do this is exactly as ctrlaltdl says. Set htmlencode to false and you're good to go!
    Posted to Data Presentation Controls (Forum) by Stoutheart on 5/8/2008
  • Re: Accordion as a sitemap

    Anneleen, The problem with the accordion control as a navigation menu is that it only seems to work if you only have one tier menus. To use a bulleted list as an example, it would look something like this: Main Item 1 Sub Item 1 Sub Item 2 Main Item 2 Sub Item 1 Sub Item 2 If your menu structure has more then one tier then an accordion menu likely will not work; or at least I've not found a way to make it work. Again, using a bulleted list as an example: Main Item 1 Sub Item 1 Sub Sub Item 1
  • Re: Accordion as a sitemap

    As far as my example goes, no it does not support more than 1 level under it as an accordion control. You can still have a menu control load withing the accordion control or just a few indented bulleted lists. The way the accordion control is designed, it doesn't work with the idea of having more than a 2-tier menu. a 3-tier or more menu would need something other than an accordion control. Of course, having said all of this, you could insert another accordion control within the first to handle
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Stoutheart on 11/27/2007
  • Re: Accordion as a sitemap

    I now have a version that will make sure the appropriate pane is open when the page is loaded. I had to make some tweaks to get my code to work with a dynamic sitemap pulled from an SQL database, but it's working now. Sometime I'll post my code again as well.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Stoutheart on 11/27/2007
Page 1 of 2 (17 items) 1 2 Next >