Home All Groups Group Topic Archive Search About
Author
25 Nov 2005 4:07 PM
TC
I there any way to make the nex button on a wizard control the dafault when
the user presses the enter key in a textbox inside a wizard page?
I need to get this functionality.

TIA!

Author
25 Nov 2005 4:13 PM
Karl Seguin
If this is w/regards to 2.0, you can specify the defaultButton attribute in
a containing panel, check out:

http://weblogs.asp.net/scottgu/archive/2005/08/04/421647.aspx

basically, wrap your wizard in a panel and add a defaultButton property

karl

--
MY ASP.Net tutorials
http://www.openmymind.net/


Show quoteHide quote
"TC" <tcord***@hotmail.com> wrote in message
news:eLqeMpd8FHA.1484@tk2msftngp13.phx.gbl...
>I there any way to make the nex button on a wizard control the dafault when
>the user presses the enter key in a textbox inside a wizard page?
> I need to get this functionality.
>
> TIA!
>
>
Are all your drivers up to date? click for free checkup

Author
25 Nov 2005 4:36 PM
TC
Thank you for your response.

Yes this is in 2.0, the problem is that The panel requires me to assign the
DefaultButton to a Button control, it seems I cannot tell it use the wizard
Next or finish button. Is there a workarround for this?


Thanks


Show quoteHide quote
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:eCZONtd8FHA.3636@TK2MSFTNGP09.phx.gbl...
> If this is w/regards to 2.0, you can specify the defaultButton attribute
> in a containing panel, check out:
>
> http://weblogs.asp.net/scottgu/archive/2005/08/04/421647.aspx
>
> basically, wrap your wizard in a panel and add a defaultButton property
>
> karl
>
> --
> MY ASP.Net tutorials
> http://www.openmymind.net/
>
>
> "TC" <tcord***@hotmail.com> wrote in message
> news:eLqeMpd8FHA.1484@tk2msftngp13.phx.gbl...
>>I there any way to make the nex button on a wizard control the dafault
>>when the user presses the enter key in a textbox inside a wizard page?
>> I need to get this functionality.
>>
>> TIA!
>>
>>
>
>
Author
8 Dec 2005 3:36 PM
Ken Nipper
Karl Seguin wrote:

> If this is w/regards to 2.0, you can specify the defaultButton
> attribute in a containing panel, check out:
>
> http://weblogs.asp.net/scottgu/archive/2005/08/04/421647.aspx
>
> basically, wrap your wizard in a panel and add a defaultButton
> property
>
> karl

I also have the same problem.  Do you have any other suggestions?

Ken

Bookmark and Share