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 ...
Wednesday, December 21, 2011
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?” ...
Tuesday, November 15, 2011
Monday, November 14, 2011
First three NHibernate examples
First three NHibernate examples:http://nhforge.org/blogs/nhibernate/archive/2010/0 4/25/first-three-nhibernate-quickstart-tutorials-a vailable.aspx
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...
Tuesday, November 1, 2011
ASP.Net, C#, SQL, JQuery, Sharepoint: Reflection in C# - List of Class Name, Method Name...
ASP.Net, C#, SQL, JQuery, Sharepoint: Reflection in C# - List of Class Name, Method Name...: Reflection is way through which we can identify metadata about assembly runtime. Example: We have a .Net Assembly file (.dll file), which ...
Thursday, October 27, 2011
Friday, October 14, 2011
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 Chander Dhall, MVP; and next useful session was HTML 5 by Harish Ranganathan.
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
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
Tuesday, September 27, 2011
12th edition of Virtual TechDays
Hi,
The upcoming edition of Virtual TechDays, 28-30 September, will have dedicated tracks for Developers, IT Pros and Architects.
To join in, REGISTER at http://www.virtualtechdays.com/registration1.aspx
Thanks!
The upcoming edition of Virtual TechDays, 28-30 September, will have dedicated tracks for Developers, IT Pros and Architects.
To join in, REGISTER at http://www.virtualtechdays.com/registration1.aspx
Thanks!
Monday, September 26, 2011
Sunday, September 25, 2011
Friday, September 23, 2011
Thursday, September 22, 2011
Fly Or Die: G+ Or Facebook? Who Flew Higher?
Tweet
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/
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/
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...
Friday, September 16, 2011
Latest Top Tech Information and News Provider Sites
Latest Top Tech Information and News Provider Sites, here we go:
http://www.mashable.com
http://www.techcrunch.com
http://www.trendhunter.com
http://www.alltop.com
http://dailytech.com
http://engadget.com
http://www.codeproject.com
http://www.developerfusion.com
http://www.stackoverflow.com
http://www.asp.net
http://www.informationweek.com
http://pcworld.com
http://www.readwriteweb.com
http://www.wired.com/
http://www.mashable.com
http://www.techcrunch.com
http://www.trendhunter.com
http://www.alltop.com
http://dailytech.com
http://engadget.com
http://www.codeproject.com
http://www.developerfusion.com
http://www.stackoverflow.com
http://www.asp.net
http://www.informationweek.com
http://pcworld.com
http://www.readwriteweb.com
http://www.wired.com/
Thursday, September 15, 2011
Subscribe to:
Posts (Atom)