DataSet ds = GetValues("tbl_Users_StoreID");
ddlStores.DataBind();
This I cannot do.
Because GetValues if of type SqlDataReader
and the ddlStores databind() also?
Here is the new code.
But nothing gets populated.
<%@ import namespace="System.Data" %>
<%@ import namespace="System.Data.SqlClient" %>
<%@ import namespace="System.Text" %>
<%@ Register TagPrefix="mspos" TagName="footer" Src="~/Engine/Controls/footer.ascx" %>
<%@ Register TagPrefix="uc1" TagName="header" Src="Engine/Controls/header.ascx" %>
Users Interface to Managing Adminitrators