Showing posts with label built. Show all posts
Showing posts with label built. Show all posts

Saturday, March 24, 2012

Live chat with ajax and atlas

Live chat built by ASP.NET 2 technology with AJAX and ATLAS support, which mean 100% web browser base. Does this mean it is faster, safer and more flexible?

Based on my experience in developing chat application using ASP and AJAX. You bet it would be more presentable with AJAX, especially if you are aiming to build database chat. As you would be avioding many page refreshes at run time. Page post is the most common (or should I say annoying) issue which you would be coming across in your ASP chat project.

However as we all know that AJAX is still in its beta, so there are some flexibility issues, which I am sure would be taken care of in the final release of AJAX. And I am sure everyone is waiting for it :)

Cheers
Ritesh


Hi Ritesh, i'm trying join all the information related with live chats / web messengers / instant messengers that uses the AJAX / ATLAS technology in an unique post.

So all the users that is encountering dificults to start with applications of this type, just like me, can help each other publishing informantions about this issues.

If you want join us, the post is:http://forums.asp.net/thread/1580610.aspx

But there's another post so much interisting when the friendjodywbcb put the a link from a ASP chat project very interisting developed using ATLAS.

I recommend you visit too, the link is:http://forums.asp.net/thread/1580610.aspx

So join us.. .let's start a project or just share great informations...

See ya there

Kalel

Load different content pages in content place holder without refreshing the whole page usi

Hi,

I have built a ajax enabled website, where i have a master page which holds a content placeholder, and two content pages, where one is the home screen and another is a dashboard, a menu is placed in master page , by default home page is made to display, when the menu item dashboard is clicked , the the contentplace holder should load the dashboard page without postbacking the whole page, how to do that through ajax? Pleas help me.....

Its very urgent, I am stucked.....

hello.

i'd say that you cannot do that in your scenario. i'd refactor the site and transform the contents of the main page and the other page in user controls. then, i'd build only one page set its content to one of the user controls...


Luis Abreu:

hello.

i'd say that you cannot do that in your scenario. i'd refactor the site and transform the contents of the main page and the other page in user controls. then, i'd build only one page set its content to one of the user controls...

Hi Luis,

I am new in creating webapplication. I am not able to get what u'r saying.

Plese explin me in details, What is usercontrol ? How does it satisfy my needs?

Please help me. Give me an example, whre they have used user control .....

Thanks in advance


here's an old post that shows how you might change the user controls on an udpate panel:

http://msmvps.com/blogs/luisabreu/archive/2007/02/15/adding-controls-to-an-updatepanel-through-code.aspx

regarding the user control part, well, it's really the easiest way you have to develop a control. i think that if you go to the asp.net site, you'll be able to get lot of info from the quick starts