One final update - I have replace the new paragraph with a Section Break, which seems to be doing the trick.
Code below encase it helps anyone in the future.
Imports word = Microsoft.Office.Interop.Word
Public Class frmMain
Private Sub cmdSettings_Click(sender As Object, e As EventArgs)...
I've partially answered this myself
It looks like you cannot have two tables next to each other and they have to be separated by other content, if I simply add a blank paragraph between the tables it works as expected. Abet the layout is not right now as there is a paragraph. I'm sure I can...
Hi,
I have a wierd issue with tables when using word automation in vb.net.
I have the following code
Imports word = Microsoft.Office.Interop.Word
Public Class frmMain
Private Sub cmdSettings_Click(sender As Object, e As EventArgs) Handles cmdSettings.Click
frmSettings.Show(Me)...
Hi Mark,
The page also contains some Dropdown boxes that are databound. When the 3rd of 3 dropdown boxes are bound the following is also called else where in the code.
buildRounds(True)
playersGrid.DataSource = getPlayers()
playersGrid.DataBind()
So far...
Right,
I now almost have the code working perfectly thanks to Marks suggestion.
Here is an example of the datagrid
For some reason it is adding the Team and Player fields in twice.
The problem does not occur using Marks' code, but I fail to see any glaring differences in my code...
Hi Mark,
Thanks for that, i'm not sure that it is going to work given the way that the code is at the moment.
Basically the DataGrid already exists on the page and then columns are added to it. If I add the code to the pageload so the controls are created again. It basically adds x number of...
Hi Mark,
That is correct, However if I cannot get the value from the control then having them load at every page load is a mute point. As assuming that people have added data to the text boxes, when the page is reloaded and the controls are created again I can not populate them with the data...
Hi All,
I'm sure this is something really simple but I am about to pull my hair out
over this.
ASP.NET - VB as Language
I have a DataGrid added to a form at design time.
At runtime I want to retrieve some data from a database and then add a few
columns with either textboxes or drop down...
Hi All,
I'm sure this is something really simple but I am about to pull my hair out
over this.
ASP.NET - VB as Language
I have a DataGrid added to a form at design time.
At runtime I want to retrieve some data from a database and then add a few
columns with either textboxes or drop down...
Thanks for that - it certainly pointed me in the right direction of TemplateColumns and although it worked in the sense of adding the textboxes that I needed.
I realised that the work involved in trying to get all the data from a indetermined number of datagrids was going to be a really Pain in...
I apologise is this is a stupid question but i've been googling for ages and cannot seem to get my head around this, if someone could point me in the right direction I would really appreciate it.
Here is the situation;
I am currently developing a Leaderboard Website for a Xbox site as a free...
4GB on XP Pro 32bit - see http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx
Greg Palmer
Freeware Utilities for Windows Administrators.
http://www.palmersoft.co.uk
Hi Mark,
That actually sounds like the best idea as it also gives me scope to add extra options if needs be.
Thanks for your assistance
Greg Palmer
Freeware Utilities for Windows Administrators.
http://www.palmersoft.co.uk
Hi Mark,
Thanks for your prompt reply as always. I don't think I made myself clear enough in the original post.
This site will effectivly be hosting Xbox GamerCards for at least one 3rd party site. So when someone signs up to the 3rd party site they enter their Xbox GamerTag and then there is...
Hi All,
I'm developing a site at the moment which in effect will be a simple image hosting site. I will be creating the images using some asp.net code (System.Net.Graphics) and these images will be updated every 30 minutes. This all works fine, however What i now need to do is factor in times...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.