Hi friends,
i have two user controls in a page. in usercontrol1 i have binded an image and onclick of that image it will call an JS function which is used for deleting.
In usercontrol2 i have a search textbox whenever i type a string and hit enter it should undergo a search.
but a weird thing is happening and i dont know why it is happening.
when i enter a text and hit enter, the control flow calls the binding in the usercontrol1 which in turn calls the jS function.
Does anyone have any clue on this? please give me a clear picture on this.
i have two user controls in a page. in usercontrol1 i have binded an image and onclick of that image it will call an JS function which is used for deleting.
In usercontrol2 i have a search textbox whenever i type a string and hit enter it should undergo a search.
but a weird thing is happening and i dont know why it is happening.
when i enter a text and hit enter, the control flow calls the binding in the usercontrol1 which in turn calls the jS function.
Does anyone have any clue on this? please give me a clear picture on this.