Thanks but this would require modifying all of the webpages(1000+). I think there is a configuration issue with the new server that is causing the date to be displayed incorrectly.
Hello,
I have just moved our web server from Windows 2000(with IIS 5) to a Windows 2003(with IIS 6) machine. The new server displays the dates as mm/dd/yyyy hh:mm:ss am where as the old server displays them in the format we want - dd/mm/yyyy . The data is coming from the same database so I know...
Hello.
I need to write a VB application that can update the DNS entry on the DNS server for a particular computer. For example when the application runs it will update the DNS entry for "myserver" to point to a particular(known) IP address. How can this be done?
Any help would great!
Neil
Sadly i cant write a stored procedure to do this as the datatables are being populated by different databases, one on SQL Server and the other on an AS400...
Thanks for the help guys. However, i cant seem to get it to work, i have the following code:
DataRelation dr = allData.Relations.Add("ProdShip",allData.Tables["Produced"].Columns["Partnumber"],allData.Tables["Shipped"].Columns["Partnumber"]);
dgInfo.DataSource = allData;
dgInfo.DataBind()...
Hello.
I am trying to create a datagrid that has the results of several datatables. Each datatable contains a partnumber and quantity. I would the the row in the datagrid to contain the partnumber and then the quantity of this partnumber from each of the tables, effectively join the tables. How...
Hello!
I am trying to sset the visible property of a template column within a datagrid at runtime. So, for example, i want some users to be able to view the Edit column and others not to see it. How can this be done programmatically? I know the template column has a Visible property that can...
Hello...
Is there a way to display the memory that my VB program is currently using from within the code?? I have tried using the GlobalMemoryStatus API but that only shows the total memory usage for the machine not for the VB application.
Anyone any ideas?
Neil
Hello...
I have a database that is replicated across two servers using transactional replication, which works ok. However, I have found that the table sizes on the primary and secondary servers are significantally different even though they have the same number of rows. The tables are far...
Hello,
I have a very annoying problem with an application that I have inherited. The application in question uses several ActiveX.exe. When I modify any of the ActiveX I find that I have to recomile the whole application otherwise it loses its reference to the modifed ActiveX. I have tried...
Hello,
I am trying to write an SQL insert that gets some values from another table and some values created from elsewhere. What i would like to do is:
insert into table1
(Board,entity,info,value,clocked)
values('A','B','C',select value from table2 where info=123,getDate())
Is something like...
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.