Monthly Archives: May 2008

How to Bind DataGridView to LINQ (var)

  On 19th May 2008, I posted this to newsgroup: ———————————————————————————————————— Hello all, I have the following code:     public void displayProducts()     {       try       {         productsAdapter = new OracleDataAdapter();         string strSQL = "SELECT * FROM … Continue reading

Posted in .Net | Leave a comment

How to recover dual-boot in Windows XP and Windows Server 2008

  Few days back I posted the following message: I have installed Win XP SP2 then Windows Server 2008 everything is working fine. After I have downloaded WinXP SP3 and installed it. My dual-boot is no longer working. How can … Continue reading

Posted in Operating System | Leave a comment

Oracle at Microsoft TechEd 2008

  Oracle is sponsoring TechEd again in 2008 with the showcases of Oracle Database 11, ODP.NET and more. This is a good time to take a look on how Microsoft and Oracle are working together. For detail please visit: http://www.oracle.com/webapps/events/EventsDetail.jsp?p_eventId=80007&src=6635279&src=6635279&Act=4

Posted in Oracle | Leave a comment

The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user.

  This error message causes by more than a factor. For me to solve the problem I did the following: Click ASP.NET Conguration -> click on Security Tab -> Select authentication type -> From a local network I hit the … Continue reading

Posted in .Net | 4 Comments