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.

ms access - Reserved error (-1524) -


i upgrading of ms access programs 2003 2007 version. have variable stored "public" in main menu of program. in form, write variable record (the form using unbound data). vba line "rst![fieldname]=forms![main menu].struser" gives runtime error of 3000, reserved error (-1524).

what heck going on???????

thanks given.

i encouteredthe error when updating mdb split database (frontend backend) access 2010. original mdb database used internal linkage (an autoid number in 1 table linked same number defauted in second table). encountered problem when trying import first table mentioned above. not import table or copy-paste table without getting "reserved error (-1624) error.

the solution import other tables imported ok without problem new 2010 database, , use make table query duplicate problem table in new 2010 version. process preserved auto id numbering, internal relationship preserved in new, updated database.


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 -