I can resize a textbox at runtime and do other modifications. However I want to move it left or right. I tried
textbox1.location = new point (150,200)
however the error, location not one of textbox asp... properties appears.
Please let me know if there is any help for me.
thanks