3
Answers

Edit/Update current login user profile

Photo of Abdur Rahim

Abdur Rahim

3y
895
1

Hi experts,

I want to update the user profile in asp.net MVC but modelstate is not true,
In View Model, I have added all details like

  • u_id
  • username
  • firstname
  • lastname
  • email
  • password

now i only want to update firstname and lastname
I think that's model is not valid
Lkindly give me suggestion/Solution to resolve this

Answers (3)