| Thread | Last Post | Replies |
|
| custom button/link in detailsview commandfield section | 11 Apr 2006 15:58 GMT | 2 |
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 separate row. Instead I would like to have this button on the same row ...
|
| Datagrid custom paging always loads page 1 | 11 Apr 2006 15:45 GMT | 2 |
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 items are always loaded. If anyone can help that would ...
|
| Datagrid cancel command does not work when adding new record | 11 Apr 2006 13:42 GMT | 2 |
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 does not work and an invalid record is saved to the dataset. Any ...
|
| How to set default values for fields in detailsview | 10 Apr 2006 23:29 GMT | 1 |
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
|
| return url value | 10 Apr 2006 22:27 GMT | 5 |
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).
|
| Validation inside composite controls for ASP .NET 2.0 | 10 Apr 2006 20:05 GMT | 3 |
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
|
| style question | 10 Apr 2006 19:58 GMT | 1 |
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:
|
| Adding CustomValidator dynamically | 10 Apr 2006 19:16 GMT | 1 |
I have a form on which i add n * 2 TextBox dynamically. I would like to validate them with a CustomValidator. I do it like that (calling from OnInit method): parentControl.Controls.Add(new LiteralControl("<label for=\"" +
|
| Show ***** only if have a password | 10 Apr 2006 18:41 GMT | 6 |
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?
|
| How do I debug apsx pages? | 10 Apr 2006 17:26 GMT | 4 |
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?
|
| must click button twice for event to fire | 10 Apr 2006 15:49 GMT | 1 |
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
|
| problem traping event in child control | 10 Apr 2006 15:21 GMT | 1 |
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
|
| Confirm delete in GridView - the easy way | 10 Apr 2006 09:40 GMT | 1 |
Hi; I think this is the easiest way to do this - http://www.davidthielen.info/programming/2006/04/delete_confirm_.html
|
| FormView - initial template | 10 Apr 2006 09:25 GMT | 1 |
Hi; I call a page that has a FormView from 3 different buttons - view, edit, and create. So I need to set the initial template when the page is called. Is there a way to do this in the url for the page? Or if I have to do it in
|
| HyperLinkField and FindControl | 10 Apr 2006 08:49 GMT | 1 |
Hi; I have a HyperLinkField inside my GridView and it works great. I use DataNavigateUrlFields="ID" DataNavigateUrlFormatString="Datasource.aspx?ID={0}" so I really want this
|