Hey, thanks for your reply.
We have to have two selection fields otherwise it would be very confusing if we merge all the options in one field.
The issue has been solved.
Hey,
I have 2 selection fields in my form. I am using onChange="disp_div()" to display text based on the value selected.
First selection field is working and here is the issue i am having:
I just created a simple asp.net page (asp.net 3.5) using Visual Web Developer 2008. In the local host, everything working fine. However when i uploaded the pages (3 pages) to the external...
I just created a simple asp.net page (asp.net 3.5) using Visual Web Developer 2008. In the local host, everything working fine. However when i uploaded the pages (3 pages) to the external...
I am creating a Subscription based web site. It's in ASP with Access Database. However, many online posts/reviews recommand NOT to use Access Database as it's primary use only for desktop...
Hi, <BR>I have a web page (A.asp) that has a link to another web page (B.asp). How do i modified the B's size and location without using JavaScript? <BR>I like to use a kind of popup for B, so it...
Hi,<BR><BR>I am using MyMail to send emails to addresses that have been colleceted from online form. I want to send email to 3 email adresses, however it's not wroking (it's work..if i use only one...
Hi,<BR><BR>I using following code to display text for email body. How do i put space ( ) tag between subTitle and subCity and if i want to make bold (<B>) subTitle<BR><BR>strBody = "New Message...
Thanks for the response. You mentioned that the image data (img/jpg) can't mix with plian text or html.<BR>So if i am passing ID and Name together from the main page, will it display the image and...
Hi,<BR>I am passing a querysting(ID) in a form. And in the form only the image is displaying, the rest of the information (First name..etc) are not displaying. Can someone help me out please....
Hi,<BR>I am using the following code to open a odbc connection with user id and password, but its keep giving me permission error. Is there something wrong with the code:<BR><BR>Set...
Hi,<BR>I am using this sql query(access database)to list events by date:<BR>sql = "SELECT * from lasvegas ORDER BY date_Date"<BR>I was trying to modified it by displaying events by date and by time....
Hi,<BR>I am geeting this error:<BR>Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)<BR>[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.<BR>Any idea?<BR>thanks
Hi,<BR>I recenntly installed IIS for intranet. It was working fine..if i type localhost or my machine name in the url, it was going to the directory that i had assigned. But since yersterday it's...
Hi,<BR>I m using asp with oracle database. Currently i have a login page where user can enter the ID & password (ID=Submission PW= 2003)and than can go to admin.asp page<BR>I like to change the code...
Hi,<BR>Finally i have solved the problem. I deleted all the User, Syatem, and File DSN in ODBC Data Source Administrator. Afetr i removed all the DSN, I recreted only System...