473,732 Members | 2,175 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.Net controls & AJAX

Hi all,
I was wondering if anyone had experience using ajax with asp.net controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view state
usage.
Thanks,
Sharon.
Apr 19 '06 #1
13 1717
check this out for AJAX propose under .NET

" "Atlas" is a free framework for building a new generation of richer, more
interactive, highly personalized standards based Web applications."

Website: http://atlas.asp.net/
Documentation: http://atlas.asp.net/docs/Default.aspx
Best Atlas Tutorial Video:
http://download.microsoft.com/downlo..._net_atlas.wmv

--

Bruno Alexandre
(a Portuguese in Denmark)

"Sharon" <no*****@null.v oid> escreveu na mensagem
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
Hi all,
I was wondering if anyone had experience using ajax with asp.net controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view
state usage.
Thanks,
Sharon.

Apr 19 '06 #2
Besides ATLAS, which is for ASP.NET 2.0, go to sourceforge.net and look up
Anthem.net and MagicAjax. Both are free, open-source, and easy to learn.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Sharon" wrote:
Hi all,
I was wondering if anyone had experience using ajax with asp.net controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view state
usage.
Thanks,
Sharon.

Apr 19 '06 #3
Thanks Bruno.
I'm already using Ajax.NET:
http://ajax.schwarz-interactive.de/c...e/default.aspx
Is Atlas better suited to use asp.net server controls?
Sharon.

"Bruno Alexandre" <br*******@filt rarte.com> wrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
check this out for AJAX propose under .NET

" "Atlas" is a free framework for building a new generation of richer,
more interactive, highly personalized standards based Web applications."

Website: http://atlas.asp.net/
Documentation: http://atlas.asp.net/docs/Default.aspx
Best Atlas Tutorial Video:
http://download.microsoft.com/downlo..._net_atlas.wmv

--

Bruno Alexandre
(a Portuguese in Denmark)

"Sharon" <no*****@null.v oid> escreveu na mensagem
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
Hi all,
I was wondering if anyone had experience using ajax with asp.net
controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view
state usage.
Thanks,
Sharon.


Apr 19 '06 #4
Thanks Peter.
I'm looking for the ajax solution that works best with asp.net server
controls.
Sharon.

"Peter Bromberg [C# MVP]" <pb*******@yaho o.nospammin.com > wrote in message
news:AD******** *************** ***********@mic rosoft.com...
Besides ATLAS, which is for ASP.NET 2.0, go to sourceforge.net and look up
Anthem.net and MagicAjax. Both are free, open-source, and easy to learn.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Sharon" wrote:
Hi all,
I was wondering if anyone had experience using ajax with asp.net
controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view
state
usage.
Thanks,
Sharon.

Apr 19 '06 #5
Soon I saw the tutorial video under Atlas website, I just run and test it in
Brinkster Hosting, were I have my websites, and even with the upload of the
Microsoft.Web.A tlas.dll on my space (under bin folder) it run sweat and nice
:-)
I never thought that a DLL in Share Hosting could be so easy to upload and
use :-)

and because it's so easy to implement (just a few tags) and the tags are
exactly like .NET well, they from Microsoft so, how easy could it be, and
it's free :-)

download the video tutorial "Scott's To Do List" and see what I'm talking
about :-)

I do not think that I will need another AJAX tool, Atlas it's the ideal tool
for me :-)

--
Thank you in Advance.

Bruno Alexandre
(a Portuguese in Denmark)

"Sharon" <no*****@null.v oid> escreveu na mensagem
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
Thanks Bruno.
I'm already using Ajax.NET:
http://ajax.schwarz-interactive.de/c...e/default.aspx
Is Atlas better suited to use asp.net server controls?
Sharon.

"Bruno Alexandre" <br*******@filt rarte.com> wrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
check this out for AJAX propose under .NET

" "Atlas" is a free framework for building a new generation of richer,
more interactive, highly personalized standards based Web applications."

Website: http://atlas.asp.net/
Documentation: http://atlas.asp.net/docs/Default.aspx
Best Atlas Tutorial Video:
http://download.microsoft.com/downlo..._net_atlas.wmv

