string cat="value";
string[] cata =
cat.Split(',');
for (int d = 0; d < cata.Length - 1; d++)
{
DDLCategory.Items.Remove(DDLCategory.Items.FindByText(cata[d].ToString()));
}
Here you will find about .net technology. also can get example about MVC.net and jquery.
Abstraction in C# is a fundamental concept of object-oriented programming (OOP) that allows developers t...
No comments:
Post a Comment