Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to pass only few parameters in form action.

currently, when i use Master/Content page functionality, i give form in master page..
and when i give <input type="submit" > in content page, i need to send only content page parameters as urlparameters , and not all other


also, how to remove parameters like
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUINjU2OTY4MTUPZBYCZg9kFgICAQ8WBh4GYWN0aW9uBUhodHRwOi8vc3RhZ2luZy5hbWFkZXVzZXBvd2VyLmNvbS9kZW1vL3BvcnRhbHMvZGVtby9mbGlnaHRmYXJlc2VhcmNoLmFzcHgeBm1ldGhvZAUDR0VUHgZ0YXJnZXQFC0ZsaWdodEZyYW1lZGS22KAh4T+5kL+TdXOB9k8IgqUqQw==" />

and other.how to do this


Or can i have form inside <form id="formva" runat="server">
Posted
Comments
njammy 10-Jan-14 4:45am    
Please explain a little more on how you are accessing the url parameters, and why you need them.

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