Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score remove border around checkboxes
Walt Zydhek - 12 Aug 2006 2:32 AM - 2 messages
Is there a way to remove the border around check boxes in webcontrols? Specifically, I am trying to remove the border from around the checkbox for the "Remember Me" option of the Login Control. I have tried numerous ways with no success. ...
Score TemplateBuilder
Jerry C - 11 Aug 2006 9:07 PM - 2 messages
I am trying to use the template builder in a Web part. this code runs but no control in the Template column. this is the CreateChildControls Sub from Form 4 of a sample from MSDN "Introducing the ASP.NET 2.0 Web Parts Fromework" ...
Score Nested Properties in a GridView ASP.Net 2.0
Eyal - 11 Aug 2006 6:58 PM - 4 messages
Hi. I am using a GridView to display records from an ObjectDataSource. My middle-tier layer have nested properties, meaning that I have things like Employee.Name.FullName, where Employee is what I am binding the grid to while FullName is what I want displayed. ...
Score Validation of 2 Textboxes
RChase - 9 Aug 2006 8:01 PM - 2 messages
Here is my situation: I have two fields (let's call them FieldA and FieldB). If FieldA contains a value then FieldB cannot, and if FieldB has a value FieldA cannot. Is there a way using the Validation controls to check for this? ...
Score Table cell with images
Seema Multani - 9 Aug 2006 6:26 PM - 2 messages
I want my cell to be clicable.  The cell contanis an image.  I am doing in the following way but it is not working. tCell.Attributes.Add("onclick", "floor_plan.gif") Thanks, ...
Score Convert a Checkbox value to text in a Formview item template
gadya - 9 Aug 2006 2:07 PM - 3 messages
In an Item template in a formview I have a checkbox thus: parking: <asp:CheckBox ID="parkingCheckBox" runat="server" Checked='<%# eval("parking") %>' Enabled="false" / > However I don't want to display "parking" followed by a ticked/unticked box ...
Score SelectedNode wrong when SelectedNodeChanged event fires
biker - 8 Aug 2006 4:23 PM - 12 messages
Looking back, I guess my first request was a bit long and confusing...I hope this works out better. I have a treeview on a master page that, when I click on a leaf node, fires the SelectedNodeChanged event.  Only problem is, the treeview.SelectedNode ...
Score Use dropdownlist as textbox
Li Pang - 8 Aug 2006 7:25 AM - 4 messages
Hi, I want to use dropdownlist web control as combobox control in window form, ie, allow to enter any text value in the box just like a textbox. In window form the combobox has a style, the ability can be made by ...
Score Adding a second row to a datagriditem?
Steve Hershoff - 8 Aug 2006 12:03 AM - 4 messages
Hi everyone, I'm wondering if anyone has a suggestion on how to do this, or if it's even possible. In my datagrid's OnItemDataBound function I'd like to somehow "add" a child row beneath one of the datagriditems (chosen via a QueryString variable) and ...
Score Style="text-decoration: line-through"
Klaas - 6 Aug 2006 12:57 PM - 2 messages
I have a dropdownlist. When the user clicks on a button I want the selected listitems text to be line-through. Is this possible in IE? or with some javascript? tia ...
Next » 2 3 4 5 6 7 8 9 10