DotNetShoutout - Stories tagged with XML
4
Shouts

Display the Menu Items using XML file in Aspnet | DevelopersCode

posted by taanu51taanu51 636 days, 13 hours, 21 minutes ago
Friday, August 26, 2011 3:26:26 AM GMT
Hi all, Today I am going to explain the topic "Display the MenuItems using XML file". I think everyone's mind, might have a question that Why should I use XML file in all the times? The Simple Answer is "XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using meaningful tags. XML stores structured data in XML documents that are similar to databases." Implementation: For this, you have to cre... (more)
category: Web Dev | clicked: 6 | comment | | source: www.developerscode.com
tags: c sharp, XML, Menu Control, ASP.NET
3
Shouts

Displaying Error/Status Messages in our Web Form ASP.Net using XML file. | DevelopersCode

posted by taanu51taanu51 638 days, 13 hours, 11 minutes ago
Wednesday, August 24, 2011 3:36:06 AM GMT
Hi Friends,We knew that,WebPages must be designed and write code in a secure manner. Today i am going to explain about how to display the Alert /Status / Error messages in ASP.Net using XML File. In Most of our web pages, we must use some labels or alert messages for user status or for user friendliness. After looking at that Alert/Error/Status messages itself User has to go/move forward into further pages in our web pages. Raw Data(Direct Data) should not be used directly.It is not the good pra... (more)
category: Web Dev | clicked: 7 | comment | | source: www.developerscode.com
tags: C#, XML, Error, ASP.NET
2
Shouts

Parsing an XML file from RSS feed with namespaces in C# | Tech Samosa

published 652 days, 2 hours, 30 minutes ago posted by ankygoyalankygoyal 653 days, 13 hours, 8 minutes ago
Wednesday, August 10, 2011 2:17:19 PM GMT Tuesday, August 09, 2011 3:39:27 AM GMT
The task is to parse a XML file retrieved from the RSS feed. Below is the sample partial XML file taken from a Leading Geographical alerts website’s RSS feeds. As we can we there are two items(alerts) in the file one for Tropical Cyclone SINLAKU-08 and other for Tropical Cyclone IKE-08. Lets write the code in c# to extract title,latitude and longitude of both the alerts. First of all, lets load the XML data into the XMLDocument instance. //include namespace for working with xml files using Sy... (more)
category: Web Dev | clicked: 7 | comment | | source: techsamosa.com
tags: XML, rss
3
Shouts

Display Monthly sales information in graph using Aspnet | DevelopersCode

published 653 days, 20 hours, 48 minutes ago posted by taanu51taanu51 654 days, 7 hours, 44 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 9:02:57 AM GMT
Hi friends In this article i would like to explain "How to display monthly information in graph with the help of ms chart control in Aspnet" First,open the sql server 2008 Next select the NewQuery and check the following query SELECT month(DateTime) AS [Month] as Date, COUNT(sales) AS count FROM Products WITH (NOLOCK) WHERE DateTime BETWEEN @fromDate AND @todate GROUP BY month(DateTime) ORDER BY month(DateTime) Next,click on the execute button then it will display the data in hourly wise of the... (more)
category: Web Dev | clicked: 27 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, XML, SqlServer 2008, ASP .NET, SQLServer, C# .NET, datasource
3
Shouts

How to add a MS Chart Control to Toolbox in dotnet | DevelopersCode

published 653 days, 20 hours, 48 minutes ago posted by taanu51taanu51 654 days, 7 hours, 45 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 9:02:25 AM GMT
Hi Friends so many friends and my readers asked me to explain the procedure of adding the MS chart control to toolbox.Here i am going to explain the procedure of adding the MS chart control First,We have to download the MS Chart exe file  For Download click here After the downloading the file,install the file into your system Next,open the program files folder which is located in C drive Next ,open the MS chart control folder,in that we have assemblies folder Next,open the fold... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, XML, SqlServer 2008, ASP .NET, SQLServer, C# .NET, datasource
3
Shouts

Add Xml Datasource to gridview DropDown list | DevelopersCode

