473,324 Members | 2,196 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

drop down

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
2How can access the selected value of drop down in another page.
3I want to make a search command in a Sngle page in asp.

Please Help me
Thank You.

Apr 7 '07 #1
2 1829
1. This would be a client-side coding problem using Ajax if a database is involved.

google:

asp -.net Ajax

2. Use the request object:

Request.Form("Name of form field here")

3.google:

asp -.net search
<vi******@gmail.comwrote in message news:11*********************@w1g2000hsg.googlegrou 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
2How can access the selected value of drop down in another page.
3I want to make a search command in a Sngle page in asp.

Please Help me
Thank You.

Apr 7 '07 #2

<vi******@gmail.comwrote in message
news:11*********************@w1g2000hsg.googlegrou 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
2How can access the selected value of drop down in another page.
3I 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.

Apr 7 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: PT | last post by:
I got a form with many text boxes, checkboxes and 3 drop downs. From that 3, 2 are dependant. I can choose one drop down, and the next drop down should display the dependant values of the first...
2
by: ehm | last post by:
I am working on creating an editable grid (for use in adding, deleting, and editing rows back to an Oracle database). I have a JSP that posts back to a servlet, which in turns posts to a WebLogic...
1
by: Dan | last post by:
This is one that has me stumped and I need an expert's input. Any ideas why the values from the second script-generated drop down list isn't recognized by the script to add time values to the...
3
by: Don Wash | last post by:
Hi There! I have a Server-side Drop-down box in ASP.NET (VB) page. What do I do to widen the Drop down box's Pull-Down list's width? I'm not talking about the Drop-down box's width but the box...
2
by: Yoshitha | last post by:
hi I have 2 drop down lists in my application.1st list ontains itmes like java,jsp,swings,vb.net etc.2nd list contains percentage i.e it conatains the items like 50,60,70,80,90,100. i will...
1
by: pmelanso | last post by:
Hello, I have a drop down list which is dynatically loaded from a database and I have a second drop down list that is also dynatically loaded depending on what is selected in the first drop down...
7
by: callawayglfr | last post by:
I am building a database in access where I have a drop down box that relates to a text box, that part I have working but when someone selects information from the first drop down I need it to limit...
8
by: Ed Dror | last post by:
Hi there ASP.NET 2.0 VB & SQL Express Lest take Northwind Categories Products as example I create a table that hold these two together and I create a stored procedure like select ProductID,...
4
by: TycoonUK | last post by:
Hi, As I do not have IE7 on my computer, I was wondering if there is a fault in my CSS Menu when using IE7. Please can someone look at my site - http://www.worldofmonopoly.co.uk and tell me...
3
by: penny111 | last post by:
Hi there, For my application, i need to have 3 drop down lists 1. drop down list of folder names 2. drop down list of documents in the folder selected 3. drop down list of instances of the...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.