Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

data

Redirecting to new page using javascript
Saturday, 28 January 2012 01:41
// Redirecting to new page using javascript



function goToNewPage(){
return window.open("GoTo.aspx?Data=" + Data + "", "width=1,height=1,left=5000,top=5000");
}


btnGoToNewPage.attributes.add("onclick","return goToNewPage())

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/-qhQosXnOGE/14501

 
Bind dropwdown in gridview
Friday, 27 January 2012 10:39
// Bind dropwdown in gridview


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();
}
}

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/8kmY2oCEQr8/14477

 
How to Get Unlimited Data on Verizon Right Now [How To]
Monday, 02 January 2012 11:05
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 »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/yEYGISYKoSM/how-to-get-unlimited-data-on-verizon-right-now

 
One of the Most Important Internet Hubs in the World Is in Manhattan [Video]
Friday, 11 November 2011 12:00
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 »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/7z7w_2yaufQ/one-of-the-most-important-internet-hubs-in-the-world-is-in-manhattan

 
iOS 5.0.1 Now Available to Customers
Thursday, 10 November 2011 16:20

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.


Read more: http://developer.apple.com/news/index.php?id=11102011a

 
Start
Prev
1


Page 1 of 8
Taxonomy by Zaragoza Online