Wednesday, December 21, 2011

typps: Failed to load viewstate ? Typical problem, with a...

typps: Failed to load viewstate ? Typical problem, with a...:   Understanding viewstate is fundamental in asp.net, especially if you had run into : Failed to load viewstate. The control tree into which ...

Tuesday, December 20, 2011

How to get relative path for images in asp.net

One common problem developers face  while using master page that images did not get proper path, there are many ways to do this. But best way to use  ResolveClientUrl . For example :
<img src=”<%= ResolveClientUrl(”images/disco_night.png”)%>” alt=”Disco night” />
after rendering  it converted it as
<img src=”../images/disco_night.png” mce_src=”../images/disco_night.png” alt=”Disco night” />For more info refer:

Thursday, December 8, 2011

Be the change.: TalentSprint Chennai begins the transformation pro...

Be the change.: TalentSprint Chennai begins the transformation pro...: “Our trainees lack confidence” “Our trainees lack communication skills” “Our trainees don’t interact, how will they clear the interview?” ...

Monday, November 14, 2011

First three NHibernate examples

As some of you may already know, I've begun work on a series of NHibernate tutorials as the first steps in a larger effort to help update the NHibernate reference documentation. For many users, starti...

Sunday, October 2, 2011

Developer Conference 2011 by Microsoft User Group Hyderabad

Attended Developer Conference 2011 by Microsoft User Group Hyderabad on Oct 1, 2011.Excellent session was C# Session by  Dhall, MVP; and next useful session was HTML 5 by Harish Ranganathan.

Thanks MUGH for organizing such a great event.


MUGH Official Site: http://www.mugh.net/

Wednesday, September 28, 2011

Official Google Blog: Launching Google Wallet on Sprint and working with...

Official Google Blog: Launching Google Wallet on Sprint and working with...: In May we announced Google Wallet —an app that makes your phone your wallet—with Citi, MasterCard, Sprint and First Data. With Google Wallet...

Number of elements in a javascript object

Number of elements in a javascript object


Although JS implementations might keep track of such a value internally, there's no standard way to get it.
On Mozilla-browsers, you can use the non-standard __count__, but for cross-browser scripting you're stuck with explicitly iterating over the properties and checking hasOwnProperty():
function countProperties(obj) { 
    var count = 0; 
 
    for(var prop in obj) { 
        if(obj.hasOwnProperty(prop)) 
                ++count; 
    } 
 
    return count; } 

For more info:   http://stackoverflow.com/questions/956719/number-of-elements-in-a-javascript-object?answertab=votes#tab-top

Thursday, September 22, 2011

Fly Or Die: G+ Or Facebook? Who Flew Higher?



F8 is afoot and it looks like Facebook schooled the Internet. But what about G+ and, most important, the new features added to head Facebook off at the pass.


More on: http://techcrunch.com/2011/09/22/fly-or-die-g-or-facebook-who-flew-higher/

http://yfrog.com/page/addthis?server=615&filename=69llwy.jpg&yfrog_url=http://yfrog.com/h369llwyj&is_photo=true&screen_name=Three_Thirteen

http://yfrog.com/page/addthis?server=615&filename=69llwy.jpg&yfrog_url=http://yfrog.com/h369llwyj&is_photo=true&screen_name=Three_Thirteen

My Tech Profile at TechGig

Tech News - TCS picks 700 students from Orissa institute | Techgig

Tech News - TCS picks 700 students from Orissa institute | Techgig

Huge satellite to fall from space but Nasa does not know where | Deccan Chronicle

Huge satellite to fall from space but Nasa does not know where | Deccan Chronicle

Google opens Plus social network to everyone | Deccan Chronicle

Google opens Plus social network to everyone | Deccan Chronicle

Light with a twist in its tail | Deccan Chronicle

Light with a twist in its tail | Deccan Chronicle

Point, shoot, Goggle | Deccan Chronicle

Point, shoot, Goggle | Deccan Chronicle

Google, Visa team up on mobile payments | Deccan Chronicle

Google, Visa team up on mobile payments | Deccan Chronicle

Industries losing Rs 110cr every day | Deccan Chronicle

Industries losing Rs 110cr every day | Deccan Chronicle

Be the change.: Farewell Teacher - TalentSprint's PL/SQL trainees ...

Be the change.: Farewell Teacher - TalentSprint's PL/SQL trainees ...: Dear All, We the trainees all our brains are like tables from different Schema’s and with no sufficient data in it. Santanu as a DBA, in...