Skip to content
  • Home
  • About Me
  • Contact
Code Verse

Mission to unlock the mysteries of the Code verse

C#.NET Email SMTP Technology

How to send Email using Gmail SMTP Mail Server

By Sathish | March 8, 2010 by Sathish

Assume our requirement is to send email from sender@gmail.com to receiver@gmail.com. Here we are going to use the configuration settings of Gmail SMTP mail server. Click here to get the Details of Gmail SMTP Mail…

C#.NET Technology XML

How to load XML File and convert to Dictionary

By Sathish | March 8, 2010 by Sathish

Assume you have a XML file with the following format. <paramlist><param><key>1</key><value>100</value></param><param><key>2</key><value>150</value></param></paramlist>Include the following Namespaces  using System.Collections.Generic;using System.Xml.Linq; Assume your requirement is to read data from XML file and use the data in your project for…

Mobile Web Technology XHTML

Mobile Web Development Tips (xhtml)

By Sathish | March 5, 2010 by Sathish

Web Developing for mobile is not the same as developing a website for PCs. I have summarized some tips which might help any beginner which i have found during Mobile Web Development. px to em…

C#.NET MS SQL Technology XML

How to Convert Datatable to XML programmatically

By Sathish | March 5, 2010 by Sathish

Lets assume our requirement is to create a Data Table and convert it to XML format. Use the following block code for your purpose. DataSet myDS = new DataSet(); DataTable dtMyTable = new DataTable(“preview”); DataColumn…

C#.NET Crystal Report Technology

How to change Formula Field Variables in Crystal Report Programmatically

By Sathish | March 5, 2010 by Sathish

Open the crystal report you have just created in your project, and from the Field Explorer -> Formula Fields, right click and create Two new Formula Field Variables, lets name it as “parameter1” and “parameter2”…

ASP.NET C#.NET Crystal Report MS Excel MS SQL Technology

Guide to Excel Reporting with MS SQL data using Crystal Report

By Sathish | March 4, 2010 by Sathish

First of all you need to create a New Data Set object from the Add new Item. Inside the Data set you need to create a new Table Adapter which will Fill data to a…

Blackberry PDF Technology

Recommended PDF Readers – Blackberry 8900

By Sathish | March 4, 2010 by Sathish

Interestingly, PDF files sent as an Attachment to an email can be opened and viewed from the BlackBerry Attachments Service. But there are no PDF Reader that comes with Blackberry for Free for us to…

Blackberry Java Technology

Open a doc file saved in SD Card Blackberry 8900 (Java)

By Sathish | March 4, 2010 by Sathish

To open a doc file saved in SD Card in Blackberry 8900, the WordToGo Application can be used. To do the same functionality within your application, you need to use the following Lines of Code.…

Posts navigation

Newer posts
© 2025 Code Verse | WordPress Theme Design by Superb