ongeremd.com

Blog over het Fine tunen van website, webshops en Content management systemen

SQL February 18th, 2011 by

How to create XML file of Database in C# asp.Net

To create XML file of Database we have to call WriteXml() function of Data Set. Example string strConnection = “Server=abc\\SQLEXPRESs;Database=Employee;Trusted_Connection=True”; SqlConnection con = new SqlConnection(strConnection); //creating new connection to database Employee con.Open(); //opening connection SqlDataAdapter da = new SqlDataAdapter(“select * from employee”, con); //assigning data to DataAdapter according to the query DataSet ds = new DataSet(); da.Fill(ds, “Employee”); //filling dataset. ds.WriteXml(“C:\\dataEmployee.xml”); //writing XML file of name ‘dataEmployee.xml’ of [...]

Wolfman Full movie

Watch Wolfman here. [...]

TWILIGHT ECLIPSE FULL MOVIE

[...]

How to make a booklet with microsoft word

The WordBookletTemplates.zip file contains Microsoft Word templates for 4, 8, 12, 16, 20, 24, 28, and 32 page booklets, with and without page numbers (16 templates in all). I think I developed these with Microsoft Word 9[...]

How to shut down a virtual machine

If a virtual machine is not configured to automatically shut down, you can shut it down manually by following these steps. To shut down a virtual machine Do one of the following: To shut down from an open virtual mach[...]

The 7-step process for writing enticing product descriptions

The 7-step process for writing enticing product descriptions by Karon Thackston, Karon Thackston explains how the pros write ecommerce product descriptions in an extract from her new book Wordtracker Masterclass: Ecomm[...]

softbyte labs shareware for windows

Too much of a job to batch rename files? …let the power of NameWiz do it for you.  This is not your normal file renaming utility. Its flexibility will amaze you. unlimited undo, Auto-Preview and Plugins are only a[...]

Extend your Joomla Contact form

An AJAX driven Joomla! 1.5.x component to place a contact form anywhere on your web page with any number of custom fields of different types, including attachments. Change log : http://www.algisinfo.com/joomla/aicontacts[...]

Joomla contact page

Ever wanted some more fields in your Standard joomla contact form. This is the way to do it . No need to write your own php script to send the extra field. Just install this great joomla extension from mavrosxristoforos.[...]