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.

asp.net - style a textbox into the following format? -


i have field called water meter reading(right textbox take 6 numbers) on html page, need change format display [][][][][][] (6 separate small (single digit forms)).... 6 fields required , need number.

finally should this.

water meter reading:* [][][][][][]

any suggestions how display values this.

if understand question correctly seems me want 6 separate fields, water_meter_reading_1 through water_meter_reading_6 , can combine them 1 field water_meter_reading when form submitted server. consequently load data 6 fields if need edit form can split field water_meter_reading on server side appropriate field.


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 -