there is no requirement to use .net event model which requires the controls
to be created for postback.
you can acess the form collection and use you own logic. the hidden field
"__EVENTTARGET" has the postback control name (unless its a button, then the
buttons name/value pair is passed). "__EVENTARGUMENT" has the command arg if
one is used. all the rest of the postbackl control values are in the form
collection as name/value pairs.
-- bruce (sqlwork.com)
> Hi,
>
[quoted text clipped - 16 lines]
> Regards
> DC
DC - 12 Feb 2008 17:52 GMT
On 12 Feb., 17:41, bruce barker
<brucebar...@discussions.microsoft.com> wrote:
> there is no requirement to use .net event model which requires the controls
> to be created for postback.
[quoted text clipped - 29 lines]
>
> - Zitierten Text anzeigen -
Bruce again, allright! I will check this out, sounds like the solution
I am looking for. Thanks a lot,
Regards
DC