Asp.net RadioButton with JS Confirmation C.GULDOGAN 2:44 PMHere is the way of Asp.net radiobutton with confirmation . 1. In code behind find radio buttons and add onclick event. 2. Write a JS ... Read More
Set Width for TemplateField C.GULDOGAN 1:10 AMTo set width for TemplateField in Asp.net you can use HeaderStyle like code below. <asp:TemplateField HeaderText="Select Operatio... Read More
Get Session in Static WebMethod C.GULDOGAN 11:39 PMHi, One of my project I need to use a Static WebMethod to set session . But the compiler gives me an error like. An object reference i... 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
List of HTLM5 Video / Audio formats C.GULDOGAN 4:02 PM You can use the following media formats in HTLM5. As you can see you have many options in HTML5 to play video or audio files. Playing Vid... Read More
Play MKV Video in HTML 5 Example C.GULDOGAN 3:44 PMAs you know HTML5 can able to play video file... So this night I spend my time on it and its done :) Why I tried my chance on MKV becau... Read More