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!

Web 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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top