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

Showing posts with label General. Show all posts
Showing posts with label General. Show all posts

SQL Query to Find First and Last Day of Current Month or Previous Month

Oct 30, 2012 11 comments
Introduction:

Here I will explain how to write query to get or find first and last day of current month or previous month in 
SQL server.
Description:
In previous articles I explained DateAdd function Example, Pass table as parameter to procedure, difference between function and stored procedures, joins in SQL Server, substring function in SQL server and many articles relating to SQL server. Now I will explain query to get first and last day of current month in SQL server.

SQL Server DATEADD Function Example to Add or Subtract Dates

2 comments
Introduction

In this article I will explain how to use DATEADD function to add or subtract specified time interval from dates in SQL Server.

Description:

In previous articles I explained Substring function Example, SQL Query to remove first and last character from string and many articles relating to SQL Server. Now I will explain how to use DATEADD function to add or subtract specified time interval from dates in SQL Server.

jQuery Get/Detect Browser Type and Version in Asp.net

Oct 28, 2012 6 comments
Introduction:

In this article I will explain how to find or detect browser type, browser name, browser version in 
JQuery using asp.net.

Description:
  
In previous posts I explained jQuery move to particular div when click on link,
how to find client machine IP using jquery in asp.nt, jQuery increase or decrease website font  and many articles relating to JQuery. Now I will explain how to find or detect browser type and version using JQuery in asp.net. To implement this one we need to write the code as shown below

CSS to Show div Only With Vertical Scrollbar or Horizontal Scrollbar or Both

3 comments
Introduction:

In this article I will explain how to show div only with vertical scrollbar or horizontal scrollbar in asp.net.

jQuery Scroll to Particular Div Position When Click on Link

15 comments
Introduction:

In this article I will explain how to scroll or move to particular div content when we click on particular link or item using JQuery in asp.net.

Description:

In previous article I explained
jQuery Show Large images preview when hover on image, Generate thumbnail from images in asp.net, Generate thumbnails from YouTube videos using JQuery and many articles relating to JQuery, asp.net, SQL Server etc. Now I will explain how to scroll or move to particular div content when we click on particular link or item using JQuery in asp.net.

C# - Difference between Convert.tostring and .tostring() method Example

Oct 25, 2012 17 comments
Introduction:

In this article I will explain differences between .tostring() and Convert.tostring() in asp.net.

Description:

In previous post I explained difference between web application and website, difference between datareader, dataadapter and dataset, difference between tinyint,smallint,int,bigint and many articles relating to asp.net, SQL Server. Now I will explain differences between .tostring() and Convert.tostring() in asp.net.

SQL Server Get Created, Last Modified date of Stored Procedure or Table

5 comments
Introduction:

In this article I will explain how to find or get last modified date and created date of stored procedure or table in SQL server.
Description:
In previous articles I explained difference between function and stored procedures, joins in SQL Server, substring function in SQL server and many articles relating to SQL server. Now I will explain how to get last modified date or created date of stored procedure or table in SQL server.

jQuery Increase Decrease Font Size of Website Dynamically in Asp.net

Oct 23, 2012 9 comments
Introduction

Here I will explain how to increase or decrease font size of website dynamically using
jQuery in asp.net.

Description:
  
In previous articles I explained
Redirect to another page after some time delay, jQuery slideUp slideDown toggle effects, Cross page postback in asp.net and many articles relating to JQuery and asp.net. Now I will explain how to increase or decrease font size of website dynamically using jQuery in asp.net.

Cross Page Postback in Asp.net Example 2.0, 3.0, 3.5, 4.0

Oct 17, 2012 8 comments
Introduction

Here I will explain what is cross page posting in asp.net or Cross Page Postback in asp.net using C# and VB.NET.

Description

In previous articles I explained Send values from one page to another page using QueryString, Joins in SQL Server, Highlight Gridview records based on search and many articles relating to Gridview, SQLjQueryasp.net, C#VB.NET. Now I will explain what is cross page postback in asp.net and how to use cross page postback concept in asp.net.

jQuery Countdown Timer Script Example in Asp.net

Oct 16, 2012 23 comments
Introduction

Here I will explain how to show or create countdown timer script in
jQuery using asp.net.

Description:
  
In previous articles I explained Redirect to another page after 5 seconds,
Get Current Datetime, Auto refresh page , Disable right click on image and many articles relating to JQuery. Now I will explain how to implement or show current time on webpage using jQuery.

jQuery Redirect to Another Page After 5 seconds or Some Time Delay in Asp.net

Oct 14, 2012 8 comments
Introduction

Here I will explain how to redirect to another page after 5 seconds or some time delay in jQuery.

Description:
  
