Hiii daffodils!!
Plz check the user control id with text box called txtSearch.
basically when user control load on the page(in asp.net),it will generate the
id with(usercontrolname_textboxname).
plz check usercontrolid_txtSearch in ur getElementById.
also check the view source on the page,there you can exactly find the id of that txtSearch with like xxxx_txtSearch (where xxxx is usercontrolid)
hope this will help you
Cheers :)
vinod
|