You're right, by the way, the pages are .ascx pages, ma they lived
"alone", like .aspx pages (they're not embedded in .aspx pages).
And the second page where redirect the user in NewUser.ascx (or .aspx,
it all the same).
Thanks for precisation.
Luis
Well first off.. you can't redirect to a user control (ascx) because
that's not a "page" per se
Secondly, your original post gives no indication *where* to send the
user
On Jun 16, 10:05 am, ciupaz wrote:
> So putting value="NewUser.ascx" in the tag?
>
> Luis
So putting value="NewUser.ascx" in the tag?
Luis
$("#Users").change(function() {
var url = $(this).val();
top.location = url;
});
On Tue, Jun 16, 2009 at 3:53 PM, ciupaz wrote:
>
> Hi all,
> I have an .ascx page with a populated combobox:
>
>
> ---New User---
> Ted Wilson
> Katy Bruce
>
>
> I need that when the use
4 matches
Mail list logo