Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Saturday, May 24, 2008 - Posts

Project SOAK winner of 2008 Imagine Cup Australia.

The theme of this year’s Imagine Cup is "Imagine a world where technology enables a sustainable environment." It had been a great honorary for me to take part as one the Judges of the 2008 Imagine Cup Australia. All the teams worked real hard and came
posted by Shahed | 0 Comments

ASP.NET Bug, Multi View control do not save ViewState, of dynamically added controls

Couple of days back me and my colleague, we discovered an issue with the ASP.NET Multi View Control. We were surprised  to see that it do not add ViewState, of the dynamically added controls, of the Inactive Tabs. ASP.NET 2.0       
posted by Shahed | 0 Comments

ASP.NET in VISTA ( IIS7 ) with VS2005 or VS2008

The following 2 links may help. VS 2005: http://learn.iis.net/page.aspx/431/using-visual-studio-2005-with-iis-70/ VS 2008: http://learn.iis.net/page.aspx/387/using-visual-studio-2008-with-iis-70/
posted by Shahed | 0 Comments

ASP.NET Tips: Using Image as Embedded Resource for ASP.NET CustomControl

Problem I started writing an ASP.NET Custom Server Control, where I wanted an Image to be Embedded Resource of the Assembly itself, so that, I do not need to ship the images separately, but surprisingly it did not work straightway for me. The following
posted by Shahed | 0 Comments

DataTable to JSON and ToJSON() Extension

Very recently I wrote an application where I had to deal with DataSet from a Web Service. Please note, I have no control on the Web Service and I ended up writing a small function which converts DataTable to JSON. I understand I haven't gain anything
posted by Shahed | 0 Comments

Visual Studio 2005 Debugging in Vista

Problem: I was trying to debug in Visual Studio 2005 in my new machine which came with Vista Home Premium. Surprisingly I found that none of the break points are touched and I cannot debug. I tried giving all types of permission to the folder but no luck.
posted by Shahed | 0 Comments