Hi!
I am new to Visual Studio and ASP.NET. I got the above error message on the code below. It is from an ASP.Net file (I think version 1.1). I get the error when I try to open it with Visual Studio 2005. Is there some other way of coding that; so that, I still end up with the same results...
Hi!
I'm new to ASP.NET and Visual Studio and C#. If I have to compile my C# files with Visual Studio 2005, will they work with ASP.NET files created in previous version and updated outside Visual Studio 2005?
I am currently using Visual Studio 2005 on the website folder on my desktop (I...
I am new to asp.net, C# and Visual Studio. I've updated an existing website, made all the coding changes and found out that I've been working with C# and that they need compiling. I do not have an IIS server attached to my computer. I do not have a registered version of Windows XP on my...
I am new to asp.net, C# and Visual Studio. I've updated an existing website, made all the coding changes and found out that I've been working with C# and that they need compiling. I do not have an IIS server attached to my computer. I do not have a registered version of Windows XP on my...
I have two tables in my form. One for the user input and one for the submit and exit buttons. In between I have javascript to output a date to the screen. It's not happening. What am I doing wrong? Here's the code:
<table>
<!-- data entry code goes here -->
</table>
<%
/** get today's...
How do I stop the right bracket from my input definition from displaying on my form? I'm using javascript so I can re-display the value the user has entered. Here is a sample of the code:
<tr>
<td>First Name: </td>
<td><INPUT TYPE="text" name="firstname"
<%...
I had this posted in the javascript forum because it's part of my javascript program, but someone replied to say that it's java code(?). I know response.sendRedirect is javascript, but I'm new at this so any help will do.
This is the code I have, but I haven't incorporated the record not found...
This is the code I have, but I haven't incorporated the record not found check in properly. How should it be done?
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection conn = DriverManager.getConnection("jdbc:odbc:DoctorLookUp","","");
Statement...
I defined a database using Access in my C drive. When I test my code the message I get is: database not found java.sql.SQL Exception:[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. The code that seems to be causing the problem is somewhere in the...
I'm trying to write a class to connect to a website. I've imported java.net.* and java.io.*, and on the following code
I keep getting a cannot resolve on hp:
URL hp = new URL("http://www.yahoo.com");
URLConnection conn = hp.openConnection();
I'm not familiar enough with the...
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.