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:805951
More Search Options
RSS Available
Matching Posts
Re: PagerTemplate Dynamically
I did add the template's controls to its container. Anyway, reading the article was very helpful, I managed to assign the OnDataBound event which solve the problem. Thanks.
Posted to
Custom Server Controls
(Forum)
by
rafaelhr
on 10/28/2008
PagerTemplate Dynamically
Hi, I’ve been trying to extend GridView: public class myGridViewPager : ITemplate { public myGridViewPager() { } public void InstantiateIn( Control container) { Label lb = new Label (); container.Controls.Add(lb); } } [ ToolboxData ( "<{0}:myGridView ID=\"gv_Lista\" runat=\"server\" />" )] public class myGridView : GridView { protected void myGridView_DataBound( object sender, EventArgs e) { if (TopPagerRow != null ) { TopPagerRow.Visible = true ; } } protected
Posted to
Custom Server Controls
(Forum)
by
rafaelhr
on 10/22/2008
Re: Dynamically adding itemtemplate in gridview using custom control
Hi, [quote user="rafaelhr"] lbl.Text = strColumnText; [/quote] I've manged to do it whit this code: lbl.Text = Convert.ToString(((DataRowView)((GridViewRow)lbl.NamingContainer).DataItem).Row[strColumnText]);
Posted to
Data Presentation Controls
(Forum)
by
rafaelhr
on 10/2/2008
Re: Dynamically adding itemtemplate in gridview using custom control
Hi Samu [quote user="Samu Zhang - MSFT"] private void lbl_DataBinding( object sender, EventArgs e) { Label lbl = (Label)sender; lbl.ID = strLabelName; lbl.Text = strColumnText; } [/quote] I've tried that code and the result was the text "strColumnText" in the column instead of that actually value of the "strColumnText" field. I've also tried: lbl.Text = string .Format( "<% DataBinder.Eval(Container.DataItem, \" {0}\ ") %>" , strColumn
Posted to
Data Presentation Controls
(Forum)
by
rafaelhr
on 10/2/2008
Re: Report Tool for Delphi .NET 2007
I do have CodeGear Sudio; Rave Report, and many others, are only for Windows Forms (Win32 or .NET), what I need is a report tool to use in ASP .NET pages made in Delphi .NET.
Posted to
Other
(Forum)
by
rafaelhr
on 6/20/2008
Re: Report Tool for Delphi .NET 2007
Like Rave, Combit List & Label is only for VCL Windows Forms (.NET or Win32). What I need is a report tool for Web in Delphi .NET
Posted to
Other
(Forum)
by
rafaelhr
on 6/9/2008
Re: Report Tool for Delphi .NET 2007
Downloding trial... Thanks.
Posted to
Other
(Forum)
by
rafaelhr
on 6/9/2008
Report Tool for Delphi .NET 2007
Are there any Report Tools (Such as ReportViewer, ReportBuilder or QuickReport) which would integrate to Delphi .NET 2007 IDE? Thanks, Rafael.
Posted to
Other
(Forum)
by
rafaelhr
on 6/6/2008
Page 1 of 1 (8 items)
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online