Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score A .NET Control to handle Ratings and reviews
Rob Dob - 14 Apr 2007 6:16 PM - 4 messages
Hi, Does anyone know of a good, cheap, prefereably free ,net control that I can use that will aloow users to not only rate something i.e.: 1-5 stars but also post comments on whatever they are rating.  i.e. a possible a picture.. ...
Score need help with RequiredFieldValidator
Daniel - 13 Apr 2007 10:59 PM - 2 messages
Im new to ASP.net and wanted to see if someone can point me in the right direction to books or websites on how to use this control.. the pages im working on are started in ASP.net but not taking avantage of ...
Score CollapsiblePanel collapse/expand speed
Kursat - 13 Apr 2007 1:47 PM - 2 messages
Hi, Is it possible to adjust collapse/expand speed of AjaxToolkit CollapsablePanelExtender control? Thanks in advance. ...
Score Do not display table on form if field is null
Morris Neuman - 12 Apr 2007 9:30 PM - 5 messages
Hi, I have a table on a form with 2 rows only.  The first row contains static data and the second row contains a label which will be bound to a field ("MyField") in a database.  The database access is done via AccessDataSource ...
Score Web Page Printing Problem
ruca - 12 Apr 2007 9:07 AM - 3 messages
I have this problem with DataGrid printing. I have a page which contains only DataGrid. When i try to print the page, only 1st page contains the verticle and horizontal lines of the grid. The rest of the pages do not contain any lines. ...
Score Dynamically adjust table column widths on an aspx page
sljones - 12 Apr 2007 2:48 AM - 2 messages
Hi There, I can't seem to find any information from my keyword searches, but I was wondering whether it is possible for browser to allow a user to dynamically change the width of a table column?? I have a client who ...
Score Create namespace when automatically generating classes of web pages/controls
Tokes - 12 Apr 2007 12:28 AM - 2 messages
Hi there, I'm using Visual Studio 2005 and I am working with a C# web project. In this project I have a few directories to organise my pages and controls. When I create a new control in a sub directory (e.g. Controls), and ...
Score Sort Grid from Column Header and Drop Down???
DBLWizard - 11 Apr 2007 7:25 PM - 2 messages
Howdy All, I posted a message on the topic earlier and thought I had it solved but in testing have found problems.  I have a Templated GridView control on a webpage bound to an ObjectDataSource.  There are 3 ...
Score GridView: Cancel Update using vb Code.
Ed Warren - 10 Apr 2007 5:20 PM - 3 messages
I have a gridview. It has the duty edit button. when I click the update button the updating event fires (all is as I want) instead of doing an update, I need to capture the new data --done that using ...
Score a checkboxlist inside a gridview
Trapulo - 10 Apr 2007 10:50 AM - 4 messages
Hello, I need to use a checkBoxList as control in an editTemplate of a gridview. I can insert it, and bind data. I have a lot of trouble handling selection of data and updating it. Basically, the gridview manages some records binded to an objectDataSource, ...
Score How do I programatically reference controls inside a control template?
Mark Micallef - 10 Apr 2007 8:57 AM - 4 messages
I have a set of controls inside a template like this: <ajax:ReorderList ID="rolList" ... > ....   <InsertItemTemplate>     <asp:TextBox ID="txtText" ... />     ...   </InsertItemTemplate> </ajax:ReorderList> ...
Score how can i implement abstract method of usercontrol?
ton - 10 Apr 2007 1:42 AM - 2 messages
Public MustInherit Class uc_navigator     Inherits System.Web.UI.UserControl     Public MustOverride Sub DoSearch() End Class i need implemt DoSearch method in .aspx that i put usercontrol on it. thank in advance ...
Score How to display parameter passed to a page in a textbox control
Morris Neuman - 9 Apr 2007 12:00 AM - 3 messages
Hi, I have a gridview control on a page that has as its column a hyperlink field.  This hyperlink field opens another page and passes a parameter.  The hyperlink field has values as follows: DataNavigateUrlFormatString  = ManageUser-MBoxes.aspx?User={0} ...
Next »