Passing Parameter
Posted: Sun May 17, 2009 12:09 am
rep.Dictionary.DataSources("BRANCH").Parameters("@P1").ParameterValue = ddlUsersBranch.SelectedValue
or this
rep("@P1") = ddlUsersBranch.SelectedValue
and what is the difference between the two ?
or this
rep("@P1") = ddlUsersBranch.SelectedValue
and what is the difference between the two ?