|
 |
aspx_professional thread: Control of when a control is compiled.
Message #1 by "Dan" <dllist@c...> on Mon, 23 Sep 2002 10:58:46 -0700
|
|
perhaps put a placeholder in the aspx page, above the datalist (where you
currently have your pager control). once you bind the data list, initialize
the pager control, then add it to the placeholder programmatically.
----Original Message Follows----
From: "Dan" <dllist@c...>
Reply-To: "ASPX_Professional" <aspx_professional@p...>
To: "ASPX_Professional" <aspx_professional@p...>
Subject: [aspx_professional] Control of when a control is compiled.
Date: Mon, 23 Sep 2002 10:58:46 -0700
I am trying to use a datalist to generate the parameters of a paging
control? My problem is that the paging control needs to be on the top of
the datagrid which means that it is compiled before the datalist. Is
there a way to change the order of compilation so that the datalist is
generated then the paging control is formed based on the datalist??
Thanks,
Dan Loverock
System Developer/Analyst
Capecom Media Inc.
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
|
|
 |