Click here to Skip to main content
15,912,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a tbale in Form i don't want to post First Row value on submit button .
currently when i click on button then submit all row of table i want to skip forst row ]
how can i do this please help me
thank you
Posted
Comments
Prerak Patel 10-May-11 4:21am    
Share relevant code.

1 solution

Either put the first row outside the form (you did not show your HTML; it may or may not be possible) of just strip all you don't want to past to make sure the unwanted elements do not have Name attribute. Form elements without Name attribute do not participate in post.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900