Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > drop down

Reply
Thread Tools

drop down

 
 
vinodkus@gmail.com
Guest
Posts: n/a
 
      04-07-2007
Problem in asp
I m beginner in asp
1> I want if seleted list of drop down in asp is changed then its
related record in table should be displayed simultaniously in a single
page. Please give its full solution in asp
2> How can access the selected value of drop down in another page.
3> I want to make a search command in a Sngle page in asp.

Please Help me
Thank You.

 
Reply With Quote
 
 
 
 
ThatsIT.net.au
Guest
Posts: n/a
 
      04-07-2007

<> wrote in message
news: ps.com...
> Problem in asp
> I m beginner in asp
> 1> I want if seleted list of drop down in asp is changed then its
> related record in table should be displayed simultaniously in a single
> page. Please give its full solution in asp
> 2> How can access the selected value of drop down in another page.
> 3> I want to make a search command in a Sngle page in asp.
>
> Please Help me
> Thank You.
>


I'm not sure you understand what asp is, or maybe I don't understand your
question.

ASP is server side script

When you request a web page from a server the server side script (asp) runs
on the server giving you access to resources on the server such as a
database. Then the page is returned to you (the client).
When the page is returned to you, you can then run client script, that's the
script you can see if you choose view source in IE, client script can only
access your client computer and the objects downloaded on the page.
To access more data from the server means reloading the page from the
server, or at least party of it.

Its a bit like leaving home to do a job, you need to take all the tools you
will need with you, because once your at the job you will not be able to
reach them without driving all the way back home.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Affecting a dynamically created drop down from another dynamically created drop down. msimmons ASP .Net 0 07-16-2009 03:17 PM
retrive preselected value in second drop down list from the first drop down list weiwei ASP .Net 0 01-05-2007 07:29 PM
Multiple select drop down poplulating sub drop down scott@dettcom.com Javascript 3 11-09-2006 07:50 PM
Auto Drop down a Drop Down List xxbmichae1@supergambler.com Javascript 5 11-23-2005 01:35 AM
New to .NET, can I have one drop down box control the data of another drop down box using a database? SirPoonga ASP .Net 2 01-07-2005 10:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57