Taking values during round tips in input box
Hello all
I am taking inputbox in following way
<input id="txtvalue" type="text" runat="server" style="width:100px" />
and on button click it is getting null after sending this value to database to do some operations
How to avoid that