Click here to Skip to main content
15,917,645 members

Comments by sailaja123456 (Top 35 by date)

sailaja123456 20-Dec-13 1:41am View    
how to store list box values in yo database
here my view page
@Html.ListBoxFor(model => model.values,
new SelectList((System.Collections.IEnumerable)ViewData["ddldesig"], "BID", "Name"),
new { @class = "chosen-select", data_placeholder = "Choose Books ..."})
sailaja123456 22-Nov-13 6:17am View    
i want to do that in mvc plz help me hoew to implement and whre to give codes
sailaja123456 22-Nov-13 5:59am View    
plz rrefer this site https://betterdoctor.com/ in that open ru doctor and that valus should be retrived from databse what to do
sailaja123456 22-Nov-13 5:01am View    
if we enter a letter in searchbox then related person's autofill should be shown with values like name,photo, and email id for single name. If we select a person from that autofill then only name should be shown in searchbox.
sailaja123456 22-Nov-13 3:44am View    
if we enter a letter in searchbox then related person's autofill should be shown with values like name,photo, and email id for single name. If we select a person from that autofill then only name should be shown in searchbox.


Iam wondering in web from last 1 day
Please Help me out with this code.