I am for the first time uninstalling opera after using ie10. ie10 is lighter. it is getting light weight. I am soon hoping the it will be feather ligtht and faster, making me remove all other browsers from my pc.
thanks to Microsoft ie department.
I am for the first time uninstalling opera after using ie10. ie10 is lighter. it is getting light weight. I am soon hoping the it will be feather ligtht and faster, making me remove all other browsers from my pc.
thanks to Microsoft ie department.
I agree, that saying something negative is not some thing that accepted in common. I do not want to say it though. How to say but: I recently tried to add adsense again to my blog. My thought was, why not make some revenue. the page was lying in the internet with my ideas and thought. Well again, disappointing, google, showed the same old flag of terms and ocndition. I am not sure, if I own this blog or some one else. for sure, I cannot get adsense. I have to start seriously searching on some other ad providers who will pay.
ds= ds.RemoveAColumn("ScheduleId");
//ds being dataset in here.
List<string> getTheListOfColumns = ds.GetAllColumnNamesInList();
DataView view = new DataView(ds.Tables[0].Copy());
DataTable distinctValues = view.ToTable(true,getTheListOfColumns.ToArray());
DataSet dsTop = new DataSet();
dsTop.Tables.Add(distinctValues);
if (Page.Request.Params.Get("__EVENTTARGET").Contains(“ControlID”)
{
//write your code here
}
And if the control is button, you could use the same above code+:
if (Request[buttonID.UniqueID] != null)
{
// your code here.
}