4
Answers

Taking values during round tips in input box

Mayur  Gujrathi

Mayur Gujrathi

13y
1.3k
1
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

Answers (4)