<%--
public string GetCategoryID()
{
string id = categoryDropDowmList.SelectedValue.ToString();
return (id);
}
Why not calling???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Benjamin KemnerPosted Jul 19, 2011, 3:06 AM
XPath='<%="/Upload/Category[@ID=" + GetCategoryID() + "]" %>'
Vikas AhlawatPosted Jul 19, 2011, 2:25 AM
Benjamin KemnerPosted Jul 19, 2011, 2:00 AM