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...
https://creative-clarity.com
So, as you notice, the site shows as a security risk / invalid certificate due to a self-signed certificate where the cert is only valid for domU-12-31-36-00-1D-F1.
I'm needing some assistance ASAP on how to properly install/configure either apache (httpd.conf)...
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...
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.