27/04/2015 by Nitesh

How To Refer Next & Previous Controls on HTML Page Using jQuery

Friends, In this post, we will see how can we refer to previous and next controls present on an HTML page using jQuery. jQuery provides 2 very useful functions .prev() and .next() with the help of which we can refer to the immediate previous/next sibling of a given control. This is to be noted that…

Continue Reading »

25/04/2015 by Nitesh

How To Clear Items of ASP.Net DropDownList Control Using jQuery

Friends, In this post, we will see how can we clear all items of a ASP.Net DropDownList control using jQuery. To start with, we will define a ASP.Net DropDownList control on our .aspx page and a button with the help of which we will be clearing the items of the DropDownList control. We assign it…

Continue Reading »

17/10/2014 by Nitesh

How To Create Responsive Menu in ASP.Net

Friends, This is Part 6 of the blog post series, “Creating Menus – Simple To Complex“. In my last post, I explained how can we create a responsive menu using HTML, CSS & jQuery. In this post, we will see how can we create a responsive menu in ASP.Net. We will be using the “meanmenu”…

Continue Reading »

13/10/2014 by Nitesh

How To Create a Responsive Menu Using HTML, CSS & jQuery

Friends, This is Part 5 of the series I started a long time back for creating menus, from simple to complex. In today’s era when smartphones are making a lead in browsing websites, adapting menus to smartphones and other devices is equally important. In this post, we will see how can we create a menu…

Continue Reading »

20/05/2014 by Nitesh

How To Retrieve Client’s Date in ASP.Net – Easiest way

Friends, A very short post for a simple task. In this post, we will see how we can get the date of a user browsing the page on server in ASP.Net. DateTime.Now gives us the server Date & Time. Retrieving Client’s date is required in cases when you want to process something based on browser’s…

Continue Reading »

1 2