adsense

Monday, March 19, 2012

prevent Ajax modal popup closing on postback

When you click control within a modal popup, the default behavior will close it. You can prevent this by using correct layout within a update panel as following post describes. 

http://forums.asp.net/t/1583414.aspx

cheers
samitha

Thursday, March 1, 2012

using nullable c sharp types

Nullable types are quite useful when you are assigning null values to certain data types. This is very useful when you passing null values for parameters when using stored procedures. Following link explains how to use nullable types

http://www.techrepublic.com/article/save-time-and-prevent-coding-headaches-with-nullable-types-in-c-sharp-20/6101707

cheers
samitha