Ask a Question related to ASP.NET General, Design and Development.
-
VB Programmer #1
Wierd error when going to Design View from HTML view
When I go from HTML view (in a webform) to Design View I get the following
error:
Could not open in Design view. Quote values differently inside a '<% ...
"value" ... %>' block.
I know exactly where it is. All I did was change the PARAM value of an
OBJECT from this:
<PARAM NAME="MyValue" VALUE="20">
to this:
<PARAM NAME="MyValue" VALUE="<% = Request.QueryString("Value1") %>">
The reason I changed the value is that I want the OBJECT to change it's
value, MyValue, based on what I send it in the querystring.
Any ideas? Better ways to do this?
Thanks,
Robert
VB Programmer Guest
-
XSL and design view
I REPOST this, is there no body who can help ?? Its really VERY VERY annoying ! I must add that also the small tags dw puts if things like... -
DW Split View - Design View
When working in DW in Split View, when the user clicks into the Design View window the view automatically updates the view if code view has changed.... -
Need to update other WebControls when switching from html to design view
Hello all, I have a set of WebControls that have a common base class where the base class contains a "bool" property that all controls on a... -
Add controls to my custom control with tags in HTML design view
I have created a custom control but would like to add other controls to it at design time. I want to be able to put custom control tags inside the... -
html file shouldn't open in design view
Hi dudes. yup that is my question. is it possible to make a html file but that should not open in design view of dreamwever. u should have to go... -
VB Programmer #2
Re: Wierd error when going to Design View from HTML view
Using single quotes for Value1 allowed me to goto Design View.
BUT, when I went back to HTML view it CHANGED my VALUE to VALUE="0" and
ERASED what I scripted.
Any ideas?? Can I do this programatically??
"VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
news:en2fcYvRDHA.2252@TK2MSFTNGP12.phx.gbl...> When I go from HTML view (in a webform) to Design View I get the following
> error:
> Could not open in Design view. Quote values differently inside a '<% ...
> "value" ... %>' block.
>
> I know exactly where it is. All I did was change the PARAM value of an
> OBJECT from this:
> <PARAM NAME="MyValue" VALUE="20">
> to this:
> <PARAM NAME="MyValue" VALUE="<% = Request.QueryString("Value1") %>">
>
> The reason I changed the value is that I want the OBJECT to change it's
> value, MyValue, based on what I send it in the querystring.
>
> Any ideas? Better ways to do this?
>
> Thanks,
> Robert
>
>
VB Programmer Guest



Reply With Quote

