G
Guest
I have UserControl named (AddressBookManagement.ascx)
HTML
<%@ Register TagPrefix="uc1" TagName="AddressBookManagement"
Src="AddressBookManagement.ascx" %>
protected ManagePersonalAddressBook oManagePersonalAddressBook;
on page_load i tried to call a setup function in oManagePersonalAddressBook
but the problem oManagePersonalAddressBook is oManagePersonalAddressBook,,why
the the object is NULL...what should I do?
HTML
<%@ Register TagPrefix="uc1" TagName="AddressBookManagement"
Src="AddressBookManagement.ascx" %>
protected ManagePersonalAddressBook oManagePersonalAddressBook;
on page_load i tried to call a setup function in oManagePersonalAddressBook
but the problem oManagePersonalAddressBook is oManagePersonalAddressBook,,why
the the object is NULL...what should I do?