Set value and get value...


i can set grid.row value textbox(txtquestion) by:
txtquestion.setvalue(grid.rowproperty, 1);

but how can row value of txtquestion textbox(txtrowvalue)?
tryed on button click, but wont work:
txtrowvalue.text = txtquestion.getvalue(grid.rowproperty);

help ?

hi combo, grid.rowproperty of type int, can't cast string. instead call tostring-method on it:

 

      txtrowvalue.text = txtquestion.getvalue(grid.rowproperty).tostring();
 


Silverlight  >  Programming Silverlight with .NET – General



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........