Computing.Net > Forums > Web Development > XML in ASP.NET

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

XML in ASP.NET

Reply to Message Icon

Name: Praveen Mittal (by call_sonu2002)
Date: March 13, 2006 at 02:52:17 Pacific
OS: Win 2003
CPU/Ram: 256 MB
Product: Intel
Comment:

Hi,

I need some tips...

I hav say 20 URL stored in XML file. Now my ASP page must fetch the URL's and display it.

Fetching is not an issue, i will search somehow, but the prob over here is displaying the URLs..

How to display the URLs, which is the best way to display all the URL and its Name one by one...

Name URL
AAA AAA.com
BBB BBB.com
CCC CCC.com

I hav to use tables or some XSL files or something else...

I even need to include check box... this is an another big issue.. as on the basis
of number of URLs displayed, checkbox has to be created dynamically.. say for example,
if 3 URLs to be displayed then 3 checkbox has to be created, if 1000 urls, then 1000 checkbox
has to be created..

Name URL Status
AAA AAA.com Checkbox1
BBB BBB.com Checkbox2
CCC CCC.com Checkbox3

Facilities for adding new record, editing the existing one has to be provided. Now pls provide some solutions..

I tried GridView and XMLDataSource too.. i am able to fetch and display it... i hope even checkbox can be included.. but editing, sorting is not working at all...

Can i write manual coding for editing, sorting, adding new for Gridview...

Then which is best, to use GridView and XMLDataSource or manually fetching all the required data and then displaying the information...

Pls suggest at ur earliest.

Thanx




Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: XML in ASP.NET

Date pop-up box in ASP.NET www.computing.net/answers/webdevel/date-popup-box-in-aspnet/833.html

variables in ASP.NET www.computing.net/answers/webdevel/variables-in-aspnet/942.html

Server Controls Array in ASP.NET www.computing.net/answers/webdevel/server-controls-array-in-aspnet/3402.html