Sign in
|
Join
|
Help
in
Current Tags
Cory Robinson's Blog
Dot Net Mafia
(Entire Site)
Corey Roth and Friends Blogs
Group site for developer blogs dealing with (usually) Ionic, .NET, SharePoint, Office 365, Mobile Development, and other Microsoft products, as well as some discussion of general programming related concepts.
Home
Blogs
Forums
Photos
Downloads
This Blog
Home
Syndication
RSS
Atom
Comments RSS
Recent Posts
Varying OutputCache by URL in Sitecore
HtmlEncodeFormatString errors in GridView BoundField after precompile
Sorting and Paging GridViews with Custom Object Collections
Restricting authentication to aspx pages in your authentication module
How to make UNC paths with spaces link properly in emails
Tags
ASP.NET
Authentication
Coding Practices
Custom Controls
Design Patterns
GridView
Random Tricks
Sitecore
Weird Errors
Archives
May 2008
(1)
February 2008
(1)
January 2008
(1)
November 2007
(2)
May 2007
(2)
April 2007
(1)
Cory Robinson's Blog
Browse by Tags
All Tags
»
ASP.NET
»
GridView
(
RSS
)
Weird Errors
HtmlEncodeFormatString errors in GridView BoundField after precompile
I ran across an issue today where my data format string was not being applied to my data in a gridview. It worked locally, but not in dev or test. Here's what I had: < asp : BoundField DataField ="GrandTotal" HeaderText ="Grand Total"...
Posted
Feb 14 2008, 03:55 PM
by
CoryRobinson
with | with
2 comment(s)
Filed under:
ASP.NET
,
Weird Errors
,
GridView
Sorting and Paging GridViews with Custom Object Collections
protected void PendingWorkGridView_OnSorting( object sender, GridViewSortEventArgs e) { // For some reason the SortDirection property is not getting set automatically so set manually e.SortDirection = e.SortExpression.IndexOf( " DESC" ) >...
Posted
Jan 02 2008, 05:07 PM
by
Cory Robinson's Blog
Filed under:
ASP.NET
,
GridView
2019.