Re: Wrap a div tag around viewstate output
From: Eliyahu Goldin (removemeegoldin_at_monarchmed.com)
Date: 09/19/04
- Next message: Hermit Dave: "Re: Firing an event on close of window"
- Previous message: Ed West: "Can't get FormsAuthentication.SignOut to work... ??"
- In reply to: Henrik Larsen: "Wrap a div tag around viewstate output"
- Next in thread: Henrik Larsen: "Re: Wrap a div tag around viewstate output"
- Reply: Henrik Larsen: "Re: Wrap a div tag around viewstate output"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 19 Sep 2004 10:34:51 +0200
Since these inputs are not in the source page code, it is hard to imagine
how you can affect their generation.
What is the problem in the first place? What do you mean by "destroying the
css code"?
Eliyahu
"Henrik Larsen" <henrik.larsen@nospam.com> wrote in message
news:%23yzhK5cnEHA.2172@TK2MSFTNGP10.phx.gbl...
> Hello!
>
> The hidden controls of asp.net destroys the css code in a page I have
made:
>
> I wonder; how can I change this;
>
> <input type="hidden" name="__EVENTTARGET" value="" />
> <input type="hidden" name="__EVENTARGUMENT" value="" />
> <input type="hidden" name="__VIEWSTATE" value="xxx" />
>
> to
>
> <div>
> <input type="hidden" name="__EVENTTARGET" value="" />
> <input type="hidden" name="__EVENTARGUMENT" value="" />
> <input type="hidden" name="__VIEWSTATE" value="xxx" />
> </div>
>
> Thanks for any help
>
>
- Next message: Hermit Dave: "Re: Firing an event on close of window"
- Previous message: Ed West: "Can't get FormsAuthentication.SignOut to work... ??"
- In reply to: Henrik Larsen: "Wrap a div tag around viewstate output"
- Next in thread: Henrik Larsen: "Re: Wrap a div tag around viewstate output"
- Reply: Henrik Larsen: "Re: Wrap a div tag around viewstate output"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|