| Thread | Last Post | Replies |
|
| Find Label Control in DetailsView PagerTemplate | 10 Aug 2005 22:08 GMT | 3 |
Not as easy as the simple use of the FindControl method suggests when a label control is declared within the PagerTemplate of a DetailsView control. Anybody using Beta 2 that knows how to do this? I get close but no cigar. <%= Clinton Gallagher
|
| Update Textbox from adjacent dropdown in datagrid custom template | 10 Aug 2005 20:41 GMT | 2 |
I have datagrid custom column defined in a custom server control. I want the user to be able to (optionally) populate a textbox by selecting a value from a drop-down list. I can populate the textbox and the drop-down, but how do I handle the user's action on either the client ...
|
| how to remove multiple items from the list box | 10 Aug 2005 19:43 GMT | 1 |
Hai, i have source and target listbox. i will select multiple items from the source listbox. is it possible to do so? is it possible to add all the removed item to target listbox. i tried. but
|
| Add Controls within Treeview Control asp.net v2.0 | 10 Aug 2005 11:52 GMT | 1 |
I need to add text box , image button , additional checkbox (which is not given in tv control) , dropdown list , is it possible , if yes , please post some code snippet or atleast ways thanks for spending ur time
|
| how do i get rid of border around individual checkbox in checkboxlist? | 10 Aug 2005 10:32 GMT | 5 |
i can't find the propertym, anyone know? thanks
|
| Assigning CSS Class to LinkButton | 10 Aug 2005 09:16 GMT | 2 |
This is probably not the best group for this but I'll give it a go. I am creating a couple of menu type controls. I have a TopMenu and a PageMenu. These controls are formed of a table with a number of cells containing
|
| Why do I get the error "Error Rendering Control" | 09 Aug 2005 22:28 GMT | 1 |
I have created a custom control that inherits from the textbox control and adds a property to it. When I drop it on a page it renders just fine. However,
|
| Page is dirty information | 09 Aug 2005 22:15 GMT | 1 |
On my page I have dataset values displayed in text box and datagrid. After I make any change on the text boxes which do not immediately effect the value in the dataset. How can I know if the dataset is dirty. I mean how can I capture if any change was done to the values in the ...
|
| checkbox on usercontrol not posting back | 09 Aug 2005 15:46 GMT | 1 |
i have autopostback = true. Looking at the html source generated, the checkbox doesn't have any onchange javascript, so its never going to post itself back. I have other controls on the page that do postback automatically.
|
| limit or customize the data displayed using repeaters contol. | 09 Aug 2005 11:54 GMT | 5 |
I use a repeater control to display data, here is line I use to output data <%# ((DataRowView)Container.DataItem)["sItemDesc"]%> now the issue is that this is a description field and I only want to display
|
| Selecting Event in ASP.NET 2.0 fires too late to set parameters. | 08 Aug 2005 16:50 GMT | 2 |
It appears that in Beta 2 of ASP.NET 2.0 the Selecting event is too late to set parameters on the datasource. Apparently the command has already been created. This is not consistent with the documentation. Is this a bug that will be fixed or are the documents wrong?
|
| Dynamic Calendar Control | 08 Aug 2005 14:57 GMT | 4 |
I have a usercontrol that consists of a textbox, button, and calendar control. When someone selects the button, the calendar control displays. The problem is that it takes up about 1/3 of my page just to display(well not really quite that big). But needless to say, it takes up ...
|
| Handling checkboxes in Repeater Control | 08 Aug 2005 12:10 GMT | 2 |
I have added html checkboxes in each row of the repeater control that I draw on the page. Now when I want to find out if the check boxes have been checked or not, I cannot seem to access them. Can anyone please guide me how to access child items in a repeater control.
|
| checkbox value attribute in checkbox control ? | 08 Aug 2005 12:10 GMT | 2 |
I am trying to use checkbox control but cannot seem to find an equivalent value attribute the way it exists in html controls. How can I then assign values to a checkbox control at runtime and then get it back later?
|
| How to retain value in htmlinput file control after every post bac | 08 Aug 2005 10:16 GMT | 1 |
Hai, i have htmlinput file control and few checkbox and dropdown server controls on my page. first i select value for input file control, after taht i select from Dropdown. so in dropdown post back, it clears the value of
|