Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:657491
More Search Options
RSS Available
Matching Posts
Re: Binding List<string> to radiobuttonlist
Use Linq and an anonymous class like below? var roles = GetRoles().Select(r => new { roleName = r }); chkRoles.DataTextField = "roleName"; chkRoles.DataValueField = "roleName"; chkRoles.DataSource = roles; chkRoles.DataBind(); GetRoles() is a method that returns list<string>
Posted to
Getting Started
(Forum)
by
fivetools
on 7/31/2009
Re: Unable to cast object of type 'ASP.masterpage_master' to type 'ASP.masterpage_master'.
I think it may be a problem with the internal caching in IIS getting out of sync. We've noticed this error when we've made changes to an aspx page and then only uploaded the one aspx file (not the .cs). I'm thinking this could also be related to an app_web error we see sometimes: Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_swmu5atk, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
fivetools
on 5/23/2006
Re: Could not load file or assembly App_Web...
I'm also experiencing the same issue - and I too am relectant to try the hotfix cause it doesn't seem to be related. Anyone tried the hotfix and did it fix the problem? The workaround solution of editing the file that is causing the error does work - but I'm not really excited about having to watch for the error to apply the workaround everytime it happens.
Posted to
Configuration and Deployment
(Forum)
by
fivetools
on 5/18/2006
Page 1 of 1 (3 items)
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online