
dotnetgeek.blogspot.com
Musings of a .Net DeveloperMy trials and tribulations with this fascinating technology
http://dotnetgeek.blogspot.com/
My trials and tribulations with this fascinating technology
http://dotnetgeek.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
15
SSL
EXTERNAL LINKS
0
SITE IP
172.217.6.65
LOAD TIME
0.203 sec
SCORE
6.2
Musings of a .Net Developer | dotnetgeek.blogspot.com Reviews
https://dotnetgeek.blogspot.com
My trials and tribulations with this fascinating technology
Musings of a .Net Developer: The post-PC era
http://dotnetgeek.blogspot.com/2012/03/post-pc-era.html
Musings of a .Net Developer. My trials and tribulations with this fascinating technology. Saturday, March 31, 2012. The term post-PC era seems to crop up everywhere. I first came across the term in an interview of Steve Jobs and Bill Gates back in 2007 at the AllThingsD conference. Since then the term has been in vogue and everybody has an opinion as what it means. Ray Ozzie tried to describe it in a memo back in 2010. The marketing machines at both Microsoft ( link. And Apple ( link. Has no windows and ...
Musings of a .Net Developer: August 2007
http://dotnetgeek.blogspot.com/2007_08_01_archive.html
Musings of a .Net Developer. My trials and tribulations with this fascinating technology. Wednesday, August 15, 2007. VSTS Product Group Manager) in his recent post. Published the TFS 2008 feature list. I am very happy to see some of the features specially support for SPS 2007 and SQL reporting on any server. Links to this post. Since my last post I ran across some new questions. 1 Does boxing have a performance issue or UnBoxing. After running some tests I have concluded. Boxing is slower than UnBoxing.
Musings of a .Net Developer: March 2012
http://dotnetgeek.blogspot.com/2012_03_01_archive.html
Musings of a .Net Developer. My trials and tribulations with this fascinating technology. Saturday, March 31, 2012. The term post-PC era seems to crop up everywhere. I first came across the term in an interview of Steve Jobs and Bill Gates back in 2007 at the AllThingsD conference. Since then the term has been in vogue and everybody has an opinion as what it means. Ray Ozzie tried to describe it in a memo back in 2010. The marketing machines at both Microsoft ( link. And Apple ( link. Has no windows and ...
Musings of a .Net Developer: October 2004
http://dotnetgeek.blogspot.com/2004_10_01_archive.html
Musings of a .Net Developer. My trials and tribulations with this fascinating technology. Friday, October 15, 2004. Pre-compilation in ASP.NET v1.1. Today I came across Jon Galloway’s blog entry. On pre-compiling ASP.NET web applications in v1.1. I have been looking for this for a while now. I tried it on with the web application I am currently developing on my development machine (Win XP Professional). And here are the observations. The handler has still some issues and is very primitive to be used in a...
Musings of a .Net Developer: November 2007
http://dotnetgeek.blogspot.com/2007_11_01_archive.html
Musings of a .Net Developer. My trials and tribulations with this fascinating technology. Tuesday, November 20, 2007. Visual Studio 2008 First Impressions. Yesterday VS.net 2008 shipped and is made available for download. To MSDN subscribers. For the general public a trial edition is available for download. On XP actually the download is faster from the Top Downloads page then the MSDN Subscription Download Page. Supported on a 64-bit OS. On my first attempt to install the Installer got stuck at last ste...
TOTAL PAGES IN THIS WEBSITE
15
dotnetgaming.com
Tips and Tricks for .NET languages
Tips and Tricks for .NET languages. Thursday, 7 March 2013. It is an application that keeps you from re-typing the same contain again and again. For an instance like if you are working in an environment where you have to use some snippet, frequently like hi, how are you? How to use 'Snippets' app". Kindly, follow the steps to use this app. fluently:. 1 Make a folder on your hard drive (recommended 'Desktop') with any name (Recommended 'Snippets'). How are you doing, today? 7 Now open a notepad. 8 Press F...
Dot Net Gate
Saturday, June 2, 2012. How to pass a text to crystal report from the code[video]. It is advised to. Before watching this video. Posted by Mhmoud Alkahlout. Labels: How to pass text crystal report from the code. Monday, April 16, 2012. How to create a crystal report based on a custom SQL statement. In this article i will show you how to create a crystal report that based on a custom SQL statement; you have to follow these steps after creating a new project and a sample database :. Add a data set item.
Register4Less.com Parking Page for dotnetgator.com
Is a domain registered with the registrar Register4Less, Inc. And is currently parked. Without monetization (advertising). A new website for this domain may be under development by its owner. Registering your own domain with Register4Less.com is quick, easy, and comes with extra services that other registrars charge additional fees separate from their domain registration fee, including:. Free Whois Privacy from PrivacyAdvocate.org. 10 MB of banner-free space for web hosting,.
DotNetGear
Windows Media Center – Custom Start Menu Strips with WMCCC Wizard. This wizard can create new custom start menu strips for Windows Media Center (Vista/Windows7) and populate them with registered extra programs. Also it is possible to delete the strips. For more information please see these articles:. 8220;Custom Start Strips with WMC Custom Configuration Wizard”. 8220;Creating New Start Menu Strips”. If you have any questions, please leave a comment. Download: WMCCC V1.2.2.0. 22436 KB, 14261 hits).
Musings of a .Net Developer
Musings of a .Net Developer. My trials and tribulations with this fascinating technology. Saturday, March 31, 2012. The term post-PC era seems to crop up everywhere. I first came across the term in an interview of Steve Jobs and Bill Gates back in 2007 at the AllThingsD conference. Since then the term has been in vogue and everybody has an opinion as what it means. Ray Ozzie tried to describe it in a memo back in 2010. The marketing machines at both Microsoft ( link. And Apple ( link. Has no windows and ...
Tech Geek
Monday, February 18, 2008. CheckBox in RadComboBox(MultiSelect RadComboBox). Function stopPropagation(e,CheckBoxControl,ComboBoxControl). Calling the CheckChanged function (parameter: CheckBox Control). To keep the dropdown open. EcancelBubble = true;. To set the ComboBox Text with the Checked ComboBox Text. Var combo = %=RadComboBox1.ClientID % ;. Var str=" ;. For(i=0; i combo.Items.length; i ). Var controlid="RadComboBox1 c" eval(i) " CheckBox";. Var control=document.getElementById(controlid);.
Asp Dot Net Geek Trying To Gain Knowledge And Spread That Knowledge Too | Dot Net Geek
Asp Dot Net Geek Trying To Gain Knowledge And Spread That Knowledge Too. Stay updated via RSS. Export Data To Word Using Asp.net C#. Export Data To PDF Using Asp.net C# (iTextSharp). Custom Date Format with Language using c#. Read Rss feed in c#. Dotnetgeekblog.files.word…. Export Data To Word Using Asp.net C#. Sometimes we require to export our data to doc file. I am explaining you how we can do this using C# . I`ll Give you A Simple Example How You Can Do This. Now i will explain it with 2 approaches :.
.NET Geekette
Thursday, August 1, 2013. One of the aspects of PhoneGap that was completely non-obvious to me when I started experimenting with it was how I could test my PhoneGap apps. It turns out that there are several different ways to test a PhoneGap app depending on where you are in the testing process. Option #1: Using the capabilities of your IDE. Since I'm a .NET Geekette (see what I did there? Option #2: Debugging your Javascript. The "deployed to a URL reachable by your computer" part is the tricky part....
Dotnetgeeks's Blog | A .NET Developers' blog.
A NET Developers' blog. December 30, 2010. ASPNET Webpage goes blank with Javascript alert() : fix. Posted by dotnetgeeks under AJAX. A ASPNET web page goes blank if you inject the javascript alert(); function using the Response.Write from the the code behind. Here is the fix for it. Private void ShowMessage(string message). StringBuilder scriptBuilder = new StringBuilder( script language=’javascript’ function window.onload(){);. ScriptBuilder.Append(alert(‘ message ’););. December 21, 2010. Int PortEndI...
dotNETgeekster | A Developers archive to Sharepoint, Office 365, Microsoft development and anything in between
A Developers archive to Sharepoint, Office 365, Microsoft development and anything in between. Document Generation in Office 365 using Nintex. 8220;Document generation” action in Nintex workflow is one of the new features in Nintex workflow only available on Office 365 for supporting PDF, Word, Excel, Powerpoint generation. With this action I can:. Specify the Template the action is going to use for filling in workflow data. Select the output type. (. DOCX, PPTX, PDF or XLSX. We have our main list “...