Tuesday, November 15, 2005

While sticking around how to group the digits I tried this, quite helpful.

using System.Globalization ;

/**
*Remember the number format has been picked up from the settings in Regional and Language Options (or Regional Options or *Regional Settings) in Control Panel
*/

NumberFormatInfo nFI = new CultureInfo("en-US", false).NumberFormat ;

// your numeric value
Int64 int_value = 12000 ;

// result will be 12,000.00
CostTextBox.Text = int_value.ToString("N", nFI) ;

This way you can separate the digits just like the windows calculator do.

Enjoy,

Danish Sami

11/15/2005 10:15:07 AM UTC  #    Disclaimer  |  Comments [1]  | 
 Monday, November 07, 2005

Hi all,

We are not part of Launch 2005 physically but we are very excited about the great achievement from Microsoft, but we feel that we are there. Together with the product teams we can meet the devleoper demands by working on these products and forward all the queries to these really struggling teams. This could make them to deliver the solutions faster and effeciently.

One more thing the product teams must admit that they didn't get their by themselves, this is the cobine effort from a huge developer community.

Finally raise your hands to give a big hand to the tireless efforts from these product teams and by their efforts finally the products are now in our hands.

Related link:

Launch 2005 Home

http://www.microsoft.com/sql/default.mspx

http://msdn.microsoft.com/vstudio/

http://www.microsoft.com/biztalk/default.mspx

 

Cheers,

~Danish Sami

KeyNotes | Misc | News | Resources
11/7/2005 12:09:51 PM UTC  #    Disclaimer  |  Comments [0]  | 
 Saturday, November 05, 2005

Would you like to see whats happening in Redmond and how preparation is going on for Visual Studio 2005, SQL Server 2005 and BizTalk Server 2006 right straight from the product teams. Then join me by clicking on the related link and get the webcast.

Related link:

http://www.microsoft.com/winme/0510/25540/welcome.htm

 

Cheers,

~Danish Sami

11/5/2005 7:07:38 PM UTC  #    Disclaimer  |  Comments [0]  | 
 Tuesday, November 01, 2005

Good Morning to all,

Its 1st of November @ 12:58 I am writing this post.

I am happy that I am back after a investing my efforts on a huge web project which we devloped on ASP.Net 2.0, it was a fun to develop an application on a new technology which is designed for high performance web applications in mind, there were no turns where we didn't find ease to design and develop any module, especially the control development is a huge success in developing large scale, data driven and high performance web applications.

To be very honest ASP.net is a huge success from Microsoft to develop application ranging from medium to large userbase with high performance.

Cheers,

Danish Sami

11/1/2005 8:19:46 PM UTC  #    Disclaimer  |  Comments [0]  |