I'm getting the following error when I post an aspx page and attempt to retrieve the values of web server listbox controls: "Method not found: System.String System.Web.UI.WebControls.ListControl.get_SelectedValue" Seems I can't grab the values of listbox web server controls (see http://www.benefitsonline.ca/Travel/British\_Columbia/Secure/BCTravel\_Daily\_App.aspx). Strange thing is, at another web host (and domain) the page works fine (http://www.iabc-health-insurance.ca/Travel/British\_Columbia/Secure/BCTravel\_Daily\_App.aspx). Any ideas? Possibly the .NET Framework is corrupt?
Martin 1
Posts
-
Method not found: System.String System.Web.UI.WebControls.ListControl.get_SelectedValue -
charting/reporting recommedations neededI'm the webmaster for HealthQuotes.ca (www.healthquotes.ca), and am using Dundas Software's Dundas Chart for ASP.NET (Pro Edition). I'd recommend it to anyone with charting needs ... super easy to use, with a ton of sample apps. The documentation is very extensive, well-written and well-indexed (a pet peeve of mine when it comes to docs). I had one day allotted for getting the chart up and running ... most of that time was spent on creating the querystring that I used to transfer the data to my charting page ... once this was done it took me less than 5 minutes to display a chart. The Wizard was lovely!!! :) Martin Eising Webmaster HealthQuotes.ca
-
Displaying non-english text from web pages?Hi. We've received some html pages that have been "translated " to Korean, Japanese and Chinese (two dialects). These pages (unfortunately created in Word!) do not diplay any of their characters properly. It is my understanding that all of these languages can be correctly displayed using standard Windows operating systems if: 1 - the page's charset attribute is properly set using the content-type meta tag. 2 - The browser is set up to download and install any required language packs automatically. I've heard that possibly Japanese characters need a Japanese OS?