Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Add additional navigation buttons to wizard control
ASP Developer - 14 Apr 2006 4:27 PM - 4 messages
Is it possible to add additional navigation buttons to the asp.net wizard control?  For example, I want to add a save button on every page so the user can save as she/he goes vs waiting until the end to do so.  Any help would be ...
Score .Net Menu controls
Coleen - 14 Apr 2006 4:15 PM - 3 messages
Hi -  I am using .net 2003 vb .net and aspx for a project.  I am trying to build a Menu control for my users - WITHOUT using third party add-ins!  I need to create a menu like you would in JavaScript with the roll-over ...
Score imagefield in gridview
TdarTdar - 14 Apr 2006 3:07 PM - 2 messages
Hi,   I have a sql image field that is a picture. I added a imagefield and bound it to the field name, and all i get is a red x.. Tdar ...
Score DataList and Event not fired
nirbhay - 14 Apr 2006 6:19 AM - 4 messages
Hello All I am having a problem with one of my aspx pages using DataList. I will try to make it very short and precise :) ~~ The List is data bound on page load(!IsPostBack) to a DataTable. The page displays the list items all well and fine. ...
Score issue: accessing value of dropdownlist in a user control
E - 13 Apr 2006 7:52 PM - 3 messages
hi, I am having trouble getting the value of a dropdownlist from javascript. I have a form that contains a user control that has a drop downlist. the usercontrol is declared as follows: protected frm3H_1 Frm3H_11; in the user control I declare the dropdownlist ...
Score How well is a performance of a Menu Control
Tatyana - 13 Apr 2006 7:35 PM - 2 messages
Hi Everybody, I would like to ask how well is the performance of a Menu Control which comes with the framework 2.0. Our menu must be re-created weekly according to the availability of the products in the category we want to have a menu item for. Therefore I'm ...
Score GridViewRow.DataItem is null
Jason - 13 Apr 2006 2:07 PM - 17 messages
I have a page that dynamically generates controls based on a querystring. the dynamic controls are: a Wizard a Wizard Step for each description selected by querystring. an ObjectDataSource and GridView on each Step based on querystring. Everything is working great until I click "finish" on the Wizard. ...
Score Video capture control in asp.net 2.0
Chrysan - 13 Apr 2006 7:41 AM - 3 messages
I am writing a Video Conference application now, and would like to display received video on my web page. But, I can't find a control which can capture the video. I was successfully developed the Video Conference application in VB.NET ...
Score Checkbox items under a RadioButton
Web learner - 12 Apr 2006 8:08 PM - 6 messages
I have to have three RadioButtons and then under one of this RadioButton, I need to put two checkboxes. Something like following: O Temperature     [] Air     [] Water O Radiaton O Wind Velocity The child CheckBoxes (Air and Water in above example) should become ...
Score Enabled="False"
Loren Dummer - 12 Apr 2006 1:59 PM - 2 messages
If I have a <asp:textbox control on a webform that is sometimes enabled="False" and sometimes Enabled="True".  How can I still read the value of the textbox control when the enabled property is set to False?  For ...
Score Server Control to manipulate GridView
Jeronimo Bertran - 12 Apr 2006 5:02 AM - 4 messages
I have created some procedures to export the content of a gridView to a text file.   I am now trying to encapsulate all of this into a self contained WebControl that basically behaves like an image button that when it is ...
Score no FormView for create/insert page
David Thielen - 12 Apr 2006 2:17 AM - 4 messages
Hi; As an experiment for one page I created just a bunch of controls on the page - no FormView, etc. I use this page for both create & edit. This way I only have every control once (no Item/EditItem) and all controls are accessable as ...
Score Access data in ObjectDataSource
David Thielen - 11 Apr 2006 8:25 PM - 5 messages
Hi; I have a page that displays a record and uses an ObjectDataSource to select the data to be displayed. How can I get the data it read? I know I can call select() on the object. But that reads it again and if another user has updated it since the first ...
Score DataGrid not calling ItemCommand Event
Ezequiel_Pérez - 11 Apr 2006 2:44 PM - 4 messages
Hi, I have a problem with a DataGrid, this datagrid is not calling the ItemCommand event. I tried do to it defining the event as usual (from the designer), but it didn't work, neither defining the event in the .aspx. ...
Score custom button/link in detailsview commandfield section
mt - 11 Apr 2006 1:47 PM - 3 messages
Hi, Is it possible to add a button or a link to to the detailsview commandfield section (where the new, insert, cancel) buttons are displayed. I've added a button column to the detailsview but it is displayed on a ...
Score Datagrid custom paging always loads page 1
Julia B - 11 Apr 2006 12:53 PM - 3 messages
Hi, I've got a datagrid where I've set up custom paging, following instructions in Help etc, however, although the virtualitemcount is correct (i.e. number of pages shown is correct), whatever page I click on the first 10 dataset ...
Score Datagrid cancel command does not work when adding new record
Julia B - 11 Apr 2006 9:55 AM - 3 messages
I've got a datagrid with a add, update/cancel and edit commands. If I edit a record then press the cancel button this works fine. If I add a new record, then change my mind before saving and press cancel, the cancel ...
Score Webcontrol Alignment problem
Jeff Tolman - 11 Apr 2006 5:49 AM - 2 messages
Initially I have a set of imagebuttons within a table <TD> element which I'm using as "tabs" so there is no space between the bottom of the images and the row underneath.  Since these imagebuttons ended up on many pages I ...
Score How to set default values for fields in detailsview
mt - 10 Apr 2006 8:47 PM - 2 messages
Hi, How to set the default values for fields in detailsview in INSERT mode? Which event should I use? By default the fields are blank in insert mode. Any help is appreciated. Thanks ...
Score style question
David Thielen - 10 Apr 2006 5:47 PM - 2 messages
Hi; When displaying a record (not editing - just displaying) and I am displaying it in a FormView because what is shown depends on some of the record values, what do you think works best: 1) Label or TextBox w/ TextBox.Enabled=false for the text fields? ...
Score Validation inside composite controls for ASP .NET 2.0
JorgeDorcasGarcia - 10 Apr 2006 5:27 PM - 4 messages
I'm creating a group of composite controls. Some are more granular than others, for example, a Zip Code control. The control has a TextBox for Zip Code, a TextBox for Zip Extension and compare validators for both of these controls in order to make sure the user enters numeric ...
Score must click button twice for event to fire
Jon Prisbe - 10 Apr 2006 2:33 PM - 2 messages
I have a web site with a default page and several user controls on the page that get set to visible or invisible dependign on the menu optonthe user chooses. One control has another user control on it (child) and that use control can ...
Score problem traping event in child control
sunil - 10 Apr 2006 10:39 AM - 2 messages
hello everybody... I am develooping a kind of asp.net page in which i want to have datagrid inside a datagrid. Thsi i have somehow managed to develop. Now what i want is to have the functionality for the inner datagird to have the column called ...
Score Show ***** only if have a password
David Thielen - 9 Apr 2006 8:47 PM - 7 messages
Hi; When displaying a record, I want to show ***** if they entered a password and nothing if they did not. Is there a way to do this in the aspx file or do I need to add a property to the data called ViewPassword? ...
Score How do I debug apsx pages?
David Thielen - 9 Apr 2006 8:39 PM - 5 messages
Hi; I'm sure it's a simple answer but I can't find it. How do I debug an aspx file? Is there some way to step through the processing of it? ...
Score return url value
David Thielen - 9 Apr 2006 8:29 PM - 6 messages
Hi; I have a page (page X) where I want to have a "Return" button and that takes it back to the previous page (page A) - the one (page A) that linked to this page (page X). Is there an easy way to get the url of page A when page X first loads? ...
Next »