Thursday, September 22, 2011
Travel Without Printout of E-Tickets - Travel with Electronic Tickets
Good News for all train passengers
An Appeal to passengers
Carry your tickets in electronic mode on
-Laptop
-Mobile
-IpadEnvironment Friendly
Must carry a valid ID
Save Paper
We can almost save 3 lakh A4 size paper every day.
This is a great initiative by the Indian Railways to allow the passengers to not carry the e-ticket & simply...
Thursday, September 22, 2011 by The Opening Batsman · 0
Monday, September 19, 2011
List of Fastest growing web startups in India
Fastest growing web startups in India ...
Monday, September 19, 2011 by The Opening Batsman · 0
Thursday, September 15, 2011
Body onload function in content page in asp.net
While working on one of the application, I had a master page & on one of the content page's body onload, I had to run a JS function.
To do this first you need to add an ID & runat attribute to the master page's body control. Like this:
In master page:
--code <body id="body" runat="server"> </body>
Now in content page, in the page load event, add this code:
protected...
Thursday, September 15, 2011 by The Opening Batsman · 0
Wednesday, September 14, 2011
Windows 8 Developer Preview
After getting to know about .NET Framework 4.5 available for preview, now Windows 8 Developer is also up for preview.
Just saw a tweet from Maarten Balliauw - which said Tweeting from Windows 8, thats when i thought yes Windows 8 is up...
You can download Windows 8 Developer Preview (Build 8102 M3) later tonight...
Wednesday, September 14, 2011 by The Opening Batsman · 0
Download .NET Framework 4.5, Visual Studio 11 and Visual Studio Team Foundation Server 11 Developer Previews
what the hack man...still working on .NET Framework 2.0 & 3.5, was thinking to do some demo developments in .NET Framework 4.0 & here we see .NET Framework 4.5 for preview.
I know a lot of people like me who are still working on .NET Framework 2.0 or .NET Framework 3.5. Guys we need to move on fast...as .NET...
by The Opening Batsman · 0
Tuesday, September 13, 2011
ALTER TABLE ADD MULTIPLE COLUMNS - SQL
How to add multiple columns in single alter statement in sql?
ALTER TABLE Employee
ADD
ContactNo varchar(50),
MobileNo varchar(50),
Email varchar(50),
ReEnterEmail varchar(50);
Hope this tip will be helpful...Feel free to comment....
Tuesday, September 13, 2011 by The Opening Batsman · 0
Thursday, September 8, 2011
This is part of the new series I have started on my blog where I will list out some useful blogs or websites to follow for all ASP.NET people...Not in any order just randomly...
The names have been linked to their Twitter profile so anybody can follow them if they like.
// 1. Scott Gutherie - Corporate Vice President, .NET Developer Platform, Microsoft - http://weblogs.asp.net/scottgu/
2. Scott Hanselman - Principal Program...
Thursday, September 8, 2011 by The Opening Batsman · 0
Difference Between .Net framework 2.0,3.0 and 3.5
NET framework 2.0:
It brings a lot of evolution in class of the framework and refactor control including the support of
Generics
Anonymous methods
Partial class
Nullable type
The new API gives a fine grain control on the behavior of the runtime with regards to multithreading, memory allocation, assembly loading and more
Full 64-bit support for both the x64 and the IA64 hardware...
by The Opening Batsman · 0
ASP.NET Interview Questions
Some useful list of ASP.NET Interview questions & notes.
ASP NET Not...
by The Opening Batsman · 0
Welcome to DotNetAnna - Freedom from ASP.NET Problems
Here, I will be posting everything related to asp.net - tips & tricks, problems - solutions, also I will be posting about Sql Server, Javascript, Jquery & a whole lot more...
So stay tuned here...
Feel free to post comments & suggestions to improve this blog.
Thanks,
DotNetAn...
by The Opening Batsman · 0
Subscribe to:
Posts (Atom)