hello sir,
i am using jquery autocomplete textbox with generic handler,my problem is i have four master page,in that master page i just take
query like this....
<link href="../css/jquery.autocomplete.css" rel="stylesheet" type="text/css" />
<script src="../Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
<script src="../Scripts/jquery.autocomplete.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#<%=this.txtAuthorName.ClientID%>").autocomplete('Search_CS.ashx');
});
</script>
suppose at the time of page add when i select master page ex(Default.aspx page with master page )
then jquery autocomlplete texxbox is working fine ,but not working in dynamic created .aspx page .i am not able to find out the error can u u pls tell me......very very aurgent .........
one example
i am display product in my default page when i select that product ,it will go to details page means (53-arts-photography-and-design.aspx productid ,prodname and desc )
if u want code then i will send code
Thanks&Regards
Ratnakar.
Ratnakar.bc@gmail.com
8867391334