Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

jQuery Check if Radio Button is Checked (Selected) or Not

Jul 2, 2014 0 comments
Introduction

Here I will explain how to use
jQuery to check if radio button checked / selected or not. In jQuery we can check if radio button selected / checked or not in different ways by using radio button properties prop or attr.

Description:
  
In previous articles I explained jQuery check if checkbox checked or not, jQuery dropdown with images, jQuery change style of controls, jQuery enable or disable hyperlinks,
jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will how to check if radio button checked / selected or not in jQuery.

We can check whether radio button checked or not in different ways those are

jQuery Check DIV Contains Content (Data) or Not

Jul 1, 2014 0 comments
Introduction:

Here I will explain how to use
jQuery to check if div contains text (data) or not or jQuery check div contains content (data) or not or jQuery check whether div contains empty or not.

Description:
  
In previous articles I explained jQuery Slideup Slidedown and SlideToggle Effects Example, jQuery drag and drop div example,
jQuery dropdown with images, jQuery show alert message while leaving from website, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will how to check if div contains text (data) or not.

If we want to check div contains data or not we need to write the code snippet like as shown below

SQL Server Remove (Drop) index from table

Jun 30, 2014 0 comments
Introduction:

Here I will explain how to remove index from table in
sql server 2008 or drop index from table in sql serverTo remove index from table we use drop index statement in sql server.
Description:
In previous articles I explained create index on column in sql server, SQL Server change identity column value,  replace multiple spaces with single space in sql, reseed identity column value in sql server and many articles relating to SQL server. Now I will explain how to remove index from table in sql server 2008.

To create index on column in sql server that syntax will be like as shown below

SQL Server Create Index on Column in Table with Example

1 comments
Introduction:

Here I will explain how to create index on column in
sql server 2008 or create index on multiple columns in sql server or create index on table in sql server 2008 with example.
Description:

jQuery Check if Checkbox is Checked (Selected) or Not

Jun 25, 2014 1 comments
Introduction

Here I will explain how to use
jQuery to check if checkbox checked/selected or not or jQuery code to check if checkbox selected or unchecked or check if checkbox selected or not using jQuery.

Description:
  
In previous articles I explained
jQuery change image on mouseover, jQuery dropdown with images, jQuery show alert message while leaving from website, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will how to check if checkbox checked or not in jQuery.

We can check whether checkbox checked or not in different ways those are

Install Northwind Pubs Sample Database SQL Server 2008

Jun 24, 2014 1 comments
Introduction:

Here I will explain how to download and install northwind and pubs sample database in
sql server 2008 or attach northwind database in sql server 2008 r2  using sql server management studio.
Description:
In previous articles I explained replace multiple spaces with single space in sql, reseed identity column value in sql server, get time difference between two dates in sql, substring function in SQL server and many articles relating to SQL server. Now I will explain how to install northwind sample database in sql server 2008.

To install northwind and pubs sample databases in sql server 2008 you need to follow below steps

Asp.Net Chart Control Example in C#, VB.NET with Database

Jun 23, 2014 14 comments
Introduction:

Here I will explain
asp.net 4.0 chart control examples in c# with database or chart control in asp.net example with database using c#, vb.net or asp.net pie chart example in  c#, vb.net with database.

Description:

In previous articles I explained jQuery Google pie chart example in asp.net,
Ajax Pie chart example in asp.net with database, jQuery change image on mouse over, jQuery show alert message before leaving from webpage, jQuery drag and drop gridview rows in asp.net and many articles related to jQuery, Ajax and asp.net. Now I explain how to create asp.net chart control from database using c#, vb.net.

jQuery Google Chart (Pie) Example in Asp.net with Database using C#, VB.NET

Jun 19, 2014 12 comments
Introduction:

Here I will explain how to create jQuery google chart (pie) example in
asp.net with database using c#, vb.net or create dynamic google pie chart in asp.net with database example in  c#, vb.net.

Description:

In previous articles I explained Ajax Pie chart example in asp.net with database, jQuery change image on mouse over, jQuery show alert message before leaving from webpage, jQuery drag and drop gridview rows in asp.net
and many articles related to jQuery, Ajax and asp.net. Now I explain how to create dynamic jQuery google chart (pie) example in asp.net with database using c#, vb.net.

C# - What is the Difference between Ref and Out in c# with Example

Jun 17, 2014 24 comments
Introduction:

Here I will explain difference between ref and out parameters in c#.net with example. Both ref and out parameters are used to pass arguments within a method. These ref and out parameters are useful whenever your method wants to return more than one value. Regarding ref parameter you need to initialize it before passing to the method and out parameter you don’t need to initialize before passing to function.    

Description:

jQuery UI Datepicker with Month Year Dropdown Options

Jun 16, 2014 1 comments
Introduction
  
Here I will explain how to show 
jQuery UI datepicker with Month Year dropdown Options or jQuery show only month and year dropdowns in jQuery UI datepicker.
Description:
  
In previous posts I explained Disable future dates in Datepicker, Disable past dates in Datepicker,
Disable weekends in datepicker, Show multiple months in datepicker, Show datepicker on button click and many articles relating to JQuery and datepicker. Now I will explain how to show only month and year dropdownlists in jQuery UI datepicker.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.