Wednesday, 6 April 2011

How to show Empty gridview using C#?

How to show Empty grid view using ASP.NET  C# protected void Page_Load(objectsender, EventArgs e)        {            if(!IsPostBack)                GetAllReportAbuse();        }        privatevoid GetAllReportAbuse()        {            try            {                grdReportAbuse.DataSource = Forum.GetAllAbuseReportData();               ...

Combine Two DataTables Into One Datatable

How to combine two datatables into single datatable - C# public void getgroupRecentActivity()        {            DataTabledtjoingroup =   Group.GetAllGroupDetailbydate(Request.QueryString["GroupID"]);            DataTabledtcreateGroupForum = Group.GetAllGroupForumDetailbydate(Request.QueryString["GroupID"]);            DataSetdsjoin1 = new DataSet();            DataSetdsjoin2 = new DataSet();                     foreach(DataRow...

Pages 131234 »
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Powered by Blogger