Posts

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.

php - it's possible to call two methods in one soap request? -

i create simple wsdl , soap server methods. want ask if possible call 2 methods 1 soap request? ex. $server->_call(array=>('methodone','methodtwo', $args); or must send 2 soap request? message batching non-goal of soap . have send 2 requests.

visual c++ 2010 can't add resource file -

Image
i want add project resource file vs2010 won't let me. do? if use express edition, can't compile resources (may reason, why can't add them too).

c# - Paging through a list of objects and repopulating using JQuery,AJAX -

i have list of objects , create own custom control pages through list using jquery make ajax calls pager methods. i've had experience jquery need helping hand , don't want use update panels etc. scenario is.....user clicks next, c# method called using ajax, code gets relevant data , sends re-populates ui next item in list. if knows sites or please let me know! cheers louis look @ jquery pagination plugin paginate json data. and used asp.net mvc , linq sql similar sample , shown in question json objects

How to send CSS to the client using HTTP response headers? -

how send css file client using server headers? your question not descriptive, refering this article posted online. it not hard: rfc5988 describes link header, allows send <link> elements through http headers instead of including them in html. like example in article, usage similiar this : link: <some-document.html>;rel=prefetch ...which have same effect placing in html: <link href="some-document.html" rel="prefetch" when using language php , have write line of code similiar this: <?php header('link: <demo.css>;rel=stylesheet'); please note: only firefox , opera seem support header @ time of writing.

vim - How to move one word left in vi editor -

Image
i use shortcut w move cursor 1 word right, there shortcut move word left? use b move 1 word use w move forward 1 word and here cheat sheet might useful you source: http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html

html - ie7 menu display (works great on anything else) -

i'm going crazy trying figure out why following menu: http://www.olyvonproductions.gr/olympia2010/index.php not display on ie7 works great on else. the problem drop-down list cropped @ bottom div contained stops. works great said everywhere else apart form ie6 have not optimized yet. i'm posting here hoping might solution right away , save me few unpleasing hours... :) thank you

Getting a HASP key with C/C++ (Problem) -

i seem in need of (and some, mean lot). im trying make c program (or c++ if work, language not important) connect hasp usb. hasp usb drive has unique codes. purpose of hasp "secure" program, runs while hasp connected computer. first of all, let me trying work, not hacking one. using demo key development, now, although have master key. this hasp program features toolbox, should generate code in c ready copy paste , work. but, doesent work, or @ least, not copy paste. (for more information hasp, go http://www2.safenet-inc.com/google/srm/dk-hasp.asp?cid=goointl-ind&hbx_pk=hasp&hbx_ou=50&cmp=knc-googleadd&wcw=google&_kk=hasp&_kt=e9b07d11-6db3-4153-a46b-5dc95204b6a3&gclid=cjfxibrp-qucfrqv3wodbnwfpa ) unfortunately, not have kind of c or c++ coding experience, having several problems trying work out. programmed other part in director (similar flash). the code gives me making login (read, connection) hasp following: const hasp_feature_t...