| Thread | Last Post | Replies |
|
| control rendering question | 27 Nov 2007 11:01 GMT | 4 |
there seems to be different scenarios when controls that are added to a control's hiearchy are rendered. If you just add them to the hierachy and don't override the control's render method i believe they will just get rendered.
|
| custom databound control help | 20 Nov 2007 21:01 GMT | 1 |
hey all, I'm trying to follow the article walkthrough from msdn and had an issue that i'd like to get some help with if i could. i've gone thru the whole walkthrough and it works fine except for when i go into design view it shows
|
| Dynamically Building Controls in ASP.net | 20 Nov 2007 14:36 GMT | 2 |
I've seen alot of questions and replies about building controls dynamically in ASP.net but i can't find one with answers to my specific situation: I'm trying to build controls dynamically based on the user selection from a DropDownListBox. I can't automatically build the controls ...
|
| where in page life cycle should databound control populate its data? | 19 Nov 2007 13:14 GMT | 3 |
i'm curious as to which events should a drop down list's values be loaded and when the correct value should be set selected. And what is the logic behind this timing? thanks!!!
|
| adding a textbox run time gives error | 19 Nov 2007 12:05 GMT | 3 |
Dear All, I have checked many places but couldn't find the error in this script. Error is: "Control 'YourAnswer' of type 'TextBox' must be placed inside a form tag
|
| Concurrency violation adding records Why? | 18 Nov 2007 04:31 GMT | 7 |
I'm getting periodic concurrency violations while adding new records, can someone please tell me how to resolve this. I have an application that is running multi-user, approx 60+ users and for some reason my application is throwing a concurrency violation when adding a new ...
|
| Dynamically setting file name in a hyperlink | 13 Nov 2007 19:59 GMT | 4 |
I want to set a navigate URL to include the name of a file, that is derived from a field from the SQL query. I get "Server Tag is not well formed" when I try to run this: <asp:HyperLink ID="hyperlink" runat="server" NavigateUrl="\\server\share\"
|
| Best way to do this ? | 12 Nov 2007 16:46 GMT | 2 |
I have a distributed N-tier C++ application that I want to make available online. Because of the architecture, I should be *in theory* be able to replace the presentation tier from the current one to web pages. However, I am not sure what the best way to do this is - since the GUI ...
|