473,405 Members | 2,154 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Please Help! Can't figure this out...

Hey all,

Ok, I've been working on this problem for a few days now, and I can't
figure it out. I have a .aspx page that has 2 panels on it. In the first
panel, I have a form with a few radio buttons, then a submit button (I'm
using postback). On the second panel, I want to list the radio buttons that
the user clicked on. Here is my questions:

1. How can I list the buttons the user clicked on
2. When I click my back button, the first panel does not show back up.
I've tried response.expires, but that seems to cause problems with the
viewstate. Plus, I don't want the pages to show up as "Page has expired" in
their browser.

I really need some help with this!!

Thanks!

Chad
Nov 18 '05 #1
2 891
Just wanted everyone to know that I figured out what was wrong with my
panels. I had a custom compression module on the site, and as soon as I
remove it, the panels worked perfectly. Does anyone know of a VB .NET (with
source code) HTTP compression module, or a C# compression module (with
source code) on the net?

Thanks!

Chad

"Chad A. Beckner" <Ch*********@ProspectiveLink.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hey all,

Ok, I've been working on this problem for a few days now, and I can't
figure it out. I have a .aspx page that has 2 panels on it. In the first
panel, I have a form with a few radio buttons, then a submit button (I'm
using postback). On the second panel, I want to list the radio buttons that the user clicked on. Here is my questions:

1. How can I list the buttons the user clicked on
2. When I click my back button, the first panel does not show back up.
I've tried response.expires, but that seems to cause problems with the
viewstate. Plus, I don't want the pages to show up as "Page has expired" in their browser.

I really need some help with this!!

Thanks!

Chad

Nov 18 '05 #2
http://www.icsharpcode.net/OpenSourc...b/Default.aspx

--
bl********@as.ro
www.bloomfield.as.ro

Chad A. Beckner wrote:
Just wanted everyone to know that I figured out what was wrong with my
panels. I had a custom compression module on the site, and as soon as I
remove it, the panels worked perfectly. Does anyone know of a VB .NET (with
source code) HTTP compression module, or a C# compression module (with
source code) on the net?

Thanks!

Chad

"Chad A. Beckner" <Ch*********@ProspectiveLink.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hey all,

Ok, I've been working on this problem for a few days now, and I can't
figure it out. I have a .aspx page that has 2 panels on it. In the first
panel, I have a form with a few radio buttons, then a submit button (I'm
using postback). On the second panel, I want to list the radio buttons


that
the user clicked on. Here is my questions:

1. How can I list the buttons the user clicked on
2. When I click my back button, the first panel does not show back up.
I've tried response.expires, but that seems to cause problems with the
viewstate. Plus, I don't want the pages to show up as "Page has expired"


in
their browser.

I really need some help with this!!

Thanks!

Chad


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: cpptutor2000 | last post by:
Could some C++ guru please help me ? I am using gcc 3.2.3 and I am trying to invoke some functions defined in a C file from inside a C++ class, and I keep getting linker error messages 'undefined...
14
by: TrvlOrm | last post by:
OK. After much playing around, I managed to get my frame page this far.. see code below. BUT...there are still errors with it, and what I would like to have happened is this: 1) On the Left...
7
by: tyler_durden | last post by:
thanks a lot for all your help..I'm really appreciated... with all the help I've been getting in forums I've been able to continue my program and it's almost done, but I'm having a big problem that...
4
by: Corey Dyke | last post by:
K here's what happened. For my English project at DeVry, I had to design a website for a company of my choice. So since my dad has been after me for years to do one for him, I decided to finally...
1
SKJoy2001
by: SKJoy2001 | last post by:
PLEASE HELP ME!!! P E R L!!! I have a CGI (PERL) file namely 'test.cgi' and it has the correct permission (755) on the FTP server and it is within the CGI path. I have the following code in it:...
62
by: vubaboota | last post by:
I HAVE SOME SERIOUS PROBLEM , HOW TO MAKE A PROGRAM IN C Q1: Write a program using malloc function. In which you take input from user and allocate memory equal to square of this number. Which...
6
by: jenipriya | last post by:
Hi all... its very urgent.. please........i m a beginner in oracle.... Anyone please help me wit dese codes i hv tried... and correct the errors... The table structures i hav Employee (EmpID,...
0
by: sa6113 | last post by:
I want to connect to a Windows machine in my network , using ssh, I use paramiko but I have problem in authentication, would you please help me? 1- I have installed freeSSHD in server machine? Is...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.