EDUDOTNET

Monday, April 29, 2013

ASP.NET MVC: DROPDOWNLIST WITH ENUM

Create Drop-down list with enum values in MVC: Inside model we need to define: a property of enum type. a property of SelectedListItem as IEnumerable. Inside constructor filling Dropdown list from enum. Model Enum (County list): Enum Action (Creating object of model and return model): Action View (Calling mode on...

Sunday, April 28, 2013

ROUTING IN ASP.NET MVC

URL Routing in MVC URL Routing:- Generally, URL Routing/Rewiring is a URL pattern matching system that monitor the browser request and heck out what to do with that browser request. The Routing module is responsible for mapping incoming browser requests to particular ASP.NET MVC controller actions. We can to make very pretty URLs more...

Thursday, April 25, 2013

Generate a CSR (Certificate Signing Request) : IIS 7

How generate a Certificate Signing Request (CSR) in IIS7 Open IIS(Internet Information Services) On the Start menu, click All Programs, click Accessories, and then click Run. In the Open dialog box, type inetmgr and then click OK. See the below IIS window  After that you can find "Server Certificate" Under IIS section from the center menu...