In previous articles I explained JavaScript redirect to another page after 5 seconds,
JQuery display Current Time on WebPage, Disable right click on image and many articles relating to JQuery and JavaScript. Now I will explain how to redirect to another page after 5 seconds or some time delay in jQuery.

JavaScript Redirect to Another Page After 5 seconds or Some Time Delay in Asp.net

11 comments
Introduction

Here I will explain how to redirect to another page after 5 seconds or some time delay in
JavaScript.

Description:
  
In previous articles I explained
JQuery display Current Time on WebPage, JavaScript display current time on asp.net webpage, Disable right click on image and many articles relating to JQuery and JavaScript. Now I will explain how to redirect to another page after 5 seconds or some time delay in JavaScript.

JavaScript Display Current Time on Webpage or Website without Refreshing the Page

11 comments
Introduction

Here I will explain how to show or display current time on webpage or website in JavaScript.

Description:
  
In previous articles I explained JQuery display Current Time on WebPage,
Get Current Datetime, Disable right click on image and many articles relating to JQuery and JavaScript. Now I will explain how to show or display current time on webpage using jQuery.

To display current time on webpage or website using JavaScript we need to write the following code

jQuery Display Current Time on Webpage using Asp.net

7 comments
Introduction

Here I will explain how to show or display current time on webpage or website in
jQuery.

Description:
  
In previous articles I explained Get Current Datetime,
Auto refresh page , Expand textbox on focus ,Disable right click on image and many articles relating to JQuery. Now I will explain how to show or display current time on webpage using jQuery.

To display current time on website or webpage using jQuery we need to write the following code

Asp.net Pass Multiple Parameters in Query String or URL

9 comments
Introduction:

In this article I will explain how to pass multiple parameters in query string or url in
asp.net using C# and VB.NET.

Description:

In Previous posts I explained Send Gridview as Email Body,
Dynamically display meta tags in asp.net, Differences between appsettings and connection strings and many articles relating to Asp.net, Gridview, SQL Server, Ajax, JavaScript etc. Now I will explain how to pass multiple parameters in url in asp.net using C# and VB.NET.

If we want to send one page control values to another page we can use QueryString concept.

Query String in Asp.net with Example in C#, VB.NET

Oct 13, 2012 36 comments
Introduction:

In this article I will explain how to create QueryString example in
asp.net using C# and VB.NET.

Description:

In Previous posts I explained
Dynamically display meta tags in asp.net, Differences between appsettings and connection strings, jQuery get hidden field values from asp.net gridview and many articles regarding Asp.net, Gridview, SQL Server, Ajax, JavaScript etc. Now I will explain how to create QueryString example in asp.net using C# and VB.NET.

jQuery Remove All whitespaces from string with Regular Expression

Oct 9, 2012 0 comments
Introduction

Here I will explain how to remove or delete all white spaces from string using
JQuery in asp.net.

Description:
  
In previous articles I explained
jQuery Remove first/last character from string, jQuery Drag and Drop Example and many articles relating to JQuery. Now I will explain how to remove or delete white spaces from string using JQuery in asp.net.

To remove or delete white spaces from string we can use default jQuery function trim() but it will remove only starting and ending spaces but spaces within string will be same because of that we need to use regular expression to remove white spaces from string for that we need to write codesnippet like as shown below

jQuery Remove Spaces from String with Regular Expression

1 comments
Introduction

Here I will explain how to remove or delete spaces from string using
JQuery in asp.net.

Description:
  
In previous articles I explained jQuery Remove first/last character from string, Best Drag and Drop Plugin examples, Scroll back to top plugin Examples,
Password strength jquery plugin examples and many articles relating to JQuery. Now I will explain how to remove or delete spaces from string using JQuery in asp.net.

jQuery Remove First/Last Character From String in Asp.net

Oct 8, 2012 0 comments
Introduction

Here I will explain how to trim or remove first/last characters from string using
JQuery in asp.net.

Description:
  
In previous posts I explained jQuery Add/Remove CSS Class, jQuery slideUp, slideDown and slideToggle Example,
Draggable and Resizable example, add fade in effect to page, Password strength jquery plugin examples and many articles relating to JQuery. Now I will explain how to trim or remove first or last characters from string using JQuery in asp.net.

To remove or trim first/last characters we need to write the codesnippet like as shown below

jQuery - Add / Remove CSS Class to DIV Element

0 comments
Introduction

Here I will explain how to add css class to div using JQuery or remove css class from div element using
JQuery in asp.net.

Description:
  
In previous posts I explained jQuery Higlight selected Gridview row when checkbox selected, jQuery slideUp slideDown slideToggle effects,  
jQuery fadein fadeout fadeto div example, Best jQuery Drag and Drop Plugins and many articles relating to JQuery. Now I will explain how to add css class or remove css class from div element using JQuery.
© 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.