i have a textbox, when i typed text in textbox and press search button this works fine for searching, but if i typed something in textbox and press enter then click on search button it logging out. I want if i have typed something in textbox then presses enter and then clicked on search button it should work fine but it is not working. I dont want that pressing enter will submit data and give result except i want press enter then clicked on button then work fine.
Answers (5)
1
Hi Akash,
Try this one
<div id="DocumentsDiv">
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="filePath" alt="Generic placeholder thumbnail" />
</div>
<div class="caption">
<h3>1 <small>:fileDescription</small><br /></h3>
</div>
</div>
</div>
</div>
Thanks,
Bharat peggem
Accepted