Codeasearch.com - Search your code with us Login | Register | Contact us
  Forums > Asp.Net > asp.net web application
balaji
Posted on Feb 17, 2009
Join Date: February 2009
Location: India ( chennai )
Posts: 9
 
asp.net web application  

how to create a web applcation using xml to fetch data's from database in .net framework.It must include insert ,delete,update options and the page must refresh after each operation.please help me with an examlple.................

benaya
Posted on Mar 1, 2009
Join Date: June 2007
Location: India ( Chennai )
Posts: 90
 
RE : asp.net web application  

Hi,
First you create one webpage which will display records in xml format.

Ex:
Run a select statment in the webpage and build xml format.
which will have this format
<countries>
<country>
<text>India</text>
<value>01</value>
</country>
<country>
<text>China</text>
<value>02</value>
</country>
<country>
<text>USA</text>
<value>03</value>
</country>
<country>
<text>Germany</text>
<value>04</value>
</country>
</countries>

I Hope you got if anything else let me know.

 Hot Discussion
Go Tech launches Android tablet for Rs 3,999...
Sony targets retailers with quick sales pitches and rew...
Share and discover new activities with Google Schemer...
Samsung gets 9 mn preorders for Galaxy S3: Report...
Google revamps search engine to think like a person...
 
 Discussion Topics
IT News
Php
Javascript
Technology Updates
Asp.Net
MySql
Ajax
Html
Fedora
Software Testing
Asp
Java
General
Flash
Ruby on Rails