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.

wix - Display files in a directory list control -


is there way user select specific file using browsedlg? can find can select folder!! believe file selection 1 of "common" functionality in use.

can provide suggestion on how can achieved.

thanks!

update

i thinking of creating c# custom aciton this, other ca in project in c#. not sure few things....

  1. how can sequence ca dialog exsiting ui sequence.
  2. how trigger ca on button click 1 of custom dialog.
  3. how file path file browse ca further used wix.

the other cas have created not have ui associated.

please advice. thanks!

actually, windows installer doesn't have built-in "browse file" dialog. various vendors offer custom solutions, advanced installer , installshield.

anyway, ends in custom dialog , custom action browse button. can find example of here (search "file browse dialog" on page). package you'll find contains custom action, sample solution , notes. based on installshield, can take @ least custom action there (creating custom dialog in wix not hard). last resort, can try implement ca yourself.


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 -