Jump to content

passing two different arrays to another page


aashcool198

Recommended Posts

yes..

 

basically i want to submit a form. The thing is little complex.

I am making a form which looks like this:

 

 

Sub Skills Elementry Intermediate Expert None

.Net 1.0   r r                  r              r

.Net 2.1   r r                  r              r

.Net 3.0   r r                  r              r

.Net 3.5      r r                  r              r

 

r  stands for radio button.

 

 

 

this form is result of a for loop retrieving data from database. that means  .Net 1.0  .Net 2.1  all are stored in database.along with their levels (i.e. intermidate, expert etc.)

 

 

Now when user clicks on submit i want to update that table i.e. the level corresponding to each skill will be updated.

 

How can i do that.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.