ASP AllianceThe #1 ASP/ASP.NET Community!Website Messenger : WebService- September 7, 2002 This part looks at the design and creation of the webservice. With complete source code and downloads.http://aspalliance.com/wisemonk/view.aspx?id=AS030402 DataGrid and DropDownLists- September 6, 2002 This article explains how to work with DropDownLists during editing of a DataGrid. You can download ready to use examples, with stored procedures. I have also provided a demo, so that you can know how this will be useful for your applications.http://aspalliance.com/das/dgcombo.aspx Displaying Images in DataGrid- September 6, 2002 In this Article we will discuss about retrieving images from a sql server database in ASP .NET and how to display them in a datagrid. This article has downloadable examples and you can test the output online. When ever you want to deal with images .....http://aspalliance.com/das/datagridimages.aspx Retrieve image from Sql Server- September 6, 2002 This article is a continuation of the articlehttp://aspalliance.com/das/readimage.aspx Inserting Images to SqlServer- September 6, 2002 Read this article to know about, how to insert an image into a SqlServer database. You will also learn about the prerequistes for inserting an image into SqlServer. All aspects that need to take care in ASPX page and in database are discussed...........http://aspalliance.com/das/insertimage.aspx Paging in DataList- September 6, 2002 Today, we will learn how we can add the paging feature for the datalist. It should be noted that, like DataGrid, DataList does not support inbuilt paging mechanism. The essence of this article is how we make use of the object SqlDataAdapter. Read more ...http://aspalliance.com/das/datalistpaging.aspx Sorting in DataList- September 6, 2002 We do not have inbuilt mechanism for sort with the DataList. But there may me many occassions in which we may want allow user to do sorting on a Datalist. Read this article to know more about this. Demo and source code are available for FREE!http://aspalliance.com/das/datalistsort.aspx Two DropDownList in DataGrid- September 6, 2002 Learn how to populate multiple dropdownlist while we are in the edit mode of a DataGrid. When the SelectedItem of the first DropDownList changes, the second DropDownList is populated. The backbone of this article is that, we should set the property ....http://aspalliance.com/das/dgcombo2.aspx "Panels" can do wonders!- September 5, 2002 For business requirements, which demand a wizard-like interface for your web-application, here is an implementation strategy. Simple, yet user-friendly ! You can also download a sample demo application written in ASP .NET and C Sharp.http://aspalliance.com/articles/panels.aspx Consistent Website Design- September 3, 2002 With ASP.NET there comes new ways of doing things, one of these things is maintaining a consistent design across your website. This article will go over several methods that are now available to you and the advantages and disadvantages of each.http://aspalliance.com/wisemonk/view.aspx?id=AN090322 |