Hi
I have a repeater and want to add a function to a field
the function is this
public static void CreateSendertMe ssage(string server)
{
string s_html;
s_html = server.ToString ();
}
*** the s_html is just for example
the repeater is
<asp:Repeater ID="Grd_subpage s" runat="server">...