Hi,
iam trying sample usercontrol below the code i try to display frist name in textbox but it shows only blank textbox
<%@ Import Namespace="netpoint.api" %>
<%@ Import Namespace="netpoint.classes" %>
NPUser bp = new NPUser("UserID");
((TextBox)this.FindControl("TextBox1")).Text = bp.FirstName;
Regards
Kannan.D