Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics 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 11th, 2007, 06:22 PM
Registered User
 
Join Date: Jul 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Read a DropDownList from VBSCcript???

i need to read the selected value of DropDownList from VBScript, the code is the followig, but i dont know what's the problem?

Codigo:

<asp: DropDownList ID="DropDownList1" runat="server">
<asp:ListItem>Calidad de Contenidos</asp:ListItem>
<asp:ListItem>GOD conenidos</asp:ListItem>
<asp:ListItem>Perfil Usuarios</asp:ListItem>
</asp: DropDownList>

<script language="VBScript">

Function btnpru_OnClick()

//LLamar a una funcion con el valor selecionado del DropDownList
BuildPivot(DropDownList1.SelectedItem.Text) ???????

End Function


Function BuildPivot(valor)
.....................
.....................

End Function

</script>






Similar Threads
Thread Thread Starter Forum Replies Last Post
Dropdownlist zahyea .NET Framework 1.x 2 February 15th, 2008 10:51 AM
read the selected value of DropDownList from VBScr dbayona ASP.NET 2.0 Professional 0 November 11th, 2007 06:16 PM
Read Only Form Is not Read only lryckman Access VBA 3 June 12th, 2007 06:30 AM
dropdownlist jainnid BOOK: Beginning ASP.NET 1.0 0 December 15th, 2005 07:23 AM
how to get value from dropdownlist vandat ASP.NET 1.0 and 1.1 Basics 3 November 28th, 2005 12:47 AM





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