Repeater Control – How to get formatted date as ouput on a page having Repeater Control

October 11, 2008 at 11:57 pm (1)

If you are tired of getting dates in your repeater control as shown in the following figure

unformatted

and you want to get dates in some custom format then simply you can use the ToString() method with some parameters to convert it into desired format as shown below.

formattd

You just have to enter this small piece of code to achieve this

repeater

 

For further information on DateTime formats please visit this link

http://msdn.microsoft.com/en-us/library/az4se3k1.aspx

Permalink Leave a Comment

PowerMenu:- Very useful utility by which you can minimize any application to tray

October 11, 2008 at 8:45 am (1)

  1. I am using Power Menu from years now it is a tiny but very useful utility especially its minimize to tray is the feature which i use the most.
  2. So i thought to share this with you all.

       PowerMenu

 

You can download power  menu from below given links:-

Installer ——–http://www.abstractpath.com/powermenu/PowerMenuSetup_1_5_1.exe

Portable Version——–http://www.abstractpath.com/powermenu/PowerMenu_1_5_1.zip

Permalink Leave a Comment