add new user defined attribute value
<%
if (ds.Tables[0].Rows.Count > 0)
{
SortableHtmlTable.create_from_dataset(
Response, ds, "edit_udf.aspx?id=", "delete_udf.aspx?id=");
}
else
{
Response.Write ("No user defined attributes in the database.");
}
%>
<% Response.Write(Application["custom_footer"]); %>