asp.net - posting form without using javascript in mvc3 using hyperlink -
its not straight question , know, try best explain .
i have view : myfullview myfullview have form say: myfullview'sform
now have partial view say: myfullview'spartialview partial view invoked in myfullview.
now. complex part is: i want post myfullview'sform myfullview'spartialview using hyperlink present on myfullview
i dont know whether possible or not . still looking out way , great if possible.
initially using jquery submit form. have search way in mvc3 only
what i've tried is:
@html.partial("_header", new actionlink("reload", "basket,model), new viewdatadictionary { { "key", "backnext" } }) ;
passing myfullview's model myfullview'spartial view no success. assuming if pass myfullview's model myfullview'spartial view able use form's value well.
but proved wrong. or didn't implemented properly.
please let me know in case of clarification
hope can me out requirement.
Comments
Post a Comment