published 653 days, 20 hours, 48 minutes ago posted by taanu51taanu51 654 days, 7 hours, 46 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 9:00:46 AM GMT
HI friends ,In this article i would like to explain "how to bind XML Datasource to Dropdown list" just follow the steps clearly First we need to create a XML file to store the data.suppose you would like to store contries data in xml file and bind that data to Dropdown list Step 1:Add new Xml file to your existing Aspnet project Step 2:copy the following code in to XML file   Step 3:save the file with countries.xml Step 4:now open the page which contains Gridview Step 5: Now add the following... (more)
category: Web Dev | clicked: 10 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, XML, SqlServer 2008, ASP .NET, SQLServer, C# .NET, datasource
3
Shouts

Genarate an Excel Sheet from a XML file - DotNetLogix

posted by DotNetLogixDotNetLogix 662 days, 7 hours, 2 minutes ago
Sunday, July 31, 2011 9:45:14 AM GMT
Genarate an Excel Sheet from a XML file (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: XML, XSLT, ASP.NET
5
Shouts

XQuery Lab 64 – Reading values from an XML column

published 665 days, 18 hours, 57 minutes ago posted by dharadhara 667 days, 9 hours, 1 minute ago
Wednesday, July 27, 2011 9:50:10 PM GMT Tuesday, July 26, 2011 7:46:07 AM GMT
I got a question in my personal forum this morning requesting help to read values from an XML column. My first reaction was “Well, there is an XQuery lab demonstrating this!”. However, after reviewing the existing XQuery labs, I realized there are no... (more)
category: Data | clicked: 10 | comment | | source: beyondrelational.com
tags: SQL Server, xquery, XML
3
Shouts

How to use XSLT - DotNetLogix

posted by DotNetLogixDotNetLogix 682 days, 3 hours, 44 minutes ago
Monday, July 11, 2011 1:03:11 PM GMT
what is XSLT and how to use it to transform a xml document using a simple example (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetlogix.com
tags: XML, XSLT
3
Shouts

XML Serialization of Arrays and Collections

published 682 days, 8 hours, 51 minutes ago posted by BlackWaspBlackWasp 682 days, 18 hours, 11 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Sunday, July 10, 2011 10:35:42 PM GMT
Arrays and collections can be serialized to XML. The standard action when using the default serializer is for the name of the collection property to be added to the XML, with a contained element for each item named according to the items' data types. (more)
category: How To | clicked: 35 | comment | | source: www.blackwasp.co.uk
tags: .NET, C#, XML
4
Shouts

SSRS #45 - There is an error in XML document

published 729 days, 9 hours, 4 minutes ago posted by dharadhara 730 days, 8 hours, 50 minutes ago
Wednesday, May 25, 2011 7:43:28 AM GMT Tuesday, May 24, 2011 7:57:21 AM GMT
I’ve been working lots of hours lately because our project is just about to go into production. One of my ETL processes has gone through many changes recently because business users are now very actively sending us their late minutes requirements. After making some changes to my ETL process, and re-loading... (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: SQL Server, XML, BI, SSRS
4
Shouts

Add Xml Datasource to gridview DropDown list

published 747 days, 19 hours, 43 minutes ago posted by taanu51taanu51 748 days, 7 hours, 32 minutes ago
Friday, May 06, 2011 9:03:41 PM GMT Friday, May 06, 2011 9:15:35 AM GMT
HI friends ,In this article i would like to explain "how to bind XML Datasource to Dropdown list" just follow the steps clearly First we need to create a XML file to store the data.suppose you would like to store contries data in xml file and bind that data to Dropdown list Step 1:Add new Xml file to your existing Aspnet project Step 2:copy the following code in to XML file   Step 3:save the file with countries.xml Step 4:now open the page which contains Gridview Step 5: Now add the following... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: taanu51.blogspot.com
tags: XML, ASP .NET, C# .NET
9
Shouts

Xml serialization using generics | Rui Jarimba

published 751 days, 4 hours ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 752 days, 21 hours, 7 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Sunday, May 01, 2011 7:40:34 PM GMT
Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others. (more)
category: Web Dev | clicked: 10 | 2 comments | | source: ruijarimba.wordpress.com
tags: .NET, Serialization, C#, XML, xmlserializer
7
Shouts

Photo Studio Slide Gallery XML Template

published 754 days, 1 hour, 35 minutes ago posted by qaisermqaiserm 755 days, 3 hours, 11 minutes ago
Saturday, April 30, 2011 3:12:02 PM GMT Friday, April 29, 2011 1:36:30 PM GMT
Tired of related web layouts and search exclusive Flash templates? For sure, you have stopped in the appropriate place Photo studio slide gallery XML template is one of our Flash templates. It can be used for small or medium size business, and it will be priced less than requesting custom web design. It is easy to upload and compatible with most editors like Dreamweaver, Photoshop and FrontPage. (more)
category: Web Dev | clicked: 16 | 1 comment | | source: www.templatesrule.com
tags: cheap, Flash, XML, Photoshop, SlideShow 2, image slider addon, Template, background control, photography
10
Shouts

XSLT to .NETHTML5 custom control migration using the Xstl2jQuery Utility

published 756 days, 7 hours, 14 minutes ago posted by EinatsmEinatsm 757 days, 4 hours, 28 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Wednesday, April 27, 2011 12:19:03 PM GMT
Visual WebGui as a web development and deployment framework is made up of two logical parts: server-side which runs over IIS (or a Mono enabled web-server) and client-side which runs on the browser. The Visual WebGui server-side updates the client UI by sending data in XML form. (more)
category: Web Dev | clicked: 6 | comment | | source: www.visualwebgui.com
tags: client, XML, web development
7
Shouts

Fluent XML Serialization–Part 3: How Serialization Is Performed

published 761 days, 1 hour, 50 minutes ago posted by Matt_TCFMatt_TCF 762 days, 2 hours, 48 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 1:59:01 PM GMT
Reflection is a powerful tool when used correctly. In this penultimate chapter of Fluent XML Serialization, I will show you how Fluently-XML uses configuration data built up from a domain-specific language to perform serialization at runtime. (more)
category: How To | clicked: 16 | comment | | source: trycatchfail.com
tags: Fluent API, Serialization, XML, DSL
6
Shouts

Binding XML File to Data Grid in Silverlight

published 762 days, 3 hours, 37 minutes ago posted by dharadhara 763 days, 8 hours, 59 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Thursday, April 21, 2011 7:48:11 AM GMT
It is a common scenario when we need to bind or display data from XML File to Silverlight Data Grid. In this article, I have tried to demonstrate this with simple steps. What all we are going to do is Download content of XML file as string using WebClient class. Parse XML file using LINQ to XML. Bind... (more)
category: Web Dev | clicked: 11 | comment | | source: beyondrelational.com
tags: .NET, Silverlight, data grid, XML, ASP.NET
6
Shouts

SSIS – Read XML file in Script Component as Source

published 770 days, 18 hours, 11 minutes ago posted by kinj312kinj312 771 days, 10 hours, 10 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Wednesday, April 13, 2011 6:36:41 AM GMT
For a long time I was planning to write on this topic. So here I am. I take a example of reading XML file in Script component as source. I am using XML Document to read the XML file in my case. In case your file size is huge I would recommend you use XML Reader. I find XML Document simpler to code :... (more)
category: Data | clicked: 11 | comment | | source: beyondrelational.com
tags: SQL Server, XML, TSQL, SSIS, BI
3
Shouts

Using ADRotator Control in our web apps

posted by deliciousdotnetdeliciousdotnet 786 days, 12 hours, 51 minutes ago
Tuesday, March 29, 2011 3:55:46 AM GMT
ADRotator: Adrotator control is one of the rich contorls, Rich Controls are server sided controls that can be used to create complex HTML elements. rich controls provide the developer with complex functionality without having to manually wrote the code to provide that functionality. Internet advertising is one of the major means of earning revenu for a web site. while viewing the site, the advertisements keep changing.Having a control to change the advertisements continously can reduce a lot of codi... (more)
category: Web Dev | clicked: 1 | comment | | source: deliciousdotnet.blogspot.com
tags: C#, XML, adrotator control, ASP.NET
5
Shouts

Fluent XML Serialization–Part 2: Compiling Serialization

published 793 days, 19 hours, 40 minutes ago posted by Matt_TCFMatt_TCF 794 days, 14 hours, 4 minutes ago
Monday, March 21, 2011 9:07:32 PM GMT Monday, March 21, 2011 2:42:42 AM GMT
Fluently-XML is an extensible XML serialization library that sports a simple domain-specific language for specifying serialization behavior. In this post, I will show you how the configuration data is "compiled" into classes that perform serialization at runtime. (more)
category: Architecture | clicked: 1 | comment | | source: trycatchfail.com
tags: Fluent API, Domain-Specific Language Tools, XML, DSL
Previous 1 2 3 4 Next