| Thread | Last Post | Replies |
|
| Viewstate and Master page with programmatically created content | 27 Jan 2006 23:37 GMT | 1 |
I am considering designing a page where all the controls on the page are created programmatically. I read the MSDN Library article at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbts kAddingControlsToWebFormsPageProgrammatically.asp
|
| Strange behavior with gridview and selectedindex | 27 Jan 2006 18:40 GMT | 2 |
Hello there, I have an asp.net 2.0 web app that uses gridview and formview. When a user selects an item in the gridview the formview appears to show the detail. This works quite well. However, I'd also like the formview to be displayed
|
| Date masked textbox for user input | 27 Jan 2006 17:20 GMT | 4 |
Good Morning, I have some users which are having difficulty entering dates in the format MM/DD/YYYY. I validate the user's entry, but have been asked to research masking the textbox so the users entry will automatically display as
|
| Listboxes display failing | 27 Jan 2006 16:08 GMT | 1 |
I have a listbox within a DIV on an SSL page and when the page is refreshed the listbox jumps within the div. Also, sometimes the items within the list box ocerlap each other and the font style is not aplied. It is almost as if the listbox is displayed and then the style is ...
|
| Hide show asp table | 27 Jan 2006 07:48 GMT | 2 |
I have the following <table> in my webform.aspx : <table id="Tbllist" border="0" style="Display: none"></table> In the form there is a button called "btnlist". On the "btn_list_click" event I would to "show" the table above.
|
| Persisting ListItemCollection values across postback, using ViewSt | 27 Jan 2006 02:29 GMT | 3 |
I have a series of composite controls to replace most common form controls (adding Ajax support and a built in validator), and have all of the simple controls working (textbox, checkbox, button, etc.), but have an issue with Viewstate and Postback when it comes to ListItem based ...
|
| Global Themes Folder Missing | 27 Jan 2006 02:21 GMT | 5 |
During the installation of Visual Studio 2005 and .NET Framework 2.0, apparently a Global Themes folder is supposed to be installed under WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles. This folder doesn't appear to have been installed during my installation of
|
| multiview | 26 Jan 2006 23:25 GMT | 2 |
How do I change the size (width & hight) of the multiview and view controls? I want to use them as tabstrip. In their properties the size elements do not appear. --anat
|
| DropDown List | 26 Jan 2006 21:19 GMT | 2 |
I am trying to see up a drop down list so that the key value is set up as follow(s) <option value="id|description">description</option> where id and description are values that are pulled back from the database, I know I have seen this
|
| CheckBoxList ViewState / Uncheck | 26 Jan 2006 02:44 GMT | 2 |
I have a checkboxlist populated by a database and a button. I check some items in the checkboxlist and submit with the button, the checkboxlist items remain checked. If I then want to uncheck some items, and submit with the button, the items are checked again. Anyone has a ...
|
| Itemtemplace and many to one dropdown example wanted | 26 Jan 2006 01:46 GMT | 7 |
Where can i find an expample of a item template that does the following example of detailsview name: Jack City: 2342
|
| Other browsers | 25 Jan 2006 17:23 GMT | 1 |
Do these webconrols only work with I.E. browsers? Thanks, T
|
| Menu Control building via code | 25 Jan 2006 15:36 GMT | 3 |
Has anybody built a menu control via a hierarchical structure in a database. If so could you please help me out. I want to get a structure from a db then build the menu up on the fly. Any examples would be great.
|
| These controls are a real mess | 25 Jan 2006 09:16 GMT | 1 |
After learning about these controls I go to the MSDN site that is supposed to provide download capability. The link to download is no longer a link so they can't be downloaded. I spend a few hours looking in all of the forums and find that other people can't find a link either ...
|
| Webparts verb menu | 24 Jan 2006 23:56 GMT | 1 |
I doing to the Walkthrough: Creating a Web Parts Page in the Visual Studio help and my WebPartZones do not have the dropdown arrow that displays the verb menu when I run my application. I can see the arrow in design mode, just not when I run.
|