Skip to main content

Posts

Featured

AngularJS: Problem with Pass parameter to angular js function using brackets

Some time we need to pass parameter to angular js function with brackets. But it doesn't work while passing value to the function like ng-click="getdeatilsWebOnfly({{value}},{{id}})" but it will not work at run time. We need to pass the parameter value to angular js function with angulas js event without brackets at run time angular js consider parameter value like as ng-click="getdeatilsWebOnfly(value,id)" When we are using angular js event like ng-* events then need not use bracket "{{ value }}" for assigning parameter value. Html View JS  Tricks Always Work

Latest posts

AngularJS: File upload with angular js event ng-change not working

ASPDOTNETMVC : Understanding Section

WebAPI- Query String Value from HttpRequest Url

SQL : Understanding RAISERROR in Sql Server

C-Sharp : Understanding Extension Methods

C# : Working with nullable operator (datetime, int,..etc)

SQL Server : what is INFORMATION_SCHEMA Views

ASP.NET MVC : What is Partial View

SQL Server : what is @@IDENTITY, IDENT_CURRENT and SCOPE_IDENTITY()

Web API - Error Method not Found ‘System.Web.WebPages.IDisplayMode System.Web.Mvc.ControllerContext.get_DisplayMode()’