I am currently getting stuck with controlling components focus in C#.net. My goal is that preventing losing focus of Textbox A when "click" to another component (eg Textbox B or something). This "focus" mechanism will be kept except Textbox C or D ... is clicked.
That might sound so weird but my situation is that Each of those rows A,C,D is a datarepeater item, and I only want to vertically move "focus" on the right column, not B column.
So, It is possible to do that in C# or I've got to find another control (not Data repeater). Any helps would be grateful.