How to solve: IE 8 new tab hang on Connecting… on Windows 7 x64

3 Comments

The solution posted on: http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/thread/e312e580-1cbc-496b-8c6b-b69b8535a7bb solved my problem For Win 7 64 bits : 1 – Create a new notepad document and paste this text : @echo off echo. echo IEREREG Version 1.07 for IE8

Delete all records from a table with LLBLGen Pro v2.6

0 Comments

If you want to delete all records from a table with LLBLGen Pro v2.6 without first fetching all records, you can use the DataAccessAdapter DeleteEntitiesDirectly function. // Define the query that matches all records to

Configuring Internet Explorer to Remember Your SharePoint Login Credentials

0 Comments

See: http://blog.sharepointhosting.com/Lists/Posts/Post.aspx?ID=93 Go to Control Panel Go to Internet Options Click the “Security” tab Click “Local Intranet” Click “Sites” Click “Advanced” Add your SharePoint site into the “Local Intranet” zone. Click OK to confirm on

How to copy XML nodes between documents (use ImportNode)

0 Comments

http://www.geekpedia.com/tutorial150_How-to-copy-XML-nodes-between-documents.html To copy node between XmlDocuments use importnode: // Store the root node of the destination document into an XmlNode // The 1 in ChildNodes[1] is the index of the node to be copied (where