J
John Bailo
What's the difference between #Eval and #Bind?
I built a grid view control that used Bind for display.
Then I wanted to format it conditionally -- so I converted it to
DataBinder.Eval()
It still seemed to be able to do two-way binding ( updates, inserts ).
I built a grid view control that used Bind for display.
Then I wanted to format it conditionally -- so I converted it to
DataBinder.Eval()
It still seemed to be able to do two-way binding ( updates, inserts ).