Click here to Skip to main content
16,022,660 members

Comments by Paul Unsy (Top 3 by date)

Paul Unsy 21-Aug-13 11:04am View    
This was my original thought, so I transferred the offending code into a console app and ran it using my credentials. I have admin rights across the board, so this "seems" unlikely to be my issue. :(
Paul Unsy 10-Apr-13 12:54pm View    
Thank you Moykn

I did it with @using(Html.BeginForm("HelpdeskView", "Helpdesk", FormMethod.Post, new{id="HelpdeskView"})).

You are a genius and you saved my sanity. And for the record, your English is spot on.

Thank you.
Paul Unsy 9-Apr-13 12:17pm View    
Yes. I'm using jQuery and javascript all over the show... I can fire the click event for the button, but I can't figure out the syntax to actually perform the submit.

Thanks,