Bath_RUH Posted March 3, 2004 Posted March 3, 2004 I am porting a VB6 windows app to the web and am having problems with the listview control or lack of it in.net. I use the listview in windows to display a list of records which can then single or multi selected, the listview is then scanned and any selected items are used in the next step of the application. My problem is I cannot re-create this functionality in .net. I am quite new to .net so any advice is much appreciated. Thanks for your help. Quote
Administrators PlausiblyDamp Posted March 3, 2004 Administrators Posted March 3, 2004 You may want to investigate the DataList control, it allows you a lot of control over how data is display - including what controls to use. Creating a lDataList that contained a checkbox would be a fairly simple matter. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.