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:666082
More Search Options
RSS Available
Matching Posts
Re: GridViewEx
Thanks, that did the trick. I ended up rewriting it a bit so it now looks like this: //create the empty row GridViewRow emptyRow; if ( this .EmptyDataTemplate != null ) emptyRow = this .Controls[0].Controls[0] as GridViewRow; else { emptyRow = new GridViewRow(-1, -1, DataControlRowType.EmptyDataRow, DataControlRowState.Normal); TableCell cell = new TableCell(); cell.ColumnSpan = this .Columns.Count; cell.Width = Unit.Percentage(100); if (!String.IsNullOrEmpty(EmptyDataText)) cell.Controls.Add( new
Posted to
Tips & Tricks
(Forum)
by
hansgh
on 8/18/2006
Re: GridViewEx
This is a great class indeed, thanks for supplying it! However, if I try fetching text from a code-behind function inside the EmptyDataTemplate it doesn't show the text. When debugging it enters the function and returns the text, but it doesn't get displayed. When using the asp:GridView the text shows up nicely (but of course without the header and footer). Example: < EmptyDataTemplate > < asp : Label id ="lblNoData" runat ="server" Text =' <%# GetNoMessagesText() %> ' SkinID ="Info
Posted to
Tips & Tricks
(Forum)
by
hansgh
on 8/15/2006
Re: Error dynamically creating CollapsiblePanelProperties
BGRhoades: Can you provide the stack trace? I was running into this error before as well, but I can't remember exactly what I did to resolve it. Here's the stack-trace: [NullReferenceException: Object reference not set to an instance of an object .] Microsoft.AtlasControlExtender.ExtenderControlBase`2.ConnectDataBindingHandlers() +241 Microsoft.AtlasControlExtender.ExtenderControlBase`2.OnInit(EventArgs e) +31 System.Web.UI.Control.InitRecursive(Control namingContainer) +321 System.Web.UI.Control
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
hansgh
on 8/14/2006
Re: Error dynamically creating CollapsiblePanelProperties
To me this seems like a bug in the current version of CollapsiblePanelExtender. If I do like this: < atlasToolkit:CollapsiblePanelExtender ID= "cpe" runat= "Server" ></ atlasToolkit:CollapsiblePanelExtender > c#: CollapsiblePanelProperties cpp = new CollapsiblePanelProperties(); /*..adds my cpp-properties...*/ cpe.TargetProperties.Add(cpp); I get this error (as expected): "Property items cannot be added to, removed from, or replaced in the collection after the Init event. To dynamically
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
hansgh
on 8/13/2006
Page 1 of 1 (4 items)
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online