Discussion:
Using AJAX in webpart
(too old to reply)
NAT
2006-08-11 20:42:03 UTC
Permalink
I have a DateTime field in a database table.I want to open a window whenever
the DateTime in the table is equal to the current datetime.Something like a
reminder which will popup whenver it is time.I want to use AJAX(Asynchronous
JavaScript and XML ) for this functionality. Also I want to develop it in a
SharePoint webpart which will be deployed on a TEam/Portal site. Can somebody
guide me if it is possible and how should I go about it ?
Vin
2006-08-15 15:22:32 UTC
Permalink
check this link (Ajax usage in a webpart)
http://www.codeproject.com/Ajax/AjaxNetProExample.asp
Post by NAT
I have a DateTime field in a database table.I want to open a window whenever
the DateTime in the table is equal to the current datetime.Something like a
reminder which will popup whenver it is time.I want to use
AJAX(Asynchronous
JavaScript and XML ) for this functionality. Also I want to develop it in a
SharePoint webpart which will be deployed on a TEam/Portal site. Can somebody
guide me if it is possible and how should I go about it ?
NAT
2006-08-17 21:07:02 UTC
Permalink
Thanks a Lot, Vin. This link is very useful
Post by Vin
check this link (Ajax usage in a webpart)
http://www.codeproject.com/Ajax/AjaxNetProExample.asp
Post by NAT
I have a DateTime field in a database table.I want to open a window whenever
the DateTime in the table is equal to the current datetime.Something like a
reminder which will popup whenver it is time.I want to use
AJAX(Asynchronous
JavaScript and XML ) for this functionality. Also I want to develop it in a
SharePoint webpart which will be deployed on a TEam/Portal site. Can somebody
guide me if it is possible and how should I go about it ?
Loading...