Tuesday, May 29, 2012

Monday, May 28, 2012

Cumulative Updates available for SQL Server 2008 SP2 & SP3

Cumulative Update #10 for SQL Server 2008 Service Pack 2 and Cumulative Update #5 for SQL Server 2008 Service Pack 3

SQL Server 2008 Service Pack 2
http://support.microsoft.com/kb/2696625

SQL Server 2008 Service Pack 3
http://support.microsoft.com/kb/2696626

cheers
samitha

Wednesday, May 9, 2012

Inserting CLOB Data in Oracle

When you want to work with large amount of data CLOB data type will come for your assistance. The method used to store data seems to be wired, but it works.

http://www.codeproject.com/Articles/13675/Using-C-for-Inserting-CLOB-Data-in-Oracle

cheers
Samitha

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

Wednesday, March 7, 2012

send sms with textmagic

This is a good API you can use for sending sms. You can earn credits through referral sign ups from your friends. Worth a try.

http://code.google.com/p/textmagic-c-sharp-wrapper-class-library/

Cheers
samitha