Click here to Skip to main content
15,905,874 members

Comments by Member 14141512 (Top 4 by date)

Member 14141512 26-Apr-19 0:32am View    
I'm new in "MVVM" pattern, and this is my first "MVVM" project.I try to learn and I need to help, that's why I'll glad if you help me.How can I use two binding for the same element? Or is there any way for this?
Member 14141512 11-Feb-19 5:27am View    
You can use OnTextChanged() event of TextBox.By this way your search method will run when change text of TextBox.
Member 14141512 8-Feb-19 5:50am View    
because without PostBack function treeview checkchange event doesn't work
Member 14141512 8-Feb-19 5:49am View    
I use PostBack function for treeview control which I write it my question.When I use updatepanel Should I continue to use PstBack function??