Hi,When I make table in asp.net and put some objects in that tables after run file if I try to maximize my page ,arrange of my table it will unarrange and my table its not if fix position.how can i fix this problem?
Your page is set to dynamic layout. Change the page layout to absolute rather than relative. How you accomplish this depends on what version of .net you are using. Look at the documentation for 'Position Mode' and set to absolute rather than relative. In absolute mode you will explicitly set the top and left position of the element. If you give me the version of asp.net you are using I can give the exact coding required.