I have a Cisco 804 ISDN router. I am trying to open it up completly. I want it to pass everything through no matter what. For some reason I cannot get it to open up completly. Posted below is the config file. What am I doing wrong? Please be detailed as I have some experience with the IOS...
I am trying to call a dll but the function call does not make since to me. Here is my code:
struct VanConnRecord
{
public string crName;
public string crPassword;
public string crHost;
public string crPort;
}
[DllImport("vanapi32.dll")]
public static extern long...
Does anyone know how to get a Cisco 804 ISDN router to pass through IPSEC? My company is using Checkpoint VPN-1 Securemote. I then install the client on my PC at home. The router is connected to my ISP and I use the client to tunnel through to our internal network. The client software connects...
Server error in application
I keep getting a server error in application, see below. I have modified the web.config file like it says and it still displays the same thing. The aspx page that I am using just has some text in it. There is no HTML or code in it, just text that says - This is a...
How can I get just the filename of the Open File Dialog? If I use txtFileName.Text = OpenFileDialog1.FileName.ToString, it gives me the path and filename. I would like to just get the file name without the path. I am creating a list so when a file is added, it will parse the file name for the...
I have created a product listing page that has a textbox next to the add to cart button. The textbox is to allow the customer to put in a quantity. The problem is the default value is over-ridding the user entered value. I have included some of the code below. Anyone seen this before...
Okay I having been trying to figure this out. How can I get the actual data after getting the repeaters item index? What I have is a shopping cart that builds a custom listing. I need to be able to get the price, part number, and product title from the repeater. These items are custom built...
I am trying to build a product page. The page lists all the products and I want to have the category in the hearder of the repeater control. Since this page queries from a database, the header will change. I have everything working except getting the header to automatically display the...
I have an Access database that I would like to get the last modified date to display on a webpage. I know how to use the Scripting.FileSystemObject in VB Script to do it, but I am having a little trouble with it in VB.NET. Thanks.
Vincent
Are there enough differences between VS.NET 2002 and VS.NET 2003 for me to consider an upgrade? If so, what are they? I primarly work in VB.NET and ASP.NET. Thanks.
Vincent
My hosting company does not support MS Access DB and ASP.NET through OLE connections. Is there any other way around this? I am using VB. I want to start converting my website over to ASP.NET. They told me there is a security issue with ASP.NET and Access. If I cannot do it any other way, I...
I am working on converting an ASP page to ASP.NET. The problem is that I keep getting a Security Exception error. I guess this has to do with the Access database, but it works fine with the ASP code. I even used some code I found on here to see if it would work. Got the same thing. The code is...
How can you specify a username and password in SmtpMail? My SMTP server requires a username and password, otherwise it thinks you are relaying. I am working on converting from standard ASP to ASP.NET. I have it done in ASP and almost ready in ASP.NET accept for specifying the username. Our...
I have been used database for years and know how to normalize that database. I have been creating simple database driven websites for years also (these database are very simple and are not normalized). I am not working on a project with a database that could be normalized, but it will only be...
I am trying to make a log window. I am creating a program that inserts data into a SQL server and logs the information to a file and a log window on the application. I have everything working by logging it into a listbox. The problem is that when I add an item it goes to the end of the list...
This may not be the right area. How can I block someone from linking to my pictures or files on my website? I don't care if they take the pictures or files, but why should they use my bandwidth for there own use. Anyone have a suggestion? I am thinking of adding a watermark to the pictures...
What is the best way to make a form unmovable. I have an MDI app. When I call a child window, I want it to be centered (which is not a problem), but I want it to be stationary and not have the user be able to move it. Thanks.
Vincent
I am still learning Delphi and getting away from VB. How do you pass the contents of one from variable to another? Right now I am using a datamodule to do it, but wanted to see if there is a better way. Thanks.
Vincent
I have Delphi 7 and using ADO. What I am trying to do is use a invoice number table that stores the invoice number. When a user saves an invoice, the program opens the invoice number table, grabs the invoice number, increments it, and then saves it back. That part is not too hard, the problem...
I have worked with VB for awhile and now am ready to move to Delphi. I am still fuzzy on the varibles right now. I am trying to call an external program. I have the callprocess portion working if I put the command string directly in, but when I try to use a string variable to call it, I get...
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.