Ask a Question related to ASP.NET Building Controls, Design and Development.
-
dotNetProfessional #1
Accessing the Field of a Bind Expression at runtime.
Greetings
I'm currently attempting to write a control that will extend functionality
of databound controls (ie TextBox etc). However, while I can access the
DataSource the control is bound to. I cant seem to identify which property
of the DataSource the control has been bound to.
For example:
<asp:TextBox ID="ABNTextBox" runat="server" Text='<%# Bind("ABN") %>'>
</asp:TextBox>
In this example I want to know at runtime that this text box is bound to the
property/field 'ABN'.
I would appreciate any feedback on this issue...
--
Garry McGlennon
MCSD, MCSD.NET
dotNetProfessional Guest
-
#36961 [Com]: mssql_bind will not bind an image field
ID: 36961 Comment by: rnerovich at gmail dot com Reported By: nerovichr at hotpop dot com Status: Open Bug... -
When you bind an array to a datagrid, what's the field name?
In ASP.NET v2.0, I can successfully bind a generic datagrid to a 1 dimensional array. But, now I want to customise the column header. I think I... -
CFGRID with bind to text field --- IS IT ME????!
Ok...I'll keep it simple. I cannot get the binding feature to work in CF with cfgrid and cfform together. I am taking the example from the... -
accessing non-linked external casts in runtime
Is it possible to access a cast that is not linked to a movie? Can anyone tell me how? thanks J -
Accessing all properties of an object at Runtime
Use reflection... "Softwaremaker" <msdn@removethis.softwaremaker.net> wrote in message news:<#b1mBjhQDHA.2432@TK2MSFTNGP10.phx.gbl>...



Reply With Quote

