JavaScript

Thursday 21 February 2013

First Application with MVC pattern in form submit app

First of you create mvc application
then you create view, controller, model class

then go the view page see the code in form submit


then go the model class
create you database class and property


then go Controller page create your logic

3

put into the controller class

Monday 18 February 2013

Fetch data using database in JSON form and populated with Dropdown lis


 first of create you asp.net application then attach the database

then create default.aspx page then define your code fetch the data in databse in Json format


then add your aspx page using jquery



Add  you jquery in header then call in function in body onload then work perfectelly