Search In
While display bulk of data in MVC we use lot of things for it.
One way is to display it using the table but in this case we dont have the basic functionality like paging sorting and if we want to edit it in the same view we are in then it wi
In the below example I have created Sign Up page layout. Here first I have used Main LinearLayout then all category design in diffrent subLinearLayout and added Color, text, size category defined in value folder. Here I have also used ScrollView. See
Angular JS is an open source framework for building web applications. Tech giant Google maintains it. Coders face many issues while developing and testing any code. It resorts many of the challenges which the coders may face. AngularJS mixes HTML cod
Agile development has evolved quickly over the last 20 years, providing a fundamental shift in how products can be delivered to users. It is based on the concepts of collaboration, flexibility, and transparency for the entire development pr
https://unsplash.com/photos/SB0WARG16HI
No SEO writer ever knows the secrets of search engine optimization. All they can do is test ideas and observe the results. Search engines are changing the rules consistently. The only thing that rema
Arch Linux (/ɑːrtʃ/)[8][9] is an independently developed x86-64 general-purpose Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is intentionally min
Programming Buddies,
Here's my latest script. It is a member reg-login script.
It registers you and gets you to activate your account confirming your email and then auto logs you into your account. It uses cookies to remember your user details.
I’m trying to connect a client app locally deployed to a server app I deployed to heroku, using socket.io. The app works great locally but I can’t establish the web sockets when deployed to heroku.
My server code:
impor
While making requests to a server you never thought how that request gets fulfilled .
For ex : If you are accessing the Gmail its main server will be out of India so if its out of india how the processing is so fast that we get data in less
While working in MVC we use LINQ to make our task easier and to make the manipulations easier
First we will create the action for doing this task.
[HttpPost]
public JsonResult Remove(int id)
{
n