Sign in
jebarson's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.net
ASP.net
Azure
Binding
C#
Cloud
converter
dynamic sort
exception
exception handling
expression
faultexception
faultreason
gridview
image
lambda
LINQ
Silverlight
Sort
Tips
Tutorial
wcf
windows 8
Windows Phone
wpf
Archive
Archives
January 2013
(1)
August 2012
(1)
May 2012
(1)
April 2012
(1)
March 2012
(1)
February 2012
(1)
November 2011
(1)
October 2011
(2)
August 2011
(3)
May 2011
(1)
April 2011
(1)
March 2011
(5)
February 2011
(3)
January 2011
(7)
December 2010
(3)
November 2010
(6)
July 2010
(1)
June 2010
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
jebarson's blog
Copy And Paste Excel / Clipboard Data To Gridview In ASP.net
Posted
over 3 years ago
by
Jebarson J
4
Comments
Q Is there any means to copy the excel data to Gridview in ASP.net? It is obvious that you should use the native .net controls without borrowing any plugins / custom controls from a third party. A If you are .net 2.0+, then there is defenitely an easy...
jebarson's blog
Whats new in Silverlight 5
Posted
over 3 years ago
by
Jebarson J
2
Comments
Have an early look at the highlights and improvements on the features of the upcoming Silverlight showcased at Silverlight Firestarter here. http://www.jebarson.info/1/post/2010/12/highlighted-features-improvements-in-silverlight-5.html
jebarson's blog
Windows Live Essentials 2010 Review
Posted
over 3 years ago
by
Jebarson J
1
Comments
My review on the latest Live 2010 Essentials beta. http://microsoftlovers.blogspot.com/2010/07/windows-live-essentials-2010-beta-one.html
jebarson's blog
Unleashing ASP.net Calendar Control
Posted
over 2 years ago
by
Jebarson J
1
Comments
Calendar control is as important as a normal text box control in any application. Most of any application which needs data entry will definitely need a calendar control at some part. ASP.net has a very good calendar control which we often ignore...
jebarson's blog
Byte Array To BitmapImage Converter
Posted
over 1 year ago
by
Jebarson J
1
Comments
Below is the converter which I wrote which can help you convert the byte array of the file content to a Bitmap so that the Silverlight can bind it. Read More Share Email Earn Facebook Twitter...
jebarson's blog
Byte Array To BitmapImage Converter & IRandomAccessStream Implementation For Windows 8 Metro
Posted
over 1 year ago
by
Jebarson J
0
Comments
Metro don’t support the same converter which I wrote earlier for the reason that BitmapImage can no more read from Stream but only from IRandomAccessStream. Well since I have to anyway come up with a solution, I wrote my own class. To start with...
jebarson's blog
DIY Home Security Using Kinect, Azure, Windows Phone and Windows 8
Posted
over 1 year ago
by
Jebarson J
0
Comments
Most the people who were in the TechEd 2012 India would have witnessed the cool demo by me and Abhijit Jana made on the opening Keynotes of the event. And now we would like to share how this solution was developed so that you can also build your own....
jebarson's blog
How To Check If Cookies Are Enabled In Windows Phone
Posted
over 1 year ago
by
Jebarson J
0
Comments
Windows Phone as of today doesn’t provide a property or direct API call which will help you identify whether the user has chosen to accept cookies or not. However, we can identify this pretty neatly by trying to get the cookie collection. So to...
jebarson's blog
Pin / Unpin Control Template For Toggle Button
Posted
8 months ago
by
Jebarson J
0
Comments
I was looking for a template which will help put a pin / unpin button using toggle button. Antoni Dol who has already shared a fantastic template and I had to make few changes with respective to the pinned style as I didn’t like the original one...
jebarson's blog
Complete XAML Solution For SelectAll In Datagrid
Posted
4 months ago
by
Jebarson J
0
Comments
Over the period of time lot of asks and solutions were made for selectall selector for DataGrid. However, I failed to see a solution which is completely built on XAML. When my friend approached me, I thought that I will write my own. The idea is to...
jebarson's blog
Multiple Sort For Collection Using LINQ
Posted
over 2 years ago
by
Jebarson J
0
Comments
There are quite a lot of instance where you need to do a primary sort and you need a secondary sort on the same collection and sometimes even multiple sort. With LINQ we can achieve it pretty straight forward. Read More
jebarson's blog
Sort Generic List Using Lambda Expression For Dynamic Type And Dynamic Property
Posted
over 2 years ago
by
Jebarson J
0
Comments
I once stuck on a requirement where I needed to write a code which is flexible and generic enough to sort any type of collection and also the property based on which it has to be sorted will be dynamic. After trying many options I discovered myself how...
jebarson's blog
Tip: Customizing / Adding Image To Radio Button List Control
Posted
over 2 years ago
by
Jebarson J
0
Comments
Today I will share a tip through which you can customize the way your RadioButtonList control will look. Below is a simple code which will enable to add me icons for the radio buttons in the list. Read More
jebarson's blog
Tip: Null Coalescing Operator To Define Default Value For Nullable Types - Double Question Mark
Posted
over 2 years ago
by
Jebarson J
0
Comments
There is a easy way you could specify the default value i.e., the default value to be used in case the nullable type has a null value in it. Read More.
jebarson's blog
Localization / Multilingual Support Using Resource Files In .net
Posted
over 2 years ago
by
Jebarson J
0
Comments
Localization for a multilingual application is every developer's nightmare. With .net it is not a tough programming as most of the algorithm is already available. Well in this article we will discuss on how we can achieve localization using resource files...
jebarson's blog
Tip : How To Scroll To Validation Summary
Posted
over 2 years ago
by
Jebarson J
0
Comments
ASP.net by default calls the function window.scrollTo(0,0) after the validation failure from ASP.net validators but not always we have the validation summary control placed at the top. There are instances where we need to place validation summary at some...
jebarson's blog
Releasing Single / Multiple Files To Pre Compiled ASP.net Web Site
Posted
over 2 years ago
by
Jebarson J
0
Comments
We most the time run into the issue where we need to release a patch which requires a change in one or multiple code behind files and since your site is compiled, you are put into the state that you have to do a deployment instead of releasing those files...
jebarson's blog
Must Know Tips For Windows Phone Mango
Posted
over 2 years ago
by
Jebarson J
0
Comments
Well it's almost 2 months since I've been using different mango versions and now the RTM. Well for the people who are still waiting for it, I am pleased to announce that "You gonna love it!". Read More
jebarson's blog
Proposing The Right Solution To Your Customer
Posted
over 2 years ago
by
Jebarson J
0
Comments
It has been always a challenge when you have to suggest the right solution to the customer. A right & apt solution given to the customer is more than a business. On the contrast a wrong solution can ruin your career and so as your organization's....
jebarson's blog
Dynamic Lambda Expression For Sorting A List / Collection Using Complex Types Without Implementing IComparable
Posted
over 2 years ago
by
Jebarson J
0
Comments
In this article we will see how to sort on complex properties. In our scenario, we have “Employee” entity, where we have a property “Department” which is a complex type. Now let us assume that we are binding the list of employees...
jebarson's blog
Application Bar Button / Menu Item Not Firing Binding in Windows Phone
Posted
over 2 years ago
by
Jebarson J
0
Comments
On a Windows Phone application and if you are using a two way binding along with Application Bar Button or Menu, you might be having a nightmare that the binding for the last focused control is not happening when you click the application bar button or...
jebarson's blog
Radio Button List Box With Seperate Group Name in Silverlight
Posted
over 2 years ago
by
Jebarson J
0
Comments
Over this article we are going to discuss on building a RadioButton ListBox using a Control Template and also how to have the flexibility of still specifying the group name for every list control. The solution is not to write a custom dependency property...
jebarson's blog
Why Ternary Operator Doesnt Support Nullable Types
Posted
over 2 years ago
by
Jebarson J
0
Comments
Nullable types and ternary operators are around for many years now and may be not everybody know that ternary operator doesn't support assigning null values to nullable types. To understand the real reason for the design, I got in touch with Mads Torgersen...
jebarson's blog
Azure Tutorial; Be in cloud (Part 1)
Posted
over 3 years ago
by
Jebarson J
0
Comments
Start using Azure; Visit here for a complete tutorial.
jebarson's blog
Recovering your application from unhandled exception in .net
Posted
over 3 years ago
by
Jebarson J
0
Comments
Check the posting made at http://www.jebarson.info/1/post/2010/11/recovering-your-application-from-unhandled-exception-in-net.html
Page 1 of 2 (40 items)
1
2