B
Bradd Schick
Why Does this cause an erorr in compliation....
Heres the error " CS0103: The name 'DDRoleList' does not exist in the
current context "
Heres a piece of the code, I am using C#.
"void DataBind()
{
DDRoleList.DataSource = Roles.GetAllRoles();
DDRoleList.DataBind();
}"
DDRoleList is the "ID" of my DropDownList.
So why does this not work? Thanks for the help!
Heres the error " CS0103: The name 'DDRoleList' does not exist in the
current context "
Heres a piece of the code, I am using C#.
"void DataBind()
{
DDRoleList.DataSource = Roles.GetAllRoles();
DDRoleList.DataBind();
}"
DDRoleList is the "ID" of my DropDownList.
So why does this not work? Thanks for the help!