Hi all,
I'm at a loss and coming to this group in hope for an answer or insight. The scenario is as follows.
We have a C# windows desktop application. The application will kick off an exe file which populates an INI file. The INI file is populated with data and then read in by the C# client...
...for the UCC Certificate from GoDaddy).
Using VirtualHost and NameVirtualHost in my httpd.conf... here is some of my httpd.conf:
NameVirtualHost *:443
<VirtualHost *:443>
ServerName creative-clarity.com
DocumentRoot /var/www/ccsolutions/data/www/creative-clarity.com...
Hi,
I am having an issue with the data reader and re-used open connections. I am getting the following error 4 times upon loading of my AddProjections.aspx page.
System.InvalidOperationException: There is already an open DataReader associated with this Command which must be closed first. at...
All,
I am having a very odd, and to the client, a very scary issue with my website. The site can be found at http://www.hixonandburger.com/index.htm and apparently the homepage ONLY throws an exception that states "operating aborted" in IE6. It seems to work in FF2 and FF3 and higher versions...
Can anyone help on this? We go live on this tomorrow evening and I am trying to tweak the remaining stuff (i.e. this CSS) to get it ready for our fundraiser event.
Any help is greatly appreciated.
That's true but it only works on the small brackets that fit on the immediate screen. Click "View Full Bracket" and the page grows wider - but notice the header is still at the original centered position and isn't actually centered on the whole page...
http://creativeclarityllc.com/Bracket4.aspx
There is my page. I am trying to center the header on the page regardless of page width (i.e. if someone opens the single East bracket, its centered. If you open the full bracket, the page width drastically changes so we need to re-center the header...
Steve,
Even though it's Joomla (a CMS), it's standard CSS and HTML that I am using for the actual structure and design.
It looks as if I was testing in IE8 an not IE7 - good catch.
As for the text not showing in Netscape, I'm not too worried about that.
I would like to figure out with some...
All, a link to my page with the issues quite visible are is as follows:
http://elance.creative-clarity.com/
As you can see, I have a few small issues that I am working on. The two I hope to have help with are the navigation and then search input form field.
1.) Navigation
The navigation looks...
Ok I tried this and it may work:
Dim oraArray(1, myDataset.Tables("MY_TABLE").Rows.Count - 1) As Object
For r As Integer = 0 To myDataset.Tables("MY_TABLE").Rows.Count - 1
ReDim Preserve oraArray(1, r)
oraArray(0, r) = dt.Rows(r).Item(0)...
I am starting with a dataset actually, see code below:
Dim oraSQL As String
oraSQL = "Select column1, column2 from db_table"
Using connection As New OracleConnection(make_connection(my_environment))
Dim oracommand As New OracleCommand(oraSQL, connection)...
Hi all,
I have a very general question that I hope to find assistance on.
I have a Grid View that is populated with two columns (resp_key and resp_name). I want to loop through this gridview and add the values to a 2-dimensional array (2 columns w/ varying number of rows). From there I want to...
Well, I think I now have it working. I used an ArrayList to hold my values and in my FOR EACH loop, added values to the array list. I then call the array list as my datasource for the gridview and guess what - it does work!
I just wasn't sure of the ability of the gridview on this one but it...
Hi all,
I was hoping to get some input on a logical (and most efficient) way to dynamically build a grid (or html table) that displays validation errors that a user might encounter during a validation sub process.
There is no "data source" of where these errors come from but simply a string...
All,
I have a near-complete solution built to manage our application roles and responsibilities. In the Grid View, I run a validation on what is checked and if two roles that should not be associated with a single person (segregation of duties) then it highlights the row in red, disables the...
jebenson,
Looks like that works better - thank you. Another lead-in question with this result.
Nothing is happening in my loop after reading those records and comparing... I have tried Response.Write() but it only returns one record and taking that out never yields the results I expect.
I am...
I am receiving this error at position 330 in my loop. Here is the code:
Dim excludedList As New ArrayList()
For Each dr As DataRowView In dv1
excludedList.Add(dv1.Table.Rows(x).Item(0).ToString)
x = x + 1
Next
It...
Whoops - I got to "click" happy. I have it adding rows into the array now with my original syntax not using the last line of code. I will now need to figure out why its erroring out with no row at position "xx"
Thanks!
All,
Receiving this error when trying to declare, and add to a dynamic array. I may be doing this wrong because arrays aren't my speciality AT ALL.
Here is the code I have so far:
Dim x As Integer = 0
Dim excluded As String()
Dim excludedList As New...
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.