protected void faqsDataSource_Selecting(object sender, ObjectDataSourceSelectingEventArgs e)
{
e.InputParameters["categoryId"] = CategoryId;
e.InputParameters["startRowIndex"] = StartRowIndex;
e.InputParameters["maximumRows"] = ItemsPerPage; }
Show Comments (2)
Loading Comments. Please Wait...