Combo Box on page

  • Thread starter Thread starter C# newbie
  • Start date Start date
C

C# newbie

Hi,

There is a combo-box on a page and I've written a script using vbscript to
stress the page. Just need to know how I would be able to choose one item
from the combo-box since I want to pick different values of it during stress
instances.

Thanks
C# NewBie
 
Hi C# Newbie,

You are better in riddles than me.

The page is that a window form or a Webform? (what we mostly call a page)
If it is a webform is it than a HTML dropdown or an ASPX dropdownlist (the
combo does not exist on a page)
Are you as C# user using VB.net?

Maybe we can help you if you tell us something more.

Cor
 
Hi Cor,

It's a web page (web form), written by and ASP.NET & I'm using C# but VB.net
is cool too :)

Hope this would be helpful
 
Hi C# newbie,

I give you beneath that some answers, but I think it is better to continue
in the newsgroups:

microsoft.public.dotnet.framework.aspnet
and
microsoft.public.dotnet.languages.csharp.

The answers on you page can you use the aspx control dropdownlist instead of
the html dropdown, than you can control that in your aspx.cs using C# code.

To start your javascript you can have a look at the page class. Dificult to
find on msdn because a lot of things are named page. So search for page
registerstartup.


http://msdn.microsoft.com/library/d.../en-us/dnaspp/html/aspnet-usingjavascript.asp

I hope this helps,

Cor
 
Back
Top