Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~782 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

7 Posted Topics

Member Avatar for pepe roni

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 …

Member Avatar for punitdam
0
125
Member Avatar for whisper_101

[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 …

Member Avatar for mystic2230
0
139
Member Avatar for meo

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> …

Member Avatar for agrothe
0
165
Member Avatar for deathlemon
Member Avatar for deathlemon
0
109
Member Avatar for akhtarr

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 …

Member Avatar for TomBCullen
0
135
Member Avatar for haibec

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.

Member Avatar for TomBCullen
0
76
Member Avatar for TomBCullen

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 …

0
28

The End.