To use the DataWindow object in an ASP.NET application, you add a WebDataWindowControl to a Web form, then associate that control with the DataWindow object.
To place a WebDataWindowControl on a form:
In Visual Studio .NET, create a new Visual Basic or C# ASP.NET Web Site, name it WebStart, and accept the default location.
Default.aspx opens in the Source editor.
Click Design to display the Web form.
Select View>Toolbox if the Visual Studio Toolbox is not visible.
In the Toolbox, expand Sybase DataWindow 2.0 and select the WebDataWindowControl icon.
If the WebDataWindowControl icon is not visible in the Toolbox, see “Installing DataWindow .NET” for how to add it.
Click on the form where you want the top left corner of the Web DataWindow to display.