Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 17th, 2004, 06:56 PM
Registered User
 
Join Date: Aug 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default dual list for ASP

does anyone have code snippet for dual listbox in asp. I have code in asp.net but i cannot use psexec from asp.net.

 
Old November 17th, 2004, 07:51 PM
Registered User
 
Join Date: Aug 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ie. http://asplib.net/AspLibSamples/DualSelect.aspx but in asp 3.0

 
Old November 17th, 2004, 08:28 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

I was unsure what jakvike was getting at myself

For example, the link you have suggested:
;;;http://asplib.net/AspLibSamples/DualSelect.aspx

Is done with javascript all on the 'client side' (with the exception of getting the records of course)

I think a 'dual listBox'is native to .net - is it????

Wind is your friend
Matt
 
Old November 23rd, 2004, 01:52 AM
Registered User
 
Join Date: Aug 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

sorry for the confusion, I meant to say that i already have the code for dual list boxes in asp.net. But i cannot call psexec from asp.net code. so, i have to revert to asp 3.0 code and then call psexec w/vbscript. The main goal is to populate a dual list box with Active Directory computer names. the other box will be computer names that i selected from list box one. Then i will select a program from a list(databound from db) then a button will execute psexec via vbscript to silent install programs. we have already built the psexec scripts. just need the GUI to make it easier. I would rather use asp.net to do this, so if anyone has suggestions, please help!
I have tried process.startinfo and process.start. it wouldnt work by placing cmd as the process and psexec in the arguments. I have also tried to place psexec as the process. nothing





Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Boot - Windows TonyG Linux 3 December 28th, 2005 10:56 AM
Two Forms on Dual Monitors nkew C# 0 October 27th, 2005 08:10 PM
dual use of the + symbol Martyn JSP Basics 0 February 19th, 2004 07:35 AM
Dual Screens Louisa Beginning VB 6 1 November 9th, 2003 05:44 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.