Skip to content

Tag Archives: web application

how to write program in asp.net by using xml(which should include group by clause in it&v should fetch from db

like fetching data for xml from sql server and performing group by in it…. what i am trying to do is i have to design a web application using xml and xslt…. in xml i have to get the data from existing table in database.. in that table i have to perform group by clause [...]

XML Error The system cannot find the resource specified?

I got the error "The system cannot find the resource specified" when I access RSS Feed XML from any site in my ASP web application. This error only comes when I access through Proxy Server. If i use direct Internet connection its work fine. Any Idea on this? I need Answer not confusions

Should I use an XML File or a Database Table?

I’m designing a web application in which a database is definitely going to be necessary. The problem is that users will need to create lists of items for later use, but the lists will have variable lengths. Would it be better for me to make the lists be rows in a database table with a [...]

Where can I find an XML based data source that lists all US states, counties, and cities/towns?

I’m developing a web application and I need to allow a user to choose their state, county, and town from a series of dynamically populated drop down lists. A cursory search on data.gov didn’t yield anything and nationalatlas.gov yielded some shape files, which are not useful to me. I’m really looking for a recent XML-based [...]