Forum: ASP Apr 18th, 2009 |
| Replies: 7 Views: 1,530 That's fine that courses are in an array, but where are the cost stored.
Moreever, if you want to do something on user selection, then either you will need to post your page back to server or you... |
Forum: ASP Jul 11th, 2008 |
| Replies: 3 Views: 1,393 Hi,
If you have got the solution, can you please close this thread. |
Forum: ASP Jul 10th, 2008 |
| Replies: 3 Views: 1,393 Hi,
you can use the following logic.
suppose the number is 123.567
take 2 integer variables say a and b and 2 float variables say c and d.
now c=123.567
a = c |
Forum: ASP Jul 10th, 2008 |
| Replies: 6 Views: 1,621 Close the Thread as solved, if you have found the solution. |
Forum: ASP Jul 9th, 2008 |
| Replies: 6 Views: 1,621 Hi,
Use the following logic in menu
<a href="login.asp?fp=nb">Notice Board</a>
<a href="login.asp?fp=cr">Chat Room</a>
<a href="aboutUs.asp">About Us</a>
The logic in login... |
Forum: ASP Jun 27th, 2008 |
| Replies: 6 Views: 1,621 Hi,
As I understand from your statement, you have an index.asp page, which has many links, one of those is for notice board.
like
Noticeboard
Forum
About us
when you click on a link you... |
Forum: ASP Jun 18th, 2008 |
| Replies: 5 Views: 2,620 I hope that you have a database and the expiry dates are stored in a table.
Then if you can run the page everyday, you can write a logic in asp page to check for the expiry date.
The page will send... |
Forum: ASP Jun 13th, 2008 |
| Replies: 5 Views: 2,620 Hi,
Yes it is possible in ASP.
You will need to schedule a asp page on windows and in that page you can check your condition. This page will run everyday on a specific time on server.
Hope... |
Forum: ASP Jun 13th, 2008 |
| Replies: 1 Views: 2,850 Hi,
you can use following method. |