Showing posts from May, 2008
In this article, I will show you how to read embedded resources from the Assembly. In .NET you can embed the resource like image and XML. In this example, I am using XML. Place this XML(SouthernStates.xml) file in Data folder …
Sometimes, you find the need to parse CSV files dynamically into a DataTable. CSV files can be simple or complex. The simple CSV file would just have the fields separated by commas. The complexity comes in when the data itself h…
Creating dynamic control in ASP.NET WebForm and reading their values is a little bit complex, but In this article, I will show you an easy step to create dynamic control in ASP.NET with the help of ASP.NET Repeater Control. Repe…
In this article, I will show you how to read/parse XML using javascript. Let's suppose you are invoking a web service and you want to parse the XML and then want to sow to UI. < %@ Page Language = " C# &quo…
< %@ Page Language = " C# " AutoEventWireup = " true " CodeFile = " AutoName.aspx.cs " Inherits = " AutoName " % > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transi…