­

Scott Hanselman's 2014 Ultimate Developer and Power Users Tool List for Windows

0 Comments
http://www.hanselman.com/blog/ScottHanselmans2014UltimateDeveloperAndPowerUsersToolListForWindows.aspx Scott's earlier useful tools post is given below.– http://www.hanselman.com/blog/content/radiostories/2003/09/09/scottHanselmansUltimateDeveloperAndPowerUsersToolsList.html http://www.hanselman.com/blog/ScottHanselmans2005UltimateDeveloperAndPowerUsersToolList.aspx http://www.hanselman.com/blog/ScottHanselmans2006UltimateDeveloperAndPowerUsersToolListForWindows.aspx http://www.hanselman.com/blog/ScottHanselmans2007UltimateDeveloperAndPowerUsersToolListForWindows.aspx http://www.hanselman.com/blog/ScottHanselmans2009UltimateDeveloperAndPowerUsersToolListForWindows.aspx http://www.hanselman.com/blog/ScottHanselmans2011UltimateDeveloperAndPowerUsersToolListForWindows.aspx ...

Continue Reading

Simple way to Design Tabs in ASP.NET

0 Comments
Referred URL - http://www.codeproject.com/Articles/313197/Simple-way-to-Design-Tabs-in-ASP-NET This is very simple to Implement. Basically there will be two CSS styles. One style will have an initial Background image and another style will have a different Background image to highlight the active Tab. On each button click, the CSS style of the button...

Continue Reading

The 'microsoft.ace.oledb.12.0' provider is not registered on the local machine

0 Comments
Referred URL - http://social.msdn.microsoft.com/Forums/en-US/1d5c04c7-157f-4955-a14b-41d912d50a64/how-to-fix-error-the-microsoftaceoledb120-provider-is-not-registered-on-the-local-machine?forum=vstsdb This resolution works with: 64-bit Windows 7 64-bit MS Office Please reply to this thread if it worked for you so i can make this a full "compatibility list" Step 1 -           Try installing this first: http://www.microsoft.com/download/en/details.aspx?id=13255  NOTE: this DOES work for...

Continue Reading

List Month Names in drop down or combo

0 Comments
Referred URL - http://stackoverflow.com/questions/315301/how-do-i-list-month-names-e-g-for-a-combo for( int i = 1; i <= 12; i++ ){ combo.Items.Add(CultureInfo.CurrentCulture.DateTimeFormat.MonthNames[i]); } ...

Continue Reading

Binding Multiple Parameter in Hyperlink column - Datagrid - C#

0 Comments
The following code shows how to bind Multiple Parameter in Hyperlink column in a Datagrid - C# < asp:HyperLink ID="HPL_Wizard" runat="server" Target="_self"  CssClass="ms-PMSButton" ToolTip="Wizard style configuration" Text='View'  NavigateUrl='<%# string.Format("SettingsAddApprover.aspx?DeptID={0}&EligibilityID={1}", HttpUtility.UrlEncode(Eval("DeptID").ToString()), HttpUtility.UrlEncode(Eval("EligibilityID").ToString())) % > ' / > ...

Continue Reading

மூக்கு குத்துவது..!

0 Comments
Referred URL - https://www.facebook.com/photo.php?fbid=540711226022201&set=a.370335143059811.87676.239342366159090&type=1 மூக்கு குத்துவது, காது குத்துவது துளையிடுவது உடலில் உள்ள வாயுவை (காற்றை) வெளியேற்றுவதற்கு.கைரேகை, சோதிடம் பார்ப்பவர்கள் ஆண்களுக்கு வலது கையும் பெண்களுக்கு இடதுகையும் பார்த்து பலன் கூறுவது வழக்கம்.ஆண்களுக்கு வலப் புறமும் பெண்களுக்கு இடப் புறமும் பலமான, வலுவான பகுதிகளாகும்.ஞானிகளும் ரிஷிகளும் தியானம் செய்துபோது வலது காலை மடக்கி இடது தொடை மீது போட்டு தியானம் செய்வார்கள். இதற்கு காரணம் இடது காலை...

Continue Reading