 |
| 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
|
|
|
|

July 1st, 2006, 07:31 PM
|
|
Authorized User
|
|
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

July 2nd, 2006, 10:01 PM
|
|
Authorized User
|
|
Join Date: Apr 2006
Posts: 79
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
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.
|
|

July 3rd, 2006, 04:41 PM
|
|
Authorized User
|
|
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

July 4th, 2006, 12:20 AM
|
|
Wrox Technical Editor
|
|
Join Date: Dec 2005
Posts: 271
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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]
|
|

July 4th, 2006, 04:29 PM
|
|
Authorized User
|
|
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

July 5th, 2006, 06:55 AM
|
|
Authorized User
|
|
Join Date: Apr 2006
Posts: 79
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
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
|
|

July 5th, 2006, 04:23 PM
|
|
Authorized User
|
|
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

July 7th, 2006, 03:03 PM
|
|
Authorized User
|
|
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks a lot for your help.
One more thing...Can you please tell me what's the difference between AJAX and ATLAS??
Savan
|
|

July 7th, 2006, 03:21 PM
|
|
Authorized User
|
|
Join Date: Feb 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hey..One more thing..In Yahoo, Rediffmail, they give the facility of Drag and Drop.
Can we make a datagrid with such facility?
Savan
|
|
 |