how to make page like Igoogle(http://www.google.co.in/ig?hl=en)
-
how to make page like Igoogle(http://www.google.co.in/ig?hl=en) specialy feture of drag drop item one div to another Please help me.
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
how to make page like Igoogle(http://www.google.co.in/ig?hl=en) specialy feture of drag drop item one div to another Please help me.
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
I used this[^] book and sample code to create an iGoogle like site. http://dropthings.omaralzabir.com[^] is the sample page that it teaches you to build It's reasonably straightforard and uses Linq.
-
I used this[^] book and sample code to create an iGoogle like site. http://dropthings.omaralzabir.com[^] is the sample page that it teaches you to build It's reasonably straightforard and uses Linq.
Thanks For Reply Please explain in Briefly.
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
Thanks For Reply Please explain in Briefly.
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
iGoogle is made up of widgets. The book explains how to create your own widgets using the .net 3.5 Ajax framework. When a new user logs in, database records are created to record which widgets they have selected and the widget locations in a three column screen layout. When a user drags and drops a widget, the column number and order are recorded via Ajax back to the database for the next time they login. You can use the basic framwork to create your own widgets to do anything you want, but the most useful RSS functionality etc is already written for you. hope this helps.