I happened to be browsing the directory where our ERP system's SQL DB is stored and noticed the log file has not been updated in over a month.
Any idea It's a SQL 2005 DB, and the logfile is at 1.1GB for a 6GB DB, set to grow by 10% up to 2GB. The drive it is on has plenty of space, any...
I have a working solution to repeat DataGrid Headers every X rows, but the approach I took only works if there's a single DataGrid that needs repeated headers.
Can anyone think of a way to tweak this so that I might be able to use it on any page, regardless of the number of DataGrids that...
I'm using VB.NET (2005) to set up a 'home page' for what will eventually be a slew of single-page reports on our corporate intranet site.
I don't want to be bogged down with a lot of table editing when I go to put a report up for consumption, so I thought I'd just have a simple DataGrid with...
I'm using VB.NET (2005) to set up a 'home page' for what will eventually be a slew of single-page reports on our corporate intranet site.
I don't want to be bogged down with a lot of table editing when I go to put a report up for consumption, so I thought I'd just have a simple DataGrid with...
I'm trying to write a little application in VB 2005 that prints address labels based on user input, but having verified everything works using textbox input, I want to step it up a bit and use a SQL Query to drive the various address fields. That's where I'm running into trouble...
I went to...
I'm using a DataSet to help me map out relevant cell coordinates in an Excel file; I'm using
DataSetName.Tables(TableNum).Rows(RowNum)(ColNum).ToString()
to get to the relevant bits. This had been working out, but I ran into a problem - I can't seem to access a group of merged cells that are...
The company I work for was acquired by a much larger international entity a few years back. For the bulk of that period we have been allowed to continue using our exsiting applications, such as Office & Exchange 2003.
Today we received notice that we are required to justify our adherence to...
I have a report in the form of a DataGrid. The users want to be able to Sort the DataGrid AND be able to add a Comment to records when necessary.
The problem I am running into is, once the user inputs text to the editable field and clicks Update, the page refreshes to the pre-Update state...
I hope somebody here can help me; I know how to *get* data out of a SQL DB, but I'm drawing a blank as to how to create/fill/mate them selectively...
My situation:
I've got a handful of ASP-based reports that use DataGrid controls to display the results of parameterized queries to our ERP...
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.