Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

web applications - Let person login to google docs automatically -


i write web application allow person1 create document on google docs , share person2.

a problem: when person2 click on link of shared document, google alway redirect login page.

i can store person2 username , password in database, there way let person2 login google docs automatically?

i don't think you're asking supported google's free services. closest thing single-sign-on, seems available google apps business/education.

they have other options not you're asking. example use google openid log you're web site. using approach user logged google while browsing site, , therefore won't bothered google login page when navigate google spreadsheet.

you can use username/password access google spreadsheet api, gets access data, not gui.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -