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.

javascript - Is there a .Net technology equivalent to scriptable Java applets? (for a specific use-case) -


one of core technology components @ company java applet digital signature. headless component, in sense presentation handled via html/css, , applet methods invoked javascript. applet not visible in page.

now we've come situation have specific signature format (signature embedded in docx [officeopenxml] documents) more handled using .net classes, , have prototype implementation .net dll.

in olden com years, active/x components used in web pages similar purpose, , scriptable too. know (if any) equivalent embedding .net classes , scripting them using javascript.

what technology use? silverlight approach, or biased towards ria, i.e. apps visual appearance? if solution, appreciate pointers tutorials or code samples in direction. i've had 1 year exposure .net (c#) in past none silverlight.

silverlight not technology use here. doesn't offer access user's system require.

however there nothing stopping creating activex/com component using .net code. can create com/scriptable friendly wrapper around the full .net classes need work.

of course ceases cross-browser. if need cross-browser solution world of pain since need interface extension tech other browsers .net code. may involve com along way.


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 -