473,473 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

ASP Refresh

3 New Member
Kindly please advise, how to refreshing web page ( ASP ) without have to enter the record again.
For example , I choose in combobox the country name such as Australia, and then after refreshing the records will shown the city with related in Australia only.

I really stack in the case.

Thanks & Rgds,
Eriko
Mar 6 '07 #1
3 1502
Akhilesh1505
17 New Member
Kindly please advise, how to refreshing web page ( ASP ) without have to enter the record again.
For example , I choose in combobox the country name such as Australia, and then after refreshing the records will shown the city with related in Australia only.

I really stack in the case.

Thanks & Rgds,
Eriko
See, in this case you can submit your ASP page when you choose a country name from a combobox , after submit page will be reloaded and you will get
corresponding cities.
Mar 6 '07 #2
Deegirl
2 New Member
See, in this case you can submit your ASP page when you choose a country name from a combobox , after submit page will be reloaded and you will get
corresponding cities.
I have the same kind of problem. actually i want to select a course from a dropdown list then, the course fee is supposed to appear in a textbox after the page is refreshed. Also instead of the subjects being in another drop down list, they are supposed to be displayed on a table in the form. However when i select a course, the page refreshes and nothing shows, not even the course itself but the parameter for the course is shown on the address bar.

on the courses i have an onchange="click_course()" and this is what is supposed to happen

sub click_course()
parent.location.href = "fStudent.asp?strpar=" & frmStudent.lstcourse.value
end sub

and also how do i dispay the course fee of the selected course from the database? help
Jul 30 '07 #3
legolas936
4 New Member
hi DeeGirl,
Make the AutoPost back property of the dropdown list to true and then write the logic to get the course fee into textbox in the SelectedIndexChanged event of the dropdown List

I have the same kind of problem. actually i want to select a course from a dropdown list then, the course fee is supposed to appear in a textbox after the page is refreshed. Also instead of the subjects being in another drop down list, they are supposed to be displayed on a table in the form. However when i select a course, the page refreshes and nothing shows, not even the course itself but the parameter for the course is shown on the address bar.

on the courses i have an onchange="click_course()" and this is what is supposed to happen

sub click_course()
parent.location.href = "fStudent.asp?strpar=" & frmStudent.lstcourse.value
end sub

and also how do i dispay the course fee of the selected course from the database? help
Jul 30 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Marco Maroni | last post by:
How to force image refresh on client browser ? Is ti possible to force the refresh of the same image (tha was changed server-side) to the client, without user press Contrl+F5 in IE ? - Marco
9
by: PK9 | last post by:
I'm having an issue with the "Refresh" of an asp.net page. The refresh is actually calling my last onClick event. I thought that asp.net was supposed to be stateless in that it shouldn't...
12
by: martin1 | last post by:
All, is there window form refresh property? I try to set up window form refresh per minute. Thanks
10
by: Bill Nguyen | last post by:
I would like to be able to get an active browser window to refresh the URL (reload) every 5 minutes. Is it possible in VB.NET? Thanks Bill
0
by: chetu | last post by:
I have two pivot tables, but when my macro refreshes the pivot tables it refreshes all, but I want it to pick say for example; Say range "B8" of pivot table 1 is 60, I want the range "x2" of pivot...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.