Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Professional
|
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 July 1st, 2006, 07:31 PM
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 Making a page like Orkut or GMail (AJAX,ATLAS)

Hi,
1>
When you open a page in GMail or orkut.com, sometimes while loading the page or redirecting the page,you get a message of Loading, and it redirects to destination without refreshing the page.
2>
Another problem is as below:
I have one dropdown and a checkboxlist.
Can I update checkboxlist values (Checked or Unchecked) by selecting the dropdown WITHOUT POSTBACK.

Any help is appreciated...
Thanks and Regards...

Savan
__________________
Savan
 
Old July 2nd, 2006, 10:01 PM
Authorized User
 
Join Date: Apr 2006
Posts: 79
Thanks: 1
Thanked 0 Times in 0 Posts
Send a message via AIM to anujrathi Send a message via MSN to anujrathi Send a message via Yahoo to anujrathi
Default

Hi,

If u want to do any clint side validation or event then, u will have to use javaScript or vbScript. Bcoz with the hwlp of server controls,u can do only server side coding, means it will execute only on the server side.
 
Old July 3rd, 2006, 04:41 PM
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

No dear..I think you are misunderstood with the problem..
I have one DropDown and one CheckBoxList.
When I select an item in dropdown, some items in checkboxlist should get selected(brought from database). I want this to be done client side.
Thanks in Advance...

Savan
 
Old July 4th, 2006, 12:20 AM
Wrox Technical Editor
 
Join Date: Dec 2005
Posts: 271
Thanks: 0
Thanked 0 Times in 0 Posts
Default

1>It's a combination of XML, XSLT, Javascript, and XHTML; known as AJAX or ATLAS.
From what I gather Gmail uses a combination of AJAX and an embedded frame.
Also Look into the XMLHttpRequest: http://en.wikipedia.org/wiki/XMLHttpRequest

2> Take a look at Microsoft ATLAS (http://atlas.asp.net/), alternatively this could be done with pure Javascript.

“Gmail makes intensive use of Ajax (specifically, the AjaXSLT framework), employing modern browser features such as JavaScript and keyboard access keys, allowing for a rich user experience, while retaining the benefits of a web application” - http://en.wikipedia.org/wiki/Gmail


- Adam Kahtava [http://adam.kahtava.com]
 
Old July 4th, 2006, 04:29 PM
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

Thanks Adam.I haven't read the links in details. But they seem to be very useful.
Thank you very much for your reply..

Savan
 
Old July 5th, 2006, 06:55 AM
Authorized User
 
Join Date: Apr 2006
Posts: 79
Thanks: 1
Thanked 0 Times in 0 Posts
Send a message via AIM to anujrathi Send a message via MSN to anujrathi Send a message via Yahoo to anujrathi
Default

Hi Adam,

Pls tell me I use AJAX or ATLAS in VS 2003. Actually I am using VS 2003 framework 1.1. Pls give me detail about it.

Anuj Rathi
 
Old July 5th, 2006, 04:23 PM
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

Yeah...That's a nice Question..
Anyone knows how to use AJAX or ATLAS can be used in .NET 2003??
Any help is appreciated...

Savan
 
Old July 5th, 2006, 07:17 PM
Wrox Technical Editor
 
Join Date: Dec 2005
Posts: 271
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ATLAS (http://atlas.asp.net/) is an AJAX component for ASP.NET developed by Microsoft; there are other AJAX components for ASP.NET like AJAX.NET (http://www.ajaxpro.info/).

AJAX.NET works with Visual Studio 2003, but I don’t know if ATLAS will.

For more information on ATLAS visit the following:
Roadmap to ASP.NET "Atlas" Documentation and Resources: http://atlas.asp.net/docs/
Atlas Tutorial: Creating an AJAX Scribble application: http://www.codeproject.com/Ajax/ajax_scribble.asp
Using Atlas to View Customers: http://www.xmlforasp.net/codeSection.aspx?csID=116

- Adam Kahtava [http://adam.kahtava.com]
 
Old July 7th, 2006, 03:03 PM
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

Thanks a lot for your help.
One more thing...Can you please tell me what's the difference between AJAX and ATLAS??

Savan
 
Old July 7th, 2006, 03:21 PM
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

Hey..One more thing..In Yahoo, Rediffmail, they give the facility of Drag and Drop.
Can we make a datagrid with such facility?

Savan





Similar Threads
Thread Thread Starter Forum Replies Last Post
Atlas/AJAX - anyone have success using with TBH? deasoft BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 February 17th, 2009 01:24 AM
log in page like orkut nirmalbarsainyan ASP.NET 1.0 and 1.1 Professional 1 April 24th, 2007 02:12 AM
problem in designing login page like orkut nirmalbarsainyan ASP.NET 1.x and 2.0 Application Design 1 April 19th, 2007 05:15 AM
log in page like orkut nirmalbarsainyan ASP.NET 2.0 Basics 0 April 18th, 2007 08:45 AM
Making a page like GMail or Orkut savan_thakkar ASP.NET 2.0 Professional 2 July 5th, 2006 07:36 PM





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