No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
You are trying to capture an array in your request statement and you have not setup an array in your value settings. You will have to use an if/else statement to capture the values, given they are string values. i.e. ( If Request.Form("RadioGroup1") = "New" then ) ... what it …
[QUOTE=whisper_101;867532]I have been able to retain the value in a listbox in asp when the user submits the form providing the user selects only one value from the list box - but how do I retain more than one value i.e. if the user selects more than one value? My …
As a note, you should clean up your code a bit; when adding HTML tags you should follow the rule of thumb, which means when you have an italic tag surrounding text make immediate close on other side, never have tags separated with other tags: [QUOTE] <i> <small> required</i> </small> …
Place your text box outside of the select statement and this should alleviate your problem.
Hi akhtarr, if you have physically entered the courses to an array, then create a multi-dimenion array which means you just add the value of the course into the array as you would normally do only now you are adding another value to it. i.e. [code] dim arrayName() ' only …
Hi Haibec, Here is some information to calculate your time frames for you: Setting Description yyyy Year q Quarter m Month y Day of year d Day w Weekday ww Week of year h Hour n Minute s Second i.e. [code] DateAdd("d",1,Now) [/code] I hope this helps.
Hello all, My name is Tom Cullen and I am new to this community site, hoping to learn more and provide some support in area's of my expertise. [B]Technical Briefing[/B] [LIST] [*]I specialize in Classic ASP and MySQL developments. [/LIST] [LIST] [*]I truly enjoy the Internet and all it has …
The End.