Popup / Lookup And Select Control (.NET2.0 C#)
Finally, i finish making .NET2.0 custom control, this is my first custom control. The controls are Popup/Lookup control and Select Control.
Popup Control is use to open new window, in javascript we ussual write window.open(“url”), After the new window opened we want select data from grid and return it to opener window, we use Select Control.