1
Answer

Finding previous controls

R ON

R ON

13y
1.2k
1
I have a line which finds the name of the last control / button to be pressed:

this.ActiveControl.Name
and this string is used to go to a bookmark on a website. Eg. documentation.htm#ControlName

But what if the last button pressed isn't a bookmark in the html file? Can I find the button that was pressed before that, and before that? 

Answers (1)
0
Satyapriya Nayak
NA 53k 8m 13y
Hi Shubham,

Please refer the below links

http://www.codeproject.com/Articles/30905/WPF-DataGrid-Practical-Examples#dataset

http://wpftutorial.net/DataGrid.html?showallcomments


Thanks