Bootstrap Html.DropDownListFor in MVC 5 (razor) C.GULDOGAN 5:14 AMIt was not easy apply bootstrap to Asp.Net Mvc DropDownList. I found this bootstrap-select project on git hub which is a life saver. (Than... Read More
Assign value of property using by property name in C# C.GULDOGAN 12:50 AMC# you can assign property value by using its name example : Don't for get to add using System.Reflection ; xItem.xInformation.x... Read More
How to display all errors on page Asp.net MVC3 C.GULDOGAN 6:18 AM You may need to display all errors on page when your model state is not valid. In Asp.net MVC3 we can use ModelState property ... Read More
How to set Textbox readonly in Jquery C.GULDOGAN 4:58 AM To set textbox readonly in JQuery you need to use the following code below. <script type="text/javascript"> $(do... Read More
Change Background of Textbox using Jquery C.GULDOGAN 4:55 AM change background of Textbox is very easy. It is better to use CSS <style type="text/css"> .aClass {... Read More