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.

Native XML Web Services for SQL Server 2008 -


i want share few small tables sql server 2008 database. client html/javascript based. started native xml web services sql server, it's deprecated in sql server 2008.

is there other quick , cheap solution, rather building data service scratch?

i don't know built in functionality of sqlserver, using odata interface, described here (there explains how build scratch using stackoverflow database).

it's using entity framework, , it's nice have, quick build, doesn't require knowledge it, , it's easy tweak further.


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 -