Hi

If the checkbox is a servercontrol then you can add javascript attributes to it like

checkbox1.attri butes.add("Onch eckchange", "javascript:fun ction()");

so everytime you change the textbox this perticular javascript function will fired where you can open a popup window....