Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 25th, 2006, 02:25 AM
Authorized User
 
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to savan_thakkar Send a message via Yahoo to savan_thakkar
Default Implementing technology of Rediffmail

hi,
Please visit http://in.rediff.com/index.html
Login here if you have rediffmail user.
Now,you can see one thing in Inbox.
There is a Plus sign(+) in the left side of each mail.
By clicking on that Plus sign, mail can be viewed on the same page.
I think they have used iFrame for that & AJAX is also technology used by them.But how is it possible?
Can anyone tell me how can I implement this?

Savan
__________________
Savan
 
Old March 28th, 2006, 12:32 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

I dont use AJAX currently and I dont have a rediff account, however, a simple fix would be to create an ImageButton that displays a plus Icon and a panel. Set the default visablity of the panel to false and when the button is clicked, set the visibility of the panel to true. You can then show and hide different parts of the UI with the click of the button, though it does cost additional roundtrips to the server.

"The one language all programmers understand is profanity."
 
Old March 30th, 2006, 04:59 AM
Authorized User
 
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to savan_thakkar Send a message via Yahoo to savan_thakkar
Default

Your solution is obvious.
But the Problem is something like this.
I have taken the datalist.Now how can I get the status of the Plus image that has been clicked?
You can implement the solution of this problem on your system.Then u will find the actual problem.
Thanks for reply...


Savan





Similar Threads
Thread Thread Starter Forum Replies Last Post
Server Push Technology abhi.sharma05 .NET Framework 2.0 1 February 12th, 2007 01:07 PM
Technology Migration chitrack Visual C++ 0 August 3rd, 2006 07:39 AM
Web technology? langer123 Linux 1 November 23rd, 2005 07:02 AM
new to ASP.NET technology ayassine BOOK: Access 2003 VBA Programmer's Reference 1 November 22nd, 2005 03:48 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.