Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
This topic shows how to use Aspose.Cells.GridWeb by making a sample website in Visual Studio 2013. The process has been divided into steps.

The New Web Site dialog is opened.


The Choose Location dialog is displayed.


A new web application with the default name WebSite is created.

You return to the New Web Site dialog. The path of web site location is set to http://localhost/GridWebOn2013.

A default web site will have been created by Visual Studio 2013. It contains a default.aspx web page with some dummy text and markup.
Source view of default.aspx page

All web pages (including ASP.NET) can be opened in two modes. One is the source view that lets developers access and modify the source code. The second mode is design view that can be used to design web pages in a WYSIWYG manner. The above screenshot shows a source view of default.aspx web page. To view the design view, click Design.
Design view of default.aspx page

Delete the Default.aspx page added by Visual Studio and add a new blank Default.aspx page.

You can simply add Aspose.Cells.GridWeb (or GridWeb) control to a web page by dragging it from the toolbox.

Once GridWeb control is dropped to web page, it would render like this:

ASP.NET
<!DOCTYPE html>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
You can change the width and height of the GridWeb control after dragging it to the website.
In design view, you can resize the width and height of the GridWeb.

Configure the Aspose.Cells.GridWeb properties in WYSIWYG by clicking the Properties button on the right side of Visual Studio 2013 IDE. A Properties dialog is displayed.

The Properties pane makes it possible to configure the look & feel of the GridWeb and some other properties to control GridWeb’s behaviour.
Build and run the web site.

Now, you can start playing with GridWeb control.
GridWeb control in action

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.