in window appln,i hav two class
public partial class Form1 : Form
{
}
class2{
}
2)In my form,i have textbox as t1,t2,t3
in class1 ,all dese textboxes can be typed
But in class2,not supporting(if i type t1/t2/t3) nt comin
How can i get textbox id in class2