Pages

Friday 28 August 2015

learn how we can use Ajax.BeginForm in Asp.net MVC

Asp.net MVC provide facility to render partial views using ajax technique. for this purpose Ajax.Beginform used.

See this Asp.net MVC article to learn how we can achieve this. 

Saturday 22 August 2015

Find specific column from whole database with single query

Most of the time database is so big that you can't remember where is the specific field or column or which table contain it. so i bring a simple solution for you .
Here is the detail of  finding a column from database schema.


Use multiple get methods and in single web API controller.

WEB API is very flexible feature provided by Microsoft. you can expose your data using WEB API over HTTP. send and receive data on different platforms regardless platform compatibility.

By using WEB API you may face issue that how define two GET or POST methods inside a single controller. yes this is possible and using Attribute routing you can achieve this goal.

Please Visit my website link for details.

Keep update yourself with new articles like my facebook page.

Saturday 1 August 2015

Learn how we can embed Google Search API in Asp.net MVC

So please pay attention. you need client requirement to show google results in his website... so what are the possible solutions to achieve this goal? Redirect user to Google and ask theme to write query their and search for it ? i think we are not completing our client requirement. So here is the solution.

Read Asp.net MVC Article about Embed google search Api in Asp.net Application and don't forget to like our Facebook page