| Thread | Last Post | Replies |
|
| 3rd party grid controls, suggest some | 31 Aug 2005 05:22 GMT | 1 |
the other day somebody showed me a really sweet online demo of a grid control for asp.net. The demo presented a list of emails looking like in outlook. It had cool features like instant filtering, meaning that as you typed in the search box, it filtered thigns in the grid. ...
|
| How to access controls in Edit and Insert templates of DetailsView | 30 Aug 2005 21:31 GMT | 1 |
Folks, Your guidance would be appreciated: I have a DetailsView, and I can use FindControl("cmbFoo") to successfully find a DropDownList defined in a <ItemTemplate> of a field in a DetailsView. However, if I move cmbFoo to
|
| Dynamic DataGrid | 30 Aug 2005 15:30 GMT | 2 |
I am wanting to dynamically display different columns in a DataGrid based on what item the user chooses. As an example, if the user chooses Item A, I want to display column1, column2, and column5. If the user chooses Item B, I want to display column1, column2, column8 and ...
|
| required field validators -- grouping?? | 29 Aug 2005 21:17 GMT | 2 |
i have a webform that offers users two options: username & password, or a bunch of "new user" signup textboxes. if they signup, many fields are required. there is one button for each group ("Login", or "Sign Up"). however, im noticing that having required fields on the new user area
|
| Error Creating Control for All Controls | 29 Aug 2005 14:37 GMT | 3 |
Something happened on my pc where I can no longer add web controls to any web page. I get "Error Creating Control". When I run the page the controls appear correctly. This is for all controls under system.web.ui.webcontrols. I did a search for the system.web.dll and there the ...
|
| Multiple controls with the same ID | 28 Aug 2005 22:31 GMT | 1 |
I'm trying to make a WebPropertyGrid control in ASP.NET. The control renders itself as expected when the request is a "GET". When I make a POST, I get the following error: Multiple controls with the same ID 'TestString' were found. FindControl
|
| DataList ItemCommand - trying to get data from contained control | 27 Aug 2005 05:11 GMT | 1 |
Can anyone make heads or tails out of this? I have a DataList control that contains a DropDownList and a HyperLink control. The HyperLink control initiates a command named "REGISTER". The following code executes, I find the DropDownList, but it contains
|
| gridview paging and sorting | 25 Aug 2005 11:42 GMT | 1 |
i have a gridview and sqldatasource control on a page i also have a bunch of textboxes and dropdownlists to filter the data. when the page is first navigated to, i set the selectcommand and call the select method of the sqldatasource control. then i filter the data and it
|
| ListItem individual Color | 25 Aug 2005 11:32 GMT | 3 |
I am aware that there was an issue with the earlier version of the framework and the ability to render attributes properly. Has this been corrected? I am trying to iterate through a DropDownList and change the individual forecolor of specific items and it is not rendering. Any
|
| BigCheckBox in asp.net | 25 Aug 2005 01:11 GMT | 1 |
Can anyone tell me, is asp.net able to render a checkbox similar to the asp BigCheckBox? I am migrating an asp app to asp.net and need to emulate the same look and feel of the old application. Here is an asp example of the control I need for asp.net:
|
| markup in asp:placeholder | 24 Aug 2005 21:26 GMT | 1 |
I need to add an indefinite number of controls to a form (to be determined at run-time). According to what I've read, this means I need an asp:placeholder control. I can't find anything that tells me how to insert non-asp tags within the
|
| embedding <a href > tag in DataGrid | 24 Aug 2005 16:16 GMT | 2 |
I'm new to ASP.NET but have done quite a bit of classic ASP. I need to drill down to another page from the DataGrid using a record's ID. In classic ASP, this was quite easy but I can't find anything equivalent in ASP.NET. For example, I need to go from a page that lists ...
|
| Drop Down List and Arabic numbers | 24 Aug 2005 15:56 GMT | 1 |
I am finding an issue with the current DropDownList and ListBox ASP.NET Web Controls. I had a system set up for Arabic and a string that I put into a drop down had a number. The letters were being displayed in Arabic but the numbers were
|
| user controls | 24 Aug 2005 04:35 GMT | 1 |
I have a asp.net web app written in VB.NET. Can i use a web user control written in C# within my VB.NET asp.net web app?
|
| How to print multiple tabs of a webform | 23 Aug 2005 13:07 GMT | 2 |
I have a webform that uses the TabStrip and MultiPage webcontrols. I also have a Print button on the form to print all of the information of the webform (all tabs): <input type="button" value="Print" onclick="window.print()">
|