Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
![]() |
I'm a newbie and I've got some problem with my project.
Here's my prob.
I have 2 pages.
First page I have 2 dropdownlist, months and years, and some radio button.
Second page I have checkboxlist and submit button.
When i click on radio button in the first page(autopostback), it redirect to the second page.
and when i submit on the second page, will go back to the first page.
I want to keep my selectedindex in the first page when i go back.
What should i do?
Sorry, my skill language is not good.
Ps. English is not my motherlanguage.
Here's my prob.
I have 2 pages.
First page I have 2 dropdownlist, months and years, and some radio button.
Second page I have checkboxlist and submit button.
When i click on radio button in the first page(autopostback), it redirect to the second page.
and when i submit on the second page, will go back to the first page.
I want to keep my selectedindex in the first page when i go back.
What should i do?
Sorry, my skill language is not good.
Ps. English is not my motherlanguage.
•
•
Join Date: Apr 2006
Posts: 62
Reputation:
Rep Power: 3
Solved Threads: 0
these examples will help u to understand,
1- ) if u dont want to lose your things in textboxes u have to add
<@Page EnableViewState="true">top of the page.
2- ) if u dont want to lose your things in any of textboxes u have to do like this...
<asp:TextBox id="TextBox1" runat="server" EnableViewState="True"></asp:TextBox>bye
1- ) if u dont want to lose your things in textboxes u have to add
<@Page EnableViewState="true">top of the page.
2- ) if u dont want to lose your things in any of textboxes u have to do like this...
<asp:TextBox id="TextBox1" runat="server" EnableViewState="True"></asp:TextBox>bye
![]() |
Similar Threads
Other Threads in the ASP.NET Forum
- how to know address through IP address (Java)
- Choosing File Upload Destination from dropdown (PHP)
- searching and paging..plz help.. (ASP)
- Cd Tary Wont Open (Storage)
- How to update a Datagrid cell in Javascript (C#)
- digg v3 launched today (IT Professionals' Lounge)
- I lost all my program on start menu and word/excel docs (Windows NT / 2000 / XP / 2003)
- Blank drop list (PHP)
- database table design problems (Database Design)
Other Threads in the ASP.NET Forum
- Previous Thread: onclick dropdown event
- Next Thread: Beginner: Insert, Update, Delete & Search records from/to sql database
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode