vb.net - Error : Property is Read only? -


i have binding source entity :

mybindingsource.datasource = _             (from t in context.mytable select t.id , t.vl1 , t.vl2).tolist 

now , try change value :

mybindingsource.current.vl1 = 25 

i error :

an unhandled exception of type 'system.missingmemberexception' occurred in microsoft.visualbasic.dll

additional information: property 'vl1' readonly.

why error ? can ?

thank !


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -