Browse by Tags

All Tags » ASP.NET MVC (RSS)

Using Razor V2 in ASP.NET MVC 3 by imran_ku07

Introduction: Razor view engine's popularity and usage is continuously increasing because it is very easy to learn and write. Also, it is very clean and easy to maintain. The beauty of Razor is that you can host it in any application not just in ASP.NET...

Switching between Mobile and Desktop Host in ASP.NET MVC 4 by imran_ku07

Introduction: ASP.NET MVC 4 comes with a bunch of new features including lot of features for mobile. Mobile features include Mobile Optimized Project Templates, Display Modes , View Switcher, Browser Overriding, etc. In addition to these features, you...
Filed under: , ,

Highlighting the Current Page of WebGrid by imran_ku07

Introduction: WebGrid helper makes it very easy to display/show tabular data quickly in your ASP.NET MVC 3(or ASP.NET Web Pages) application. This works great in most cases. However, sometimes, you may need to customize the WebGrid. For example, you may...

A Client Validation Issue in MVC 3 and MVC 4(Beta) by imran_ku07

Introduction: Recently while working on an application I ran into an client side validation issue. The issue was that ASP.NET MVC 3 application ignoring the cancel class(which is used to disable the validation of a particular submit button), when you...

Microsoft MVP for year 2012 by imran_ku07

Just received an email from Microsoft that I'm being nominated for Microsoft Most Valuable Professional (Microsoft MVP) for the second consecutive year.This is great news for me It feels so great for me. I am very thankful to all friends, community member...
Filed under: ,

Solving Duplicate Content with Distinct URLs Issue in ASP.NET MVC by imran_ku07

Introduction: When developing a web application, it is very important to optimize your application for search engines because a huge amount of traffic to website comes from search engines. ASP.NET MVC 3 support some Search Engine Optimization(SEO) features...
Filed under: , ,

Using Classic ASP, PHP and WebForm Pages in ASP.NET MVC Views by imran_ku07

Introduction: The ASP.NET MVC framework is becoming more and more popular every day. With ASP.NET MVC 3(or upcoming ASP.NET MVC 4), you can build rich modern web applications. If you are developing an application in ASP.NET MVC then sometimes you may...

WebGrid Helper and Complex Types by imran_ku07

Introduction: WebGrid helper makes it very easy to show tabular data. It was originally designed for ASP.NET Web Pages(WebMatrix) to display, edit, page and sort tabular data but you can also use this helper in ASP.NET Web Forms and ASP.NET MVC. When...

WURFL.NET and ASP.NET MVC 4 Display Modes by imran_ku07

Introduction: The usage of mobile phones to access the web is increasing day by day. So, this is now become very important for every public web application to add the support of mobile browsers. ASP.NET MVC 4 makes it very easy for you to make the mobile...

WebGrid Helper with Check All Checkboxes by imran_ku07

Introduction: WebGrid helper is one of the helper of ASP.NET Web Pages(WebMatrix) technology included in ASP.NET MVC 3. This helper is very easy to use and makes it very simple to display tabular data in your web page. In addition to displaying tabular...
More Posts Next page »