Missing namespaces
Hi, Created a web application (with a login page, export a file page and a user management page) and when I attempt to build the application, I get the following errors: BC40057: Namespace or type...
View ArticleLooking for ASP .NET Trainer
Looking for Filipino Developer/Trainer that can provide one-on-one training for ASP .NET MVC.
View ArticleASP.Net MVC: Need guide line for a specific routing
My routing code is not working. i am showing data in tabular format with sorting and pagination. my solution is working. when i hover mouse on column then url looks like...
View Articlewhat is needed to create a payment getway?
Hi guys! I am thinking of creating a payment getway like Payoneer to help my country, we are deprived of VISA cards. And the goal is to use our own currency to make local purchases. Please help me...
View ArticleWhat is Kubernetes and its usage
HI Sir, checked this link How to set up Kubernetes on Windows 10 with Docker for Windows and run ASP.NET Core - Scott Hanselman[^] but do not understand what is Kubernetes in asp.net core ? from this...
View Articleasp.net mvc routing with two controller reference
i have seen a example of asp.net mvc routing code where two controller name has been referenced. routes.MapRoute( name: "test", url: "{controller}/{action}/{page}/{id}", defaults: new { controller =...
View ArticleHow to calculate page no for newly inserted records
HI, suppose i am inserting new records in db and PK field may be identity type of may not. i am showing 10 records per page through skip() and take(). now how could i calculate page no where newly...
View ArticleASP.Net MVC:clicking on routelink url not passing all the data to action
i have creating url using routelink.@Html.RouteLink("Edit", "PageWithId",new { controller = "Customers", action = "Edit", id = item.CustomerID, page = ViewBag.CurrentPage }) i am using this routing...
View ArticleSending a collection of objects to the view in MVC
Hello, I am a Very New programmer in the MVC architecture and I am struggling with getting data from my controller to my view. I am in my last year of college and we are building a web application for...
View ArticleAny free health monitoring dashboard exist
i am curious to know any free health monitoring dashboard exist for asp.net webform or mvc project which we can use it. i search google and found one for asp.net core ASP.NET Core Real-time Performance...
View ArticleEntityFramework: Can we minimize sorting code
i am fetching data from db using EF. when i fetching then i am filtering and sorting data too.this way i am sorting by column name. huge line i have to write which looks not good.switch (SortColumn)...
View Articleasp.net mvc routing with two controller reference
i have seen a example of asp.net mvc routing code where two controller name has been referenced. routes.MapRoute( name: "test", url: "{controller}/{action}/{page}/{id}", defaults: new { controller =...
View ArticleHow to calculate page no for newly inserted records
HI, suppose i am inserting new records in db and PK field may be identity type of may not. i am showing 10 records per page through skip() and take(). now how could i calculate page no where newly...
View ArticleASP.Net MVC:clicking on routelink url not passing all the data to action
i have creating url using routelink.@Html.RouteLink("Edit", "PageWithId",new { controller = "Customers", action = "Edit", id = item.CustomerID, page = ViewBag.CurrentPage }) i am using this routing...
View ArticleWhat is Kubernetes and its usage
HI Sir, checked this link How to set up Kubernetes on Windows 10 with Docker for Windows and run ASP.NET Core - Scott Hanselman[^] but do not understand what is Kubernetes in asp.net core ? from this...
View ArticleParsing JSON
So I have this weird (to me) JSON string of "Things":{ "0":{"Property1":"P0001","Property2":"Value One"}, "1":{"Property1":"P0002","Property2":"Value Two"}, "2":{"Property1":"P0003","Property2":"Value...
View Articlehide a column in gridview
i want to hide a column in gridview in asp.net using vb languge and i want to use the column value in runtime
View ArticleBootstrap CSS: How to bring X icon for textbox
i found no css section. so i place a Bootstrap related question in asp.net section. i want to show X icon on textbox to clear textbox control's data. i tried this but not working properly. X icon is...
View ArticleWhat type of db is stored in app_data folder of asp.net project
few questions about local db and sql express db. 1) i found many time a db with .mdf extension in app_data folder. that db is local db or sql express db? 2) is there any process which help me to...
View Article