Jack is Here, asp.net findings

As a software engineer, I focus on .NET, especially asp.net, C#, WCF and so on, and I am also very interested in Search Engine Optimization.

Entries Tagged ‘control’

Datagrid and Gridview in Asp.net

ASP.NET version 1.x have one most commonly used Web controls that is DataGrid. DataGrid control helps to display data on an ASP.NET page just like a breeze. we can simply drag and drop the DataGrid on our webpage, we can also specify columns/fields and we can also format that fields and columns. There are some feature of DataGrid that’s helps end user to page, sort, and even edit the data within the DataGrid.

After that DataGrid takes a huge improvement over pre-ASP.NET techniques for showing data,But have some limitations till now. For starters, binding any data to a DataGrid still required some code to written, and often repetitive code at that. And something more that how to utilize any of the DataGrid more advanced features—handling deletes, providing pagination, or sorting support—required additional code and time.

ASP.NET 2.0 gernate through a set of data some of the facilities, rehabilitation DataGrid control is used to manage the source of the problem, you can bind to the data Web control the data in the GridView with ASP.NET access to data in the replacement of control.For DataGrid 1.x, developers need some data source controls code.with with the help of the data can be easily page.The through the ASP.NET Web page HTML data source controls to access some of the simple syntax that can be added to the page, Just dragg and drop.And, the specific data retrieval, you can specify the design view completely. Once a data source control sholud configuration, it can be easily bound to a data Web controls, like the GridView by setting the data Web control's DataSourceID property of the data source control's ID.

Data source controls in ASP.NET 2.0 access data with quicker and easier with compare to to ASP.NET version 1.x.GridView also makes showing that data much simpler than with the DataGrid in ASP.NET version 1.x.

With the GridView you can specify that data is sortable and / or pageable by simply checking a checkbox.This process is also when Delete column.

To know more about visiting asp net interview questions – dotnetquestion.info

Creating a Simple Ajax Control in Asp.net 2.0 and C#

A Simple AJAX control in ASP.NET 2.0 and C#

Introduction

In this article I will explain how you can easily create an AJAX enabled web site within Visual Studio 2005 utilizing C# and how to utilize the AJAX framework to add a simple control from the list of controls available in the AJAX Control Toolkit.
AJAX controls in this article, we will work hard with a "PasswordStrength” control. As mentioned above this control is in the AJAX Control Toolkit we installed in the previous article of this series. We will also learn that the PasswordStrength control can easily secure passwords as they are being entered and notify the user real time as to what else they need to add to their password in order for it to meet your requirements.
In the previous article we learned the following about AJAX and what do you mean?
“ASP.NET AJAX is a free framework for quickly creating efficient and interactive Web applications that work across all popular browsers.”

ASP.NET AJAX:

  • Create interfaces with AJAX components that can be reused.
  • Upgrade your existing pages with AJAX controls.
  • AJAX comes with support for all modern browsers
  • AJAX comes as part of Visual Studio 2008 and does not need to be downloaded and installed as in Visual Studio 2005.

?

What we will learn in this article:

  • How to Create an AJAX enabled Web Site
  • How to utilize the PasswordStrength control

?

Please Note:
AJAX functionality is integrated in ASP.NET 3.5 and does not require any additional downloads. If you are using ASP.NET 3.5 this article does not apply to you.

Getting Started with our AJAX Application

Before, in our first with our AJAX Web framework that we use to create a project to download the AJAX framework, and start coding system will require the installation of our do.
Heading in our previous article "Getting Started with AJAX, ASP.NET 2.0 and C#“ we went through the steps involved to install AJAX and how to AJAX enable Visual Studio. We explained where to go to find out about AJAX and that you could download step by step tutorials that will guide you through using every control within the AJAX Control Toolkit.
To add to your favorite browser to your bookmarks here, AJAX Web site:
http://www.asp.net/

Configure Visual Studio 2005

Please Visit Programminghelp.com For the complete article and pictorial tutorial.

http://www.programminghelp.com/web-development/ajax/creating-a-simple-ajax-control-in-asp-net-2-0-and-c/