Sign in
|
Join
Search
Suresh Behera
The Microsoft .Net Junkies
Home
Contact
About
RSS
Atom
Comments RSS
Recent Posts
ValidatorCalloutExtender does not kick flyout after first submit click
Introduction to Regular Expressions
The quick brown fox jumps over the lazy dog
Merge or split cells or cell contents IN EXCEL 2003
SQL Server Interview Questions and Answers
Tags
.Interview
.Net
.NET FAQ
Agile
AJAX
ASP.NET
Atlas
Avalon
BCL
BioInformatics
Biztalk
Biztalk Server 2004
C#
CLR
Commerce Server
Community News
Content Management Server
Crossbow
DotNet
Excel
General
General Software Development
IIS
Infocard
Mobile
MS Office
Orcas
Personal
Sharepoint
Small Business
Small Business Leadership
SQL
SQL Server
VB.NET
Vista
Visual Basic
Visual Studio
WCF
Web Services
Windows Forms
WinFX
WPF
WWF
News
Navigation
Home
Blogs
Blogroll
Design 'n' Patterns
Comm on VS.NET Debugging Problem
Prof Sadagopan
Reading
First Things First
Web 2.0 Award List
My Shelf
Archives
March 2008 (3)
January 2008 (1)
December 2007 (4)
November 2007 (1)
October 2007 (4)
September 2007 (1)
October 2006 (1)
August 2006 (1)
July 2006 (1)
May 2006 (4)
April 2006 (5)
March 2006 (10)
February 2006 (11)
January 2006 (2)
December 2005 (10)
November 2005 (13)
October 2005 (6)
September 2005 (18)
August 2005 (13)
July 2005 (17)
June 2005 (14)
May 2005 (3)
March 2005 (1)
February 2005 (7)
January 2005 (3)
December 2004 (8)
September 2004 (6)
August 2004 (9)
July 2004 (5)
June 2004 (5)
May 2004 (3)
April 2004 (6)
March 2004 (8)
February 2004 (1)
January 2004 (6)
December 2003 (2)
November 2003 (2)
October 2003 (6)
September 2003 (3)
Browse by Tags
All Tags
»
VB.NET
(
RSS
)
ASP.NET
Option Strict On disallows late binding from Visual Studio 2005
If you get this surprise error after converting the asp.net project. This is what you need to do Original <% # Container.DataItem( "ID" ) %> Change to CType (Container.DataItem, DataRowView)( "ID" ).ToString This solve your problem. To set Option...
Posted:
Nov 21 2007, 04:10 PM
by
Suresh Behera
| with
4 comment(s)
Filed under:
ASP.NET
,
VB.NET
More Posts