Welcome Guest, Not a member yet? Register   Sign In
Call controller function on button clik isn't working.
#5

[eluser]seeraw[/eluser]
Hello Rahul gamit,

First, if you want to perform any action on button click input type should be "button" not submit it will work but may not give you correct result

Second, you can use below code
<input type="button" name="SOMENAME" id="SOMEID">

Then in that function you can call ajax through which you can call your function from controller (URL parameter in ajax) with that function you can perform the operation you want.

Thanks,
Swapnil


Messages In This Thread
Call controller function on button clik isn't working. - by El Forum - 02-28-2011, 03:58 AM
Call controller function on button clik isn't working. - by El Forum - 02-28-2011, 04:45 AM
Call controller function on button clik isn't working. - by El Forum - 02-28-2011, 04:52 AM
Call controller function on button clik isn't working. - by El Forum - 03-01-2011, 02:51 AM
Call controller function on button clik isn't working. - by El Forum - 03-01-2011, 05:38 AM
Call controller function on button clik isn't working. - by El Forum - 03-01-2011, 05:50 AM
Call controller function on button clik isn't working. - by El Forum - 03-01-2011, 06:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB