Tushar Sharma
Member since Aug 29, 2013
- Profile: /members/11194-tushar-sharma.htm
- Comments: 4
Recent Blog Comments By Tushar Sharma
-
Using Base Controllers In AngularJS - An Experiment
Posted on Sep 12, 2013 at 8:14 AM
Hello Sir, I have figured out the main problem. I want to send data to server using ng-model through an array. So it should be something like: ng-model=selectedProjects[items]; the array would contain list of projectIds. But I am populating the dropdown using the ng-model. So a conflict occurs.... read more »
-
Using Base Controllers In AngularJS - An Experiment
Posted on Sep 10, 2013 at 10:18 AM
Hello Sir, did you get an idea of my problem? I am really stuck sir. It would be great if you would help me out.... read more »
-
Using Base Controllers In AngularJS - An Experiment
Posted on Sep 10, 2013 at 5:48 AM
Hey, I need help. I am working with SQL Server 2008, MVC.NET 4.0 and EF4.0 for a Single Page Application. I have a form that has multiple dropdownlists (say 5). The dropdown gets populated using LINQ query from the database. It returns the list as "items" Now in the Front-end I am popula... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Aug 29, 2013 at 12:33 AM
Hello Ben, Read your experience about angularjs. M a newbie to the technology, I am stuck at one place and it devours a lot of my time. I am using MVC 4.0 with .NET and Entity Framework. I am trying to save data to multiple tables on a POST request to the server. Its easy to save data to the tabl... read more »