Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net Mvc 2

How To Add A New Validation Rule To Mvcclientvalidationmetadata?

I have a form with two fields that need to be equal (password and password confirmation). I've … Read more How To Add A New Validation Rule To Mvcclientvalidationmetadata?

Issue While Store The Javascript Textbox Value Into Db Using Ajax Code In Mvc2

I may be missing something obvious here, but how could I rewrite this code! i am trying here to sto… Read more Issue While Store The Javascript Textbox Value Into Db Using Ajax Code In Mvc2

How To Get The Form Or Div By Name Which The Ajax.beginform' Onsuccess Is Called

I have called Ajax.BeginForm inside a div element, so I want to get the div element which the form … Read more How To Get The Form Or Div By Name Which The Ajax.beginform' Onsuccess Is Called

Issue With Ajax Upload Script In Mvc

I found this ajax file upload script here http://www.phpletter.com/Demo/AjaxFileUpload-Demo/ Which … Read more Issue With Ajax Upload Script In Mvc