Search

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

Matching Posts

  • Re: TreeView won't maintain state between page loads

    Hi Alex, Thanks for your reply. I don't suppose you have the code in C# I'm hopeless in VB. cheers Jon
  • TreeView won't maintain state between page loads

    Hi everyone, My problem is one that has been asked before i know, but I cannot get the treeview control to maintain state between page loads. I've done alot of surfing around on the web and found alot of code examples, but none seem to apply. OK the background: I have a TreeView which is in a web control (ascx) and this is placed on the master page. I have the treeview set to populate on demand which works fine every time. However, when I navigate to another page the treeview populates every
  • Re: Can I populate a Dropdown list in a GridView from another Dropdown list

    Hi ramireddyindia, Thanks for your reply, I've tried the code and it works fine. Thanks very much for your help, you've saved me alot of time Moneypenny
    Posted to Web Forms (Forum) by Moneypenny on 4/26/2008
  • Can I populate a Dropdown list in a GridView from another Dropdown list

    Hi there, I have a Gridview control that contains 2 DDLs. The first one is populated on page load (from a Generic list in the code behind) and is working with no problems. I want to populate the 2nd DDL by making a selection in the first DDL which in turn would call a DB method and cause a postback. I've tried using the "OnSelectedIndexChanged" method for the DDL and the "FindControl" method for the 2nd DDL, but the GridView can't find it on Postback and throws an error
    Posted to Web Forms (Forum) by Moneypenny on 4/26/2008
  • Re: Problem with Menu Control

    Problem fixed !! I downloaded the debugging plug in for Firefox which gave me a much better look at the problem (very impressive bit of software) Anyway, the problem did indeed seem to be caused by the resource file storing the menu scripts. Sooooo, I downloaded the CSS adaptor kit, spent an afternoon getting my head round it, added it to the site and bingo, everything worked as it should. Thanks to everyone who offered advice particularly Dave Sussman, you had it nailed from the start. All I have
  • Re: Problem with Menu Control

    Okay here's the story so far.. I've tried the line of code you gave me Johnson2007 and in the new application I created it made the menu work perfectly in IE (hooray) but it doesn't work in Firefox still (boo) the flyout part of the menu freezes on page load (approx every 2-3 loads). In my original app no change unfortunately in either browser (double boo). I also tried converting the class from Static as you suggested, still no luck. However I did turn on the allow script debug option
  • Re: Problem with Menu Control

    Sorry Amanda, I misunderstood your request. Anyway here's the aspx and code behind file. <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Default.aspx.cs" Inherits ="_Default" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server"> < title
  • Re: Problem with Menu Control

    Hi guys, Thanks for your replies, Amanda, in response to your post I did what you suggested and created a new project, and the problem still occurs (approx every 20 refreshes of the page). Here is the source code for the generated page (I hope it makes more sense to you than it does to me) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <html xmlns=" http://www.w3.org/1999/xhtml " >
  • Problem with Menu Control

    I hope someone can help me with a problem I'm having with the Menu Control. When I put a menu control on a page and run the application, the page will run fine, but about every 10 page loads I get a runtime error that says the 'page loaded with errors'. When this happens, the flyout element of the menu won't work, if I refresh the page then everything works fine again. I'm using the Menu control without any additional styling or features (for testing purposes) but the problem
  • Re: Gridview rendering problem

    Hi vikram, Thanks for the quick reply. No the data does not contain any Java script, it's actually just prices that I've input myself, so I know they are clean of any scripts
    Posted to Data Presentation Controls (Forum) by Moneypenny on 3/2/2008
Page 1 of 2 (19 items) 1 2 Next >