I am trying to create a main menu on a site with css and lists. The following is my html and css. I would like to get rid of the border between between themain item and subitems so it looks like a tab when hovered over. Any help would be appreciated. THanks you.
<div id="menuwrapper">
<ul...
I am new to FoxPro. I am actually converting a foxpro application to vb.net. Could someone explain what this if statement is doing. Not sure what the {} means. Thank you.
IF folup_dt1 >= rep3_beg_dt;
AND folup_dt1 <= rep3_end_dt;
AND comp_dt1 = {};
AND !rereg_dt1 = {};
AND posted1 = .f.
I am building a windows form application that will be used all over the country with a central database residing in one location. All computers will be on same network, but I was wondering if I need to be concerned about latency in the time it takes to get to the database and back. Just...
I am new to sharepoint and need to duplicate the disposition approval workflow. I need the exact same functionality but need to add a few things. Basically we want the disposition approval workflow to start on items in a library after an expiration date. We will have the same item in records...
I am saving files into a sql server 2005 database in a binary field. I am wondering how to get the metadata that is embedded in that file. If I get the file out of the database and save to a file on hard disk that metadata changes correct, such as created date. Is there a way to get the...
I created a windows service that sends out email for certain things. My problem is that it will not send emails until the service is stopped. As soon as I hit stop I will then get a lot of emails. Does anyone know why this may be. THank you.
I have some comboboxes in a datagridview. On occasion when I click on them and the list drops down the backcolor will be black. Then I can click off of it and back on again and it will be fine. ANy ideas? THank you.
How do I display in a group footer a total from only certain rows in the dataset. I want to total a column up where another field is equal to a certain value. Thank you.
I have a stored Procedure that is calling other stored procedures and other views. At the top of my main SP I have the 'set TRANSACTION Isolation level READ UNCOMMITTED' to help with locks. When I call the other SP's or views do I have to have that same statement or either 'with (nolock)'...
I would like to be able to async file write. I would like to open a file and I would get the length like so.
fs.Read(buffer, 0, buffer.Length)
then I would like to open 2 filestream and write at the same time so it doesn't take as long. For example if the total length of the file is 100. I...
I need to get all of the variable names that are declared in a form. I want to be able to put a value in a database like variable 'A' equals xyz. Then at runtime loop through the variables until a variable is equal to the database and set it. I know how to get all of the controls and loop...
I have a rather large program where I declare many global variables as so:
Public WithEvents master_rate_info As HYDRUS.MODEL.SuperTable = HYDRUS.CONTROL.DataClass.GetSimple("master_rate_info", strEnv, False)
. It takes over 30 seconds for all of these to be declared and therefore takes...
I have a class file that is filled and then serialized to xml and sent to a server. I get my response back and then need to Deserialize it. The problem is that I can get back one of two messages. Either an xml_Error message or the other message which means everything is a success. How can I...
I am building a web app and need to limit users to certain pages based off of things they have access to that are stored in a database. For example user A may log in and have access to page1 page2 and page3, User B may only have Page1 and Page3. What is the best way to limit users to certain...
I posted this in the PERL section also.
We have someone that is going to send us information from a .net program using SSL Stream. They are connecting to an ip address and port through TcpClient in .NET. Is there a way that I can use a certificate and decode that information in perl? Or...
We have someone that is going to send us information from a .net program using SSL Stream. They are connecting to an ip address and port through TcpClient in .NET. Is there a way that I can use a certificate and decode that information in perl? Or what would you recommend to use to ssl from...
I am creating a slideshow in C#.Net. I was wondering if any one knew how to put transition effects on the images when they change. Any help will be appreciated. Thank you.
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.