473,387 Members | 1,510 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

unable to move table in the form VB.NET

Hello,
I cannot move the table from one point to another. It seems its fixed. I checked the properties and it looks fine to me.

Following is the html code for the table:

<asp:table id="Table2" runat="server" BorderStyle="Solid" BorderWidth="1" Width="607px">
<asp:TableRow>
<asp:TableCell Width="90px" Font-Bold="True" HorizontalAlign="Center" Text="Title"></asp:TableCell>
<asp:TableCell Width="120px" Font-Bold="True" Text="Author"></asp:TableCell>
<asp:TableCell Width="65px" Font-Bold="True" HorizontalAlign="Center" Text="Price"></asp:TableCell>
<asp:TableCell Width="80px" Font-Bold="True" HorizontalAlign="Center" Text="Item ID"></asp:TableCell>
</asp:TableRow>
</asp:table>

Can anyone please help.
Dec 24 '07 #1
2 1311
include the style property to position the table refer the following code

<asp:table id="Table2" runat="server" BorderStyle="Solid" BorderWidth="1" Width="607px" style="z-index: 100; left: 28px; position: absolute; top: 29px">
<asp:TableRow>
<asp:TableCell Width="90px" Font-Bold="True" HorizontalAlign="Center" Text="Title"></asp:TableCell>
<asp:TableCell Width="120px" Font-Bold="True" Text="Author"></asp:TableCell>
<asp:TableCell Width="65px" Font-Bold="True" HorizontalAlign="Center" Text="Price"></asp:TableCell>
<asp:TableCell Width="80px" Font-Bold="True" HorizontalAlign="Center" Text="Item ID"></asp:TableCell>
</asp:TableRow>
</asp:table>
Dec 24 '07 #2
Hello,

Thanks for your reply. Okay by setting the style property it does change the location of the table but cant i do it by moving the table object in the design view? I have to add other objects on the form so it would be tedious to change the style property all the time.

Thanks,
Zee


include the style property to position the table refer the following code

<asp:table id="Table2" runat="server" BorderStyle="Solid" BorderWidth="1" Width="607px" style="z-index: 100; left: 28px; position: absolute; top: 29px">
<asp:TableRow>
<asp:TableCell Width="90px" Font-Bold="True" HorizontalAlign="Center" Text="Title"></asp:TableCell>
<asp:TableCell Width="120px" Font-Bold="True" Text="Author"></asp:TableCell>
<asp:TableCell Width="65px" Font-Bold="True" HorizontalAlign="Center" Text="Price"></asp:TableCell>
<asp:TableCell Width="80px" Font-Bold="True" HorizontalAlign="Center" Text="Item ID"></asp:TableCell>
</asp:TableRow>
</asp:table>
Dec 25 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

10
by: soup_or_power | last post by:
The pop up window has several checkboxes. I'm unable to access the checkboxes using the handle from window.open. Any way to do this? var display; function showSugg(but_id, sugg1, sugg2, sugg3,...
4
by: John Baker | last post by:
Hi: I have two tables, a setup table (TblSetup) and a purchase order table (tblPO). When i construct a query with ONLY the tblPO shown, and a type in parameter for the PO number, I an update...
4
by: Ryan | last post by:
Access 2002, Windows XP, 1 Front end MDB, 1 Back end MDB I have a subform which points to a table. Navigating from one record to the next is obviously dead straight forward. However, this seems...
2
by: PeterW | last post by:
This is a re-post of a problem I have been struggling with for some time now. I'm sure I'm doing something silly! I have a data entry form with text boxes bound to a query. The user can enter...
1
by: chfran | last post by:
I have a form (continuous) that show me data from a table (not a query). I can only modify and move between the data of the first record. I cannot move to the 2nd, 3rd, or 85th record, only the...
5
by: sjl | last post by:
I've got an .aspx webform for searching my database. It basically takes user input and passes it as a parm into a stored proc to search a table. The results are returned in a SQLDataReader and...
3
by: Eric | last post by:
When i run my query it transfer last 4 digits of account number from one table to another and its wrong. There are two tables one i use for parsing. Second thru query i use to move data from temp...
8
by: jmarcrum | last post by:
I have a table with about 100 records. The user has the ability to click a button on the main form that will open up a "move to the next year" form. A query displays all 100 records on the...
5
by: kailashchandra | last post by:
I am trying to upload a file in php,but it gives me error msg please Help me? My Code is like below:- i have one php file named upload.php and i have another html file named upload.html and...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.