Click here to Skip to main content
15,885,890 members

Comments by PrakashCs.net (Top 28 by date)

PrakashCs.net 16-May-16 1:47am View    
Create roles for user 1. Readonly 2. Modify 3. Delete when use loggedin and have only readonly access then disable save button.
PrakashCs.net 23-Apr-15 0:29am View    
Hi Sorry for late reply , actually is does not give any error it gives response as login page again, there is one more parameter formhash which generate when we first time hit url and it returns random form hash and that we need to send with post data i.e.
1. formhash, 2. account 3.username 4.password
PrakashCs.net 1-Aug-14 8:30am View    
what is difference in return View(ObjOrder and return RedirectToAction("ObjOrder");
PrakashCs.net 1-Aug-14 8:07am View    
debug your code and check which property is null either 1.frmmain.CityName 2.frmmain.UserName 3.newcituname or LeptonDataLayer
PrakashCs.net 1-Aug-14 7:39am View    
I am entering user name in UI then save data in database using saveorder controller after after that I have updated firstName = "New Customer Name " before sending back to view but UI showing FirstName : "Old Customer Name"