protected void GvTestGrid_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
DataTable dtData= new DataTable();
dtData= GetData(); // Get your data to be binded to dropdown
DropDownList ddlFileData= (DropDownList)e.Row.FindControl("DdlFileData");
ddlFileData.Datasource = dtData;
ddlFileData.DataBind();
}
}
Verizon notoriously killed its unlimited data plans this past summer, leaving users with only tiered options with ugly data caps. Not cool. But such is life in the era of bandwidth slurping smartphone ubiquity. Or is it? Apparently there's a secret hack that lets Verizon users add unlimited data to their plans. More »
Getting data that's generating these words from Gizmodo's servers to your computer, requires a vast global array of networks. And, at one point along its journey, the data will likely pass through the Ethernet switches at 60 Hudson Street, one of the most densly-packed network hubs on the Internet. More »
iOS 5.0.1 is now available to iOS users worldwide. Be sure to read the iOS Data Storage Guidelines to understand the latest on managing data with iCloud storage.