Isn't there a way to refer to a column in a datagrid by the name of the
column, rather than the index? This is a dynamically built datagrid, and
when I refer to dg.Column(0), it works fine, but if I refer to
dg.Column("ID"), I get an error saying the string format is incorrect. But
I don't alw...
more >>
I finnal got everyhting to work using
<asp:HyperLink Runat="server" Text =
'<%#DataBinder.Eval(Container.dataitem,"pdd_book") + " " +
DataBinder.Eval(Container.dataitem,"pdd_page")%>' Target = _blank NavigateUrl
= '<%#
"http://www.dnr.state.ak.us/recorders/cad_search.cfm?District=401&S...
more >>
Hi,
What I am trying to do is save the values from the ItemTemplate textboxs,
which I already do and when I go into Edit mode insert values into textboxs
in EditItemTemplate. Inserting values into EditItemTemplate is where I get
the "obj ref not set error". It happens because the event I u...
more >>
Hi,
I hope this is the right forum for my question.
I have a Repeater control in which I have two panels. Only one panel should
be visible at a time. I want to set which one dynamically, so I tried the
following:
<asp:Panel id="pnlDeliveryInfo" runat="server" Visible='<%#
IsNotNull((obj...
more >>