Ask a Question related to ASP.NET General, Design and Development.
-
Lloyd Dupont #1
code block in template control
I have created a templated control.
I used for a while and the I decided to put some internatioanlized string
instead of hardcoded string into the template.
and then my page fail at runtime when I do (in my templated control:
Controls.Add(aSubControl)) with the error this collection cannot be updated
as the control contains code block.
mmhh...
what should I do ?
Lloyd Dupont Guest
-
Template-generated pages block editing
I have a peculiar problem that although I have full administrative permissions set, and I have all permissions set for styles, on any page generated... -
How can I comment out a large block of perl code?
$ perldoc -q 'How can I comment out a large block of perl code?' says to use =begin comment text, =end comment text, but I find the =end comment... -
Why wont the code in the else block run ?
Hi just a quick question. I have a block of code to stop a user double clicking button (adapted from a double form submit blocker). Simple... -
__doPostBack code block not being generated by asp.net page
I have 2 aspx pages... neither of which do anything out of the ordinary. One of the pages automatically generates this block of code when viewed... -
Fitting the asp code in a page inside the asp code in a template
I'm adding code in a template which connects to the only database and also closes the connection. Every page in the site uses the template and...



Reply With Quote