--

Bruno Alexandre
(a Portuguese in Denmark)

"Sharon" <no*****@null.v oid> escreveu na mensagem
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
Hi all,
I was wondering if anyone had experience using ajax with asp.net
controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view
state usage.
Thanks,
Sharon.



Apr 19 '06 #6
Hello,

ATLAS is what we are going to be using in some months.

In the mean time, ASP .net 2.0, ships "script callbacks", it has some
drawbacks (e.g.: it seems that the viewstate travels with each call), but for
some scenario can be a good idea to use it:
http://www.developer.com/net/asp/article.php/3485991
http://west-wind.com/weblog/posts/2302.aspx

Good luck
Braulio
--
/// ------------------------------
/// Braulio DÃ*ez Colaborador DNM
///
/// http://www.dotnetmania.com
/// My Site (.net Tips): http://www.bdiez.com
/// ------------------------------


"Sharon" wrote:
Hi all,
I was wondering if anyone had experience using ajax with asp.net controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view state
usage.
Thanks,
Sharon.

Apr 19 '06 #7
Yep, thats what i'm looking for.
Thanks for the video.
Sharon.

"Bruno Alexandre" <br*******@filt rarte.com> wrote in message
news:uT******** ******@TK2MSFTN GP05.phx.gbl...
Soon I saw the tutorial video under Atlas website, I just run and test it
in Brinkster Hosting, were I have my websites, and even with the upload of
the Microsoft.Web.A tlas.dll on my space (under bin folder) it run sweat
and nice :-)
I never thought that a DLL in Share Hosting could be so easy to upload and
use :-)

and because it's so easy to implement (just a few tags) and the tags are
exactly like .NET well, they from Microsoft so, how easy could it be, and
it's free :-)

download the video tutorial "Scott's To Do List" and see what I'm talking
about :-)

I do not think that I will need another AJAX tool, Atlas it's the ideal
tool for me :-)

--
Thank you in Advance.

Bruno Alexandre
(a Portuguese in Denmark)

"Sharon" <no*****@null.v oid> escreveu na mensagem
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
Thanks Bruno.
I'm already using Ajax.NET:
http://ajax.schwarz-interactive.de/c...e/default.aspx
Is Atlas better suited to use asp.net server controls?
Sharon.

"Bruno Alexandre" <br*******@filt rarte.com> wrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
check this out for AJAX propose under .NET

" "Atlas" is a free framework for building a new generation of richer,
more interactive, highly personalized standards based Web applications."

Website: http://atlas.asp.net/
Documentation: http://atlas.asp.net/docs/Default.aspx
Best Atlas Tutorial Video:
http://download.microsoft.com/downlo..._net_atlas.wmv

--

Bruno Alexandre
(a Portuguese in Denmark)

"Sharon" <no*****@null.v oid> escreveu na mensagem
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
Hi all,
I was wondering if anyone had experience using ajax with asp.net
controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view
state usage.
Thanks,
Sharon.



Apr 19 '06 #8
Thanks Braulio.
Does "script callbacks" have any advantage over Atlas?
Sharon.

"Braulio Diez" <br************ **@yahoo.es> wrote in message
news:61******** *************** ***********@mic rosoft.com...
Hello,

ATLAS is what we are going to be using in some months.

In the mean time, ASP .net 2.0, ships "script callbacks", it has some
drawbacks (e.g.: it seems that the viewstate travels with each call), but
for
some scenario can be a good idea to use it:
http://www.developer.com/net/asp/article.php/3485991
http://west-wind.com/weblog/posts/2302.aspx

Good luck
Braulio
--
/// ------------------------------
/// Braulio D?ez Colaborador DNM
///
/// http://www.dotnetmania.com
/// My Site (.net Tips): http://www.bdiez.com
/// ------------------------------


"Sharon" wrote:
Hi all,
I was wondering if anyone had experience using ajax with asp.net
controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view
state
usage.
Thanks,
Sharon.

Apr 19 '06 #9
Well...

Atlas is more powerful, but the unique advantage of script callbacks is
that they are in production (ASP .net 2.0 ships script call bakcs), and ATLAS
hasn't been officially released.

Another good point of Script Call Back is that they are quite easy to
use. The main drawback... is not a powerful thing :-(

Bye
Braulio

--
/// ------------------------------
/// Braulio DÃ*ez Colaborador DNM
///
/// http://www.dotnetmania.com
/// My Site (.net Tips): http://www.bdiez.com
/// ------------------------------


"Sharon" wrote:
Thanks Braulio.
Does "script callbacks" have any advantage over Atlas?
Sharon.

"Braulio Diez" <br************ **@yahoo.es> wrote in message
news:61******** *************** ***********@mic rosoft.com...
Hello,

ATLAS is what we are going to be using in some months.

In the mean time, ASP .net 2.0, ships "script callbacks", it has some
drawbacks (e.g.: it seems that the viewstate travels with each call), but
for
some scenario can be a good idea to use it:
http://www.developer.com/net/asp/article.php/3485991
http://west-wind.com/weblog/posts/2302.aspx

Good luck
Braulio
--
/// ------------------------------
/// Braulio D?ez Colaborador DNM
///
/// http://www.dotnetmania.com
/// My Site (.net Tips): http://www.bdiez.com
/// ------------------------------


"Sharon" wrote:
Hi all,
I was wondering if anyone had experience using ajax with asp.net
controls.
What i'm looking for, are ways to implement and possible problems.
A way to implement could be rendering the control on the server side,
and send the html string back to javascript.
A possible problem is the control post back behavior and control view
state
usage.
Thanks,
Sharon.


Apr 19 '06 #10

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

Similar topics

12
3489
by: nat | last post by:
Hi all, I was going to post this in the AJAX forum, but apparently someone posted an AJAX/C# question in there today and was told to try this forum instead. So here goes: I'm trying to figure out whether AJAX will work with dynamically created controls in C#.NET. I have been able to get non-dynamically created controls to work, but so far none of my dynamic controls or events linked to them are able to work with AJAX. Does anyone know...
1
1189
by: Sharon | last post by:
Hi all, I'm trying to programmatically render a user control, but problem is, i don't have the control type and i cannot use register directive as the context is not an aspx page. Any ideas, links. Thanks, Sharon.
0
1343
by: LeProgrammeur | last post by:
Hi guys! I created a control that works like an AJAX container. Basically the way it works is that all the ASP.NET controls that you place inside of the AJAX container will automatically become AJAX enabled. For example, at the same website where I uploaded the control assembly, I also posted some tutorials on how to use this AJAX container control. One of the tutorials walks you through the steps to create an AJAX chat application. You...
8
2302
by: =?Utf-8?B?cGF0cmlja2RyZA==?= | last post by:
Hi everyone! Is there anyway to make ie web controls work in mozilla and ie 7? Thanks in advance!
4
2543
by: Rob Meade | last post by:
Hi all, I played with my first bit of AJAX the other week and was pleasantly surprised that I achieved my goal..now I'd like to try something else.. Question... If I have an updatePanel, and lets say I have a button as a trigger which runs a function in my code behind to add a textbox to the updatePanel, when the form is submitted does this control actually "exist" as such on the
2
1339
by: =?Utf-8?B?RG90TmV0RGV2?= | last post by:
Hi, We are still using .net 1.1 and I am working on a problem that I thought could be 'probably' done easily through 'AJAX'. I visited the ajax.asp.net site and I got an impression that its only for .net 2.0. Can any one point me to resources for using AJAX with asp.net 1.1? Thnx
2
2212
by: =?Utf-8?B?VG9u?= | last post by:
Hello, I want to understand teh benefits of ajax technology. Does anyone has a good website where AJAX EXTENSIONS is worked out so I really understand it. There a 2 main questions: 1) How about the form load event. Why should it fire when I put a button in a update panel? Is this necessary and is only the other controls related to the update panel send back? Or the whole page (If this is true I really do not get it). But please answer...
0
8944
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8773
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9445
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9306
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9180
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6030
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
2721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2177
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.