Showing posts with label asp.net chat control. Show all posts
Showing posts with label asp.net chat control. Show all posts

Wednesday, March 20, 2013

Facebook/Gmail Style ASP.NET JQuery Ajax Chat Control

88 comments

Like my Chat Control? Rate it at HotScripts > Hot Scripts


























ASP.NET Jquery Ajax Chat Control / DG2 Chat Control 


This is the control on which i have spend nearly 4 months from my busy schedule. Hope those who need this will like it.
Releasing the Control in its first Beta Version.

ASP.NET Jquery Ajax Chat Control is built on .Net Framework 3.5. It uses Jquery 1.8 library and Jquery UI 1.9 library.
Tested to work on IE7+, Google Chrome, Firefox, Safari.

Features:

  • Easy to Integrate as its a Control just drag and drop and provide necessary settings.
  • Good Looks, Lots of Themes, even custom Themes can be designed as it uses JQuery UI for Theming.
  • MS SQL and MySQL Database support
  • Rich Ajax Interface.
  • Avatar / Picture Support.
  • Profile Link Support.
  • Search Users.
  • Animated Smileys.
  • Animated User Typing Notification.
  • Three Status modes Invisible,Offline and Online.
  • Visual Notification.
  • Alert Notification.
  • Error Notification.
  • Good Response Time.
  • and much more.......

Like my Chat Control? Rate it at HotScripts > Hot Scripts

Demo:
  • Try to Open Below Links in different Browsers. Unexpected result may occur due to usage by different users trying the demo.
  • Demo1
  • Demo2
  • Demo3
Download:
  • DG.Square.AjaxChat.Control v1.1
  • DG.Square.AjaxChat.Control v1.0
  • Update 5th Dec 2013
  • Currently disabled as new version development is in progress.
  • I have stopped this project since May 2013 but due to lots of emails and 100+ comments pending for approval i have decided to release version 2.0.
  • Version 2.0 will be released in Mid or last week of December 2013.

Update 24 Mar 2013:

For  those who are able to run this in local host but not on webserver, try to add below code in your web.config file.

<add name="DG2AjaxChat" path="*.ajaxchat" verb="*" type="DG.Square.ASP.NET.Ajax.ChatControl.AjaxHandler" />

under this:
<system.webServer>
<handlers>

</handlers>
</system.webServer>

you can check my sample projects webconfig files <system.webServer><handlers> tag


Update 21 Apr 2013:


  • v1.1 Released.
  • Please check sample projects connection string section in web.config file for mysql connection string.
  • connection string should have providername.
  • Let me know of any queries here or you can email me. my email id can be found from my profile page.


Changelog:

v 1.1
  • added support for jquery multiple versions compatibility.
  • added MySQL Database support.
  • added Auto logout if user don't logout.
  • Added support for InProc, StateServer and SqlStateServer Session Mode.
  • now compatible with .Net framework 2.0.
  • added new Theme "DGTheme".
v1.0
  • Initial Release.


Final Notes:

Next Version will include Bug fixes reported or found.
Let me know any Queries or Report Bugs with screenshot and details. Have a Nice Time. :)




Like my Chat Control? Rate it at HotScripts > Hot Scripts

Read More...

Wednesday, June 13, 2012

Asp.Net version of Anant Garg Gmail/Facebook Style (PHP) jQuery Chat

Update 20th Mar 2013: New Chat Control Launched check here.


For all those who have been waiting for Asp.Net version of  Anant Garg's Gmail/Facebook Style jQuery Chat is  now over.
i have converted it to asp.net from php.

I No longer Have this Source code, it got lost in hard disk failure.


Launched the New Chat Control, check link below:





Download: 
DG.Square ASP.NET AjaxChat Control

Read More...