|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
I have a page that has several panels. The user can click on buttons provided in each step, and depending on the button click, one of the panels would be set to visible and the others set to visible = false. One of the panels (Panel5) has textboxes and dropdownlists . These fields show the default values which the user can update. Once these fields are updated, and the user clicks the button for the next step, the Panel5 is set to visible=false, and the next panel (Panel6) is displayed. In one of the next steps (part of Panel7), the fields in Panel5 are required to be used. Since the fields required in Panel 7 are in Panel5 which is set to invisible, I cannot access them in Panel7 even with a findcontrol command. How can I refence the values of the fields set in Panel 5 in a process click initiated in Panel7? I did a test with 1 field setting a input type hidden field to the clientid of the required field and it works. Unfortunately I need to reference many fields. Do I have to create a input type hidden for each field and assign them the clientid of each of the required fields or is there a better/easier way? Your help and suggestions would be much appreciated. -- Thanks Morris Hi Morris,
From your description I think you can use Wizard control to do this task. It's easier to use than implementing your own logic with several Panels. Could you try it first to see if it's what you need? http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/standard/wizard. aspx Regards, Allen Chen Microsoft Online Support Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msd***@microsoft.com. ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications. Note: MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 2 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. Thanks. I believe this will help. I will try it in the next few days. If I
have any questions I will post as new topic. -- Show quoteHide quoteThanks for your help. Morris "Allen Chen [MSFT]" wrote: > Hi Morris, > > From your description I think you can use Wizard control to do this task. > It's easier to use than implementing your own logic with several Panels. > > Could you try it first to see if it's what you need? > > http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/standard/wizard. > aspx > > Regards, > Allen Chen > Microsoft Online Support > > Delighting our customers is our #1 priority. We welcome your comments and > suggestions about how we can improve the support we provide to you. Please > feel free to let my manager know what you think of the level of service > provided. You can send feedback directly to my manager at: > msd***@microsoft.com. > > ================================================== > Get notification to my posts through email? Please refer to > http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications. > > Note: MSDN Managed Newsgroup support offering is for non-urgent issues > where an initial response from the community or a Microsoft Support > Engineer within 2 business day is acceptable. Please note that each follow > up response may take approximately 2 business days as the support > professional working with you may need further investigation to reach the > most efficient resolution. The offering is not appropriate for situations > that require urgent, real-time or phone-based interactions. Issues of this > nature are best handled working with a dedicated Microsoft Support Engineer > by contacting Microsoft Customer Support Services (CSS) at > http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx > ================================================== > This posting is provided "AS IS" with no warranties, and confers no rights. > > You're welcome Morris. Please feel free to post a new topic if you have any
question about Wizard control. Thank you for using our Newsgroup Support Service! Regards, Allen Chen Microsoft Online Community Support ================================================= Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msd***@microsoft.com. =================================================
CustomValidator
DropDownList Input Control disappears Alternative to asp:MenuControl? Upload Excel Spreadsheet GridView Edit Template Control Style How to prevent JavaScript conflict in custom server control (when added more than once to a page) Control disappears Enter key as select/submit button Gridview edit template control style |
|||||||||||||||||||||||