Visual Basic .NET » Web Forms
List WebControl -- Falcon --


I need to implement a list, that I'll have the abblitiy tto change items order(UP/DOWN), and adding and removing items. offcourse,
everything has to be on a webform, and actions will accured on the client side.
does anyone have any good refferance for starting implementing such a this, or even more better buying?

-- Chris Cottrell --

This type of thing is fairly easy to do. just start thinking about what all you need on the control... just involves being able to add and remove from the list. Then you need a mechanism to return the data back to the calling page so the control can be more generic. You don't want to directly tie the control to the database. Also, your control should have properties for allowing you to bind data to it. I'm not going to just give it to you.
Give it a try and come back if you get stuck

On 7/4/06, Falcon wrote:


I need to implement a list, that I'll have the abblitiy tto change
items order(UP/DOWN), and adding and removing items. offcourse,
everything has to be on a webform, and actions will accured on the
client side.
does anyone have any good refferance for starting implementing such a
this, or even more better buying?
>


 

-- Falcon --


I need to implement a list, that I'll have the abblitiy to change items order(UP/DOWN), and adding and removing items. offcourse, everything has to be on a webform, and actions will accured on the client side.
does anyone have any good refferance for starting implementing such a thing, or even more better buying?...

-- Falcon --


Hi Chris,
First I thank you for replaying. As I mentioned I'm willing to buy such a component cause I dont have much time.
I have to get a .Net List Component that can bind to a DataTable or DataDet. Do you have anything like this?

-- Falcon --


I need a .Net Component that can bind to a DataSet or a DataTable, that has the abillities I have mentioed in my original message.
Does anyone share or sell such a thing?

[Submit Comment]Home