| Thread | Last Post | Replies |
|
| edit single record in formview | 24 Jan 2006 22:41 GMT | 3 |
i want to return a selected record through output parameters in a stored proc and bind them to a formview; is this possible and how should it be done? currently i'm using a stored proced that essentially returns a set of data containing only one row for the selected record. it ...
|
| Customizing a TreeNode's viewstate | 24 Jan 2006 20:56 GMT | 2 |
I have a custom subclass of TreeNode that has to store it's own additional viewstate to itself. However, the problem I run into is that even though the owning TreeView is itself a subclass that overrides CreateNode(), then calling TreeNode.LoadViewState(object), all ChildNodes ...
|
| Wiring up events... | 24 Jan 2006 17:25 GMT | 2 |
html: ...OnSelectedIndexChanged="ddlSearchBy_SelectedIndexChanged"> vb: Public Sub ddlSearchBy_SelectedIndexChanged(ByVal sender As
|
| Unable to find control id referenced by the 'ControlToValidate' Pr | 24 Jan 2006 17:24 GMT | 1 |
I am adding a textbox and a requiredvalidator control dynamically to a usercontrol, and I get this error on the validator control. I have tried changing to ClientID and UniqueID with no success. What am I missing? I am adding the control to the same TableCell so the container ...
|
| ITemplate - Dynamic ImageButton in BindLabelColumn for DataList | 24 Jan 2006 15:34 GMT | 18 |
Good Morning, I am trying to dynamically generate an ImageButton in a datalist label column. When I have a static reference to the image 'image/plus.gif', the image is displayed in the label column.
|
| javascript within TEMPLATECOLUMNS | 24 Jan 2006 03:40 GMT | 1 |
I've learned how to add javascript to a web control in .NET using the ".Attributes.Add" method. example: MYBUTTON.Attributes.add("onClick", "blablafunction")
|
| Inheriting from the TreeNode class | 23 Jan 2006 14:49 GMT | 6 |
I have a written a class that inherits from the TreeNode class I want to use the inherited TreeNode class to attach custom properties to the nodes in a TreeView web control I am trying to use the TreeNodePopulate event to read the custom property
|
| DynamicMenuItemStyle override style (cursor:text) | 23 Jan 2006 14:04 GMT | 1 |
I am using the DynamicMenuItemStyle element and all seems to be going well, except that I have a custom CSSClass associated with the item that has styles being overwritten by the default style of the item. In the case below, this is the code that is ultimately generated. My
|
| Format telephone number?? | 23 Jan 2006 13:25 GMT | 2 |
Ok, this is yet again one of those things that is driving me crazy. How do I use a formatting expression to format a number? Here's what I'm trying, but, it isn't working. Text='<%# Eval("fldPhone", "(###)-###-####") %>'
|
| Force multi line field value to output with line breaks? | 23 Jan 2006 13:23 GMT | 2 |
I have a field value that might look like this in the db First Line Second Line Third Line
|
| Customise the SiteMapPath Control or use wild card URLs with a custom SiteMapProvider | 23 Jan 2006 10:23 GMT | 1 |
I am using a custom site map provider to create a site map populated from a database. I am using the SiteMapPath control to display "bread crumbs" on the pages of my site.
|
| detailsview, | 23 Jan 2006 05:58 GMT | 8 |
Why would i get this error: Could not find a property named 'DBMANTransNumber' on the type specified by the DataObjectTypeName property in ObjectDataSource 'ObjectDataSource1'. Here what I am doing, I am using a dataset completly setup by the wizards
|
| Extracting values from child controls of a Repeater | 22 Jan 2006 20:41 GMT | 3 |
I am building a multiple choice exam application and trying to extract values from child controls contained inside a Repeater. I am using a custom control (QuestionLabel) to display the question text and question ID and a RadioButtonList for the answers with a DataValueField ...
|
| 3-Tier Binding Problem ????????? | 22 Jan 2006 16:57 GMT | 5 |
In a 3-Tier application, once upon a while comes the need for binding objects or usercontrols from other objects, example binding a usercontrol in the Presentation layer from a Business Layer Object, My problem:
|
| Enabling/diusabling child controls | 22 Jan 2006 16:42 GMT | 3 |
I have got a child control within a parent control. If i disable my child control but enable my parent control , does it cause the pchild control to stay enabled? Example:- I have got a checkboxlist web control within a table control and I
|