C
Chumley the Walrus
I'm trying to use a helper function in code behind inside a datalist
control . Below is my page directive:
<%@ Page Language="VB" Codebehind="datehelp.aspx.vb" debug="true"%>
...then i am wrapping helper function call around the variable I want
to parse from:
<ItemTemplate>
<%# checknulldate(DataBinder.Eval(Container.DataItem, "showdate")) %>
</ItemTemplate>
....but I keep getting a "checknulldate not declared" error. Am I
calling it wrong?
chumley
control . Below is my page directive:
<%@ Page Language="VB" Codebehind="datehelp.aspx.vb" debug="true"%>
...then i am wrapping helper function call around the variable I want
to parse from:
<ItemTemplate>
<%# checknulldate(DataBinder.Eval(Container.DataItem, "showdate")) %>
</ItemTemplate>
....but I keep getting a "checknulldate not declared" error. Am I
calling it wrong?
chumley