Click here to Skip to main content
15,881,173 members

Comments by Praveen Kumar U (Top 6 by date)

Praveen Kumar U 7-Jul-14 7:13am View    
Thanx for the reply. My invoice view is a form. It has begin form.Partial view is ajax form. How do i call partial view inside invoice view. when rendered only one form tag appears.
Praveen Kumar U 6-Jul-14 13:03pm View    
Ok....i could append an option intead
$("#ddlProducts").append($("<option></option>").val("10").html("abc"));
Praveen Kumar U 6-Jul-14 12:59pm View    
But i have binded like this
@Html.DropDownListFor(model => model.MobjBill.Customerid,new SelectList(Model.Custlist,"Text","Value",Model.MobjBill.Customerid))

model => model.MobjBill.Customerid..This assignment wont work.
Praveen Kumar U 13-Apr-14 3:00am View    
You guys are so discouraging. I am just starting and tying to find the the best possible way to code so that i dont regret in future. If not provide the code, just mentioning so and so pattern in layers and define interfaces for calling methods of other layers could help me get going!!!!!!
Praveen Kumar U 11-Apr-14 13:33pm View    
hmm...ok...actually my only demand is it should be manageability and less confusing. Its for an erp. Basic billing, finance etc. I dont have pattern preference. i am open to any suggestions of pattern . Multi user and speed are my only concern. This will be a product, so i should be able to separately pack different module and give to different clients. Thanx for your concern. Please tell if i clarified correctly!