| Thread | Last Post | Replies |
|
| Bind to MembershipUserCollection Names? | 28 Feb 2006 19:28 GMT | 1 |
I want to bind a DropDownList to the names in a MembershipUserCollection. How can I do that, sorting the names alphabetically? Using ASP.NET 2.0. Thanks.
|
| How do I restore state in a dynamically loaded custom control? | 28 Feb 2006 19:03 GMT | 5 |
I have a products page that takes a product ID in the query string. Based on the product details (from a database), the page then loads up one of a number of custom controls, calls a method in the control (that displays product info) and then loads the control into a placeholder ...
|
| How to get info from PreviousPage | 28 Feb 2006 19:01 GMT | 4 |
I'm doing a cross page post, and want to pick up information from the previous page. The problem is that the previous page contains a user control that is loaded into a Placeholder at run time. I can't seem to get at the Placeholder from the target page.
|
| how to parse changes to control attributes by javascript at post back | 28 Feb 2006 18:35 GMT | 3 |
I've created a custom control which outputs html at runtime like <span id="controlid" value="myvalue"></span>. On my page I have javascript that changes the value of the value attribute. On post back I want to parse the html changed by the javascript and update a server side ...
|
| XSL Exception in C# | 28 Feb 2006 18:07 GMT | 5 |
I'm trying to transform an XML document via XSL and getting the following exception (which Google has never heard of): "Extension function parameters or return values which have Clr type 'ConcatString' are not supported."
|
| Nested ConfigurationElementCollections | 28 Feb 2006 17:56 GMT | 6 |
I'd like to create a ConfigurationSection to handle something that looks like this: <SiteSettings> <site name="develop" smtp="mail.arcabama.com" host="localhost"> <mappings>
|
| "Please enter a more secure.." error in Pet Shop 4.0 | 28 Feb 2006 17:35 GMT | 2 |
I installed the Pet Shop 4.0 app. However everytime I try to create a new user, I get a "Please enter a more secure password" error. I tried all kinds of passwords. I looked at the membership provider for SQL Server and I don't see any settings for passwords.
|
| click event not triggered | 28 Feb 2006 17:14 GMT | 2 |
I have a linkbutton in a template column of my datagrid. I've done the following to add event to each of the button in the grid: For Each dgi As DataGridItem In GridView2.Items AddHandler CType(dgi.FindControl("QueryGroupName"),
|
| asp:label updated via javascript does not get its value saved in the viewstate | 28 Feb 2006 16:51 GMT | 2 |
I have a label on a webpage that shows the result of a calculation. When the page is loaded, the label text is "", and is updated with javascript via its innerText property. Once I click on a asp:button, I try to check the value of the label and it is still "" in the button
|
| Application root | 28 Feb 2006 16:29 GMT | 3 |
Outside of ~, does anyone have tips on handling directory structure? I'm considering adding a parameter in web.config called rootDirectory then tacking it to relative paths as needed. Any problems with this?
|
| hyperlink to a text file in asp.net | 28 Feb 2006 16:16 GMT | 8 |
I have a webform and I want to create a hyperlink to a text file, so that it opens on internet explorer in a new window. I have added the following <a href="file:///D:/Test/Test.txt" id="hplTest" runat="server"
|
| dropdownlist in datagrid | 28 Feb 2006 16:10 GMT | 9 |
I'm having a bad time trying to bind a dpl in a datagrid. Here are my SQL tables: [Person] {PersonId, PersonName, PersonGroupId} [PersonGroup] {PersonGroupId, PersonGroupName}
|
| setting an image-hyperlink width manually??? | 28 Feb 2006 15:51 GMT | 1 |
my gridview should display a column with an image which also is hyperlinked... No problem with: <asp:HyperLinkField
|
| Menu Control Question | 28 Feb 2006 15:46 GMT | 1 |
Is it possible to determine that a user clicked on the menu image rather than the menu link when using the new .NET menu control? Thanks, Vince
|
| Calendar Style | 28 Feb 2006 15:39 GMT | 1 |
I am trying to apply a background color to the cell containing the Calendard Month. I have tried a number of things to no avail; the title style can be changed via the Title Style property.
|