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:646187
More Search Options
RSS Available
Matching Posts
Re: Unrecognized tag prefix
Thanks for the quick turn around on this issue! Regards, Bobby
Posted to
Visual Studio 2005
(Forum)
by
bdiaz
on 7/5/2006
Re: Unrecognized tag prefix
Todd, I have a sample solution ready to send to you, but I am not able to attach files in this forum. Can you send me a private message or email with instructions on how to best send you the files? Thanks, Bobby
Posted to
Visual Studio 2005
(Forum)
by
bdiaz
on 7/3/2006
Re: Unrecognized tag prefix
Todd, I was having similar issues with the "unrecognized tag prefix" error recently but was not able to find any information that would solve my problem. I was finally able to track it down and wanted to share my findings for those that might be having the same bad luck! As a contributor to the .netTiers open source project, I have been working on the WebLibrary portion of the project, which contains several custom server controls and utility classes. The dynamic schema generation process always
Posted to
Visual Studio 2005
(Forum)
by
bdiaz
on 7/2/2006
Re: Guids are not very guid! Updating in DetailsView,FormView (Object must implement IConvertible)
Gregor Did you happen to try what I suggested on 27-Feb-2006? Bobby
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
bdiaz
on 3/16/2006
Re: Guids are not very guid! Updating in DetailsView,FormView (Object must implement IConvertible)
Have you tried something like this? protected void Page_Load(object sender, EventArgs e) { FormView1.ItemUpdating += new FormViewUpdateEventHandler(FormView1_ItemUpdating); } protected void FormView1_ItemUpdating(object sender, FormViewUpdateEventArgs e) { IOrderedDictionary values = e.NewValues; String key = "id"; if ( values.Contains(key) ) { String id = String.Format("{0}", values[key]); values.Remove(key); values.Add(key, new Guid(id)); } }
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
bdiaz
on 2/27/2006
Page 1 of 1 (5 items)
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online