Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I am trying to execute the post back method on click of a image button, and should able to get all the values entered in that form, like as a simple input button with type Button.

I am able to call any of the method(view) present in the controller, but not able to access the values entered in that page.

Plese let me know if any one tried the behaviour like as input button executing the same view with post back.

I am using the image button as below in the view.
XML
<a name="" href="@Url.Action("owners_Registration_step3_33")"  class="btnRegisterNow" title="Register Now">
                    &nbsp;</a>


Thanks to all.

Karun Kumar
Posted
Comments
D K N T H 6-Dec-11 1:55am    
are you using update panel?
aarunraja 6-Dec-11 14:33pm    
try by using runat='Server'

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