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 Display Current Time on Webpage using Asp.net

Oct 14, 2012 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.

Asp.net Difference between Website and Web Application in C#, VB.NET

47 comments
Introduction:

Here I will explain the differences between website and web application in asp.net.

Description:

In previous posts I explained Difference between appsettings and connectionstrings, Difference between datareader,dataset and dataadapter and many articles relating Interview Questions in asp.net. Now I will explain the differences between website and web application in asp.net.

Generally whenever we are trying to create new web project in visual studio we will fund two options ASP.NET Web Application and WebSite. What is the difference between these two which one we need to select to create project in asp.net?

SQL Server Retrieve Data from Multiple Tables using Joins

Oct 12, 2012 9 comments
Introduction:

In this article I will explain how to retrieve data from multiple tables in sql server.

Description:

In previous post I explained Difference b/w functions and stored procedures, Pass table as parameter in SQL Server 2008, differences between char, varchar and nvarchar, difference between tinyint,smallint,int,bigint and many articles relating to SQL Server. Now I will explain how to retrieve data from multiple tables in SQL Server.

Dynamically Add Meta tags to Aspx Page in Asp.net using C#, VB.NET

Oct 11, 2012 8 comments
Introduction:

In this article I will explain how to add Meta tags dynamically to aspx page in
asp.net.

Description:

In Previous posts I explained 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 add Meta tags dynamically to aspx pages in asp.net.

Asp.net Difference between appSettings and Connection Strings in web.config

Oct 10, 2012 12 comments
Introduction:

In this article I will explain the differences between appsettings and connection strings in web.config using asp.net.

Description:

In previous posts I explained Read or Write appsettings from web.config, Read/Write connection strings in web.config. Now I will explain differences between appsettings and connection strings in web.config using asp.net.

In many cases, we need to use some data string throughout the application simple example for this database connection string. Instead of writing the same connection string wherever required, it is easy to maintain if we store it in one place that is web.config file.

Show tooltip in Asp.net Dropdownlist items Mouseover Event in C#, VB.NET

4 comments
Introduction

Here I will explain how to show tooltip in dropdownlist items on mouseover event in asp.net using C# and VB.NET.

Description:
  
In previous posts I explained Bind data to Dropdownlist from database, Bind Images to dropdownlist, Cascading dropdownlist example and many articles relating to dropdownlist, JQuery, asp.net etc. Now I will explain how to show tooltip in dropdownlist items on mouseover event in asp.net.

Show Bind Data to Asp.net Dropdownlist from Database in C#, VB.NET

Oct 9, 2012 30 comments
Introduction:

Here I will explain how to bind or show data in dropdownlist from database in asp.net using C#.net and VB.NET.

Description:

In previous posts I explained many articles relating asp.net, jQuery, SQL Server, JavaScript. Now I will explain how to bind or show data in dropdownlist from database in asp.net using C#.net and VB.NET.
© 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.