473,388 Members | 1,286 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,388 software developers and data experts.

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 1693
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.void> escreveu na mensagem
news:%2****************@TK2MSFTNGP05.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*******@filtrarte.com> wrote in message
news:%2****************@TK2MSFTNGP03.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.void> escreveu na mensagem
news:%2****************@TK2MSFTNGP05.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*******@yahoo.nospammin.com> wrote in message
news:AD**********************************@microsof t.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.Atlas.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.void> escreveu na mensagem
news:%2****************@TK2MSFTNGP05.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*******@filtrarte.com> wrote in message
news:%2****************@TK2MSFTNGP03.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.void> escreveu na mensagem
news:%2****************@TK2MSFTNGP05.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*******@filtrarte.com> wrote in message
news:uT**************@TK2MSFTNGP05.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.Atlas.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.void> escreveu na mensagem
news:%2****************@TK2MSFTNGP05.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*******@filtrarte.com> wrote in message
news:%2****************@TK2MSFTNGP03.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.void> escreveu na mensagem
news:%2****************@TK2MSFTNGP05.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**********************************@microsof t.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**********************************@microsof t.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
I get the picture :)
Thanks again,
Sharon.

"Braulio Diez" <br**************@yahoo.es> wrote in message
news:28**********************************@microsof t.com...
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**********************************@microsof t.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 #11
Here are the details about using the built in AJAX capabilities of ASP.NET
2.0:
http://SteveOrr.net/articles/Ajax.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Sharon" <no*****@null.void> wrote in message
news:%2****************@TK2MSFTNGP05.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 #12
I've been working with ATLAS a lot recently. The form variables do get
passed back, it seems that everything still goes through the initial
stages of page generation. So control view state and form field
updates don't pose a problem. And yes, you can use the control's
render method, wrapping your own HtmlTextWriter around a StringWriter
based on a StringBuilder, to get the HTML text to return to the client.

Apr 20 '06 #13
Considering that ATLAS is still CTP,
did you encounter any problems, bugs?

"Russell" <ru*****@goisc.com> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
I've been working with ATLAS a lot recently. The form variables do get
passed back, it seems that everything still goes through the initial
stages of page generation. So control view state and form field
updates don't pose a problem. And yes, you can use the control's
render method, wrapping your own HtmlTextWriter around a StringWriter
based on a StringBuilder, to get the HTML text to return to the client.

Apr 20 '06 #14

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

Similar topics

12
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...
1
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,...
0
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...
8
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
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,...
2
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...
2
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.