how to show dataTable colums in stings according to their id
how to show datatable columns in strings according there id?
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.
Azeem AnzariPosted Aug 26, 2015, 9:05 AM
Susanta RoutPosted Aug 26, 2015, 9:32 AM
Susanta RoutPosted Aug 26, 2015, 8:53 AM
public partial class _Default : System.Web.UI.Page
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
}
protected void Button1_Click(object sender, EventArgs e)
Upendra Pratap ShahiPosted Aug 26, 2015, 8:37 AM
Susanta RoutPosted Aug 26, 2015, 7:18 AM
Azeem AnzariPosted Aug 26, 2015, 5:36 AM