Textbox with image problem
-
Hello I have one problem.I put one textboxe on my form for searching.I have added one image in left side of textbox using css class. My problem is:I want to add second image near to first image and when i click on that image,one popup will be displayed which contains all data from database. i want to do all this procedure in one textbox. If u have any idea,pls suggest me. Thanks
-
Hello I have one problem.I put one textboxe on my form for searching.I have added one image in left side of textbox using css class. My problem is:I want to add second image near to first image and when i click on that image,one popup will be displayed which contains all data from database. i want to do all this procedure in one textbox. If u have any idea,pls suggest me. Thanks
You cannot do it directly. Use any trick. Like use div tags (runat=server) containg images and place it on the textbox by setting its position:absolute. and on the click on div tag write the server side code. The miracle is this--the more we share, the more we have.