Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Component with XML Data Island

Status
Not open for further replies.

EliseD

Programmer
Jun 22, 2004
12
FR
Hi,

I do have a question that is not necessarly a problem with .net but it's for my asp.net application.
I'd like to find a component (.net or not, activeX or not, OCX or not) that can do this :
- makes a grid on my webpage (a bit like a datagrid)
- rows are selectable/highlighted when selected (and selected row/id is available with client code like JS or VBScript)
- the grid can use XML Data Insland for databinding

the aim is to have a component that can be based on a local data source downloaded on the client (in fact XML) to avoid return to Server (and so must not be filled in code behind)

Did someone see/use this king of component ?

Best Regards

Elise
 
please note this is the ASP forum not the ASP.NET forum
 
hi
yes i saw this, i asked this wuestion here because it's not a .net problem, i just wanted to give the context
i asked this question here because i think that as asp is a more mature technology, it's most likely easy to find here people that have experience in web development with IE, and consequently it's more easy to have some clues from people with a rich experience background

i also posted this question here because the old component we used was in asp classic, but the problem was thaht this component uses RDS and not XML (and i'm not allowed to use RDS any more)

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top