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 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.

jQuery Generate Years Dropdown Dynamically in JavaScript

1 comments
Introduction

Here I will explain how to use
jQuery  to generate years dropdown dynamically in JavaScript or JavaScript generate years dropdown dynamically.

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 generate years for dropdown dynamically in jQuery.

To generate years dropdown dynamically in jQuery we need to write the code like as shown below

Schedule System Shutdown Automatically in Windows 7 using Task Schedule

Jun 12, 2014 1 comments
Introduction:

Here I will explain how to shutdown system after some time automatically in windows 7 or how to set time to shutdown computer automatically after certain time daily or weekly in windows 7.

Description:

In previous articles I explained create symbols(copyright, trademarketc..) with keyboard, create desktop shortcut key to lockcomputer, Lost PAN card how to applyfor new one, configure dns server inwindows 7 and many articles relating to Internet Tips. Now I will explain how to shutdown computer automatically after some time in windows 7.

To shutdown system automatically after some time we need to follow below steps

Ajax Could not load file or assembly 'AjaxMin, Version = 4.97.4951.28478, Culture = neutral, PublicKeyToken = 3422fdet4' or one of its dependencies. The system cannot find the file specified.

Jun 8, 2014 5 comments
Introduction:

Here I will explain how to solve “Could not load file or assembly 'AjaxMin, Version=4.97.4951.28478, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f' or one of its dependencies. The system cannot find the file specified.problem in Ajax.

Description:

In previous articles I explained
Ajax auto complete textbox, Ajax country state city dropdown, Ajax calendar control example with custom date format, Ajax rating control example with database and many articles related to Ajax and asp.netNow I will explain how to solve the problem of “Could not load file or assembly 'AjaxMin, Version=4.97.4951.28478, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f' or one of its dependencies. The system cannot find the file specified.

Actually this problem occurred because of missing “AjaxMin.dll” reference in our application. 

VB.NET - Name of field or property being initialized in an object initializer must start with '.'

0 comments
Introduction:

Here I will explain how to solve the problem of “name of field or property being initialized in an object initializer must start with '.'” while converting C# code to vb.net.

Description:

In previous posts I explained many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “name of field or property being initialized in an object initializer must start with '.'while converting C# code to vb.net.

Create Dynamic Ajax Pie Chart in Asp.net with Database Example

7 comments
Introduction:

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

Description:

In previous articles I explained Ajax collapsible panel example in asp.net,
Ajax auto complete textbox, Ajax country state city dropdown, Ajax calendar control example with custom date format, Ajax rating control example with database and many articles related to Ajax and asp.net. Now I explain how to create dynamic Ajax pie chart in asp.net with database using c#, vb.net.

Ajax Pie Chart Example in Asp.net

2 comments
Introduction:

Here I will explain how to implement Ajax pie chart example in asp.net or using pie chart control in Ajax control toolkit with example in asp.net.

Description:

In previous articles I explained
Ajax auto complete textbox, Ajax country state city dropdown, Ajax calendar control example with custom date format, Ajax rating control example with database and many articles related to Ajax and asp.net. Now I explain how to implement Ajax pie chart example in asp.net.

Ajax Error Unable to Get Value of the Property 'ui' Object is null or undefined

0 comments
Introduction:

Here I will explain how to solve Ajax control toolkit error unable to get value of the property 'ui' object is null or undefined or Ajax unable to get value of the property 'ui' object is null or undefined.

Description:

In previous articles I explained Ajax auto complete textbox, Ajax country state city dropdown, Ajax calendar control example with custom date format, Ajax rating control example with database and many articles related to Ajax and asp.net. Now I will explain how to solve the problem of unable to get value of the property 'ui' object is null or undefined.


I have installed AjaxControlToolkit and added all Ajax controls to Toolbox in visual studio after completion of this process I started using Ajax controls from Toolbox and added ScriptManager to program. After completion of everything I tried to run the application at that time unexpectedly I got error like “Ajax control toolkit error unable to get value of the property 'ui' object is null or undefined”. 

Best Login Page Design in HTML, CSS with Source Code

Jun 3, 2014 52 comments
Introduction:

Here I will explain how to create best login page design in html and css with source code or login page design in html and css with source code or simple login form with html and css.

Description:

In previous articles I explained Change default selection of color using css, jQuery add border to all images using css, jQuery add more or less link to view text, jQuery add play button for youtube thumbnail images and many articles relating to html and css. Now I will explain how to create best login page design in html and css with source code.

SQL Server - How to Remove Special Characters from String in SQL Server 2008

Jun 2, 2014 4 comments
Introduction:

Here I will explain how to remove special characters from string in
sql server 2008 with spaces or sql server replace special characters in string with spaces in sql server 2008 or replace unwanted characters in string in sql server.
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 remove special characters from string with spaces in sql server 2008.

SQL Server Replace Multiple Spaces in String with Single Space

May 29, 2014 4 comments
Introduction:

Here I will explain how to replace multiple spaces in string with single space in
sql server or sql server replace multiple spaces with one space in string or sql server remove extra multiple spaces from string without using any while loop.
Description:
In previous articles I explained replace function example in sql server, Query to remove first and last character from string in sql server, remove html tags from string in sql, substring function in SQL server and many articles relating to SQL server. Now I will explain how to replace multiple spaces in string with single space in sql server.

To replace multiple spaces in string with single space in sql server we need to write the query like this

Dynamically Create Temporary Table in Asp.net using C#, VB.NET

May 27, 2014 2 comments
Introduction:

Here I will explain how to create temporary or temp table in asp.net using C# and VB.NET or how to create dynamic table in asp.net and bind that table to gridview using C# and VB.NET.

Description:

In previous articles I explained insert xml data to sql table using stored procedure, Highlight gridview rows based on search in asp.net, create online poll system with percentage graphs in asp.net and many articles relating to xml, Gridview, SQL, jQuery,asp.net, C#,VB.NET. Now I will explain how to create temporary table in asp.net using C# and VB.NET.

jQuery Change Opacity of Image on Mouseover

May 21, 2014 4 comments
Introduction

Here I will explain how to use
jQuery to change image opacity on mouseover using jQuery or change opacity of image on hover 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 change image opacity on mouseover using jQuery.

To change image opacity on mouseover we need to write the code like as shown below
© 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.