Click here to Skip to main content
15,921,646 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Basic-like authentication Pin
Member 64272918-May-04 22:40
Member 64272918-May-04 22:40 
GeneralRe: Basic-like authentication Pin
Hesham Amin18-May-04 22:52
Hesham Amin18-May-04 22:52 
GeneralRe: Basic-like authentication Pin
Member 64272918-May-04 23:00
Member 64272918-May-04 23:00 
GeneralRe: Basic-like authentication Pin
Hesham Amin18-May-04 23:06
Hesham Amin18-May-04 23:06 
GeneralIs there a forum that lists messages like this site's message board.... Pin
cyn_2003102715-May-04 17:30
cyn_2003102715-May-04 17:30 
GeneralRe: Is there a forum that lists messages like this site's message board.... Pin
alex.barylski16-May-04 3:01
alex.barylski16-May-04 3:01 
GeneralRe: Is there a forum that lists messages like this site's message board.... Pin
Paul Watson20-May-04 9:05
sitebuilderPaul Watson20-May-04 9:05 
Question2d arrays in ASP? Pin
Anonymous15-May-04 0:15
Anonymous15-May-04 0:15 
I'll hold my hand up now and say ASP is not my strong point, and I'm struggling to get my head around arrays in ASP. I'm currently trying to build a content management system which will allow people to add content to a hierachial structure.

In the database their is a sectionpath stored for each entry which shows the relationship to other items within the table, therefore the string returned could look like this: 0.1.17.30

What I then do is split the string and place in an array and build the a number of select menus as I loop through the array - in this instance 3, which will be labelled section0, section1, section2.

Obviously the sectionpath is different each time and the only way I could think to read the variables passed would be to parse the contents of the Request.Form collection in to a 2d array giving the fieldname and fieldvalue.

My problem is how do I loop through this 2d array and check whether a section has a null value??? Sorry if that was a bit long winded.

Code:
For ix = 1 to Request.Form.Count

fieldName = Request.Form.Key(ix)
fieldValue = Request.Form.Item(ix)


FormArray = Split(fieldValue, ", ", 1) ' split these and place in an array
FormArray = Split(fieldName, ", ", 2)

Next

Generalwrite to browser from vb class Pin
sangeetha bhatta13-May-04 19:18
sangeetha bhatta13-May-04 19:18 
GeneralRe: write to browser from vb class Pin
Paul Watson15-May-04 1:53
sitebuilderPaul Watson15-May-04 1:53 
QuestionImage problem??? Pin
Small Rat13-May-04 9:23
Small Rat13-May-04 9:23 
Generalinstalling PERL modules Pin
brianwelsch13-May-04 6:49
brianwelsch13-May-04 6:49 
GeneralRe: installing PERL modules Pin
Yasen Georgiew14-May-04 20:38
Yasen Georgiew14-May-04 20:38 
GeneralRe: installing PERL modules Pin
brianwelsch15-May-04 7:18
brianwelsch15-May-04 7:18 
GeneralBackup and Restore of Sharepoint Portal 2003 site Pin
Navneet Raorane13-May-04 5:30
Navneet Raorane13-May-04 5:30 
Generalurgent ASP question!!! Pin
Small Rat13-May-04 3:58
Small Rat13-May-04 3:58 
GeneralRe: urgent ASP question!!! Pin
Yasen Georgiew14-May-04 20:27
Yasen Georgiew14-May-04 20:27 
GeneralMachine to machine Pin
sta113-May-04 3:05
sta113-May-04 3:05 
GeneralHTTP to HTTPS Pin
Anonymous13-May-04 2:38
Anonymous13-May-04 2:38 
GeneralRe: HTTP to HTTPS Pin
Yasen Georgiew14-May-04 20:18
Yasen Georgiew14-May-04 20:18 
GeneralJavascript question Pin
pankajdaga11-May-04 23:52
pankajdaga11-May-04 23:52 
Generaldocument.getElementById, learn it, love it Pin
Paul Watson12-May-04 21:32
sitebuilderPaul Watson12-May-04 21:32 
Generalwindow.showmodaldialog Pin
chintan197911-May-04 23:06
chintan197911-May-04 23:06 
GeneralRe: window.showmodaldialog Pin
Andrew Quinn AUS18-May-04 4:14
Andrew Quinn AUS18-May-04 4:14 
Generaliframe question ( scrolling ) Pin
Maximilien11-May-04 15:19
Maximilien11-May-04 15:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.