Forum: ASP.NET Jul 1st, 2009 |
| Replies: 10 Views: 923 I have done it and i am getting an error at this part 'con.Open()'. It says The ConnectionString property has not been initialized. This happens when i am running the system. please help
... |
Forum: ASP.NET Jul 1st, 2009 |
| Replies: 10 Views: 923 I followed what you said. This is the error i get next in line 15. 'Compiler Error Message: BC30455: Argument not specified for parameter 'Number' of 'Public Function Str(Number As Object) As... |
Forum: ASP.NET Jul 1st, 2009 |
| Replies: 10 Views: 923 hi there,
i need help in my vb behind codes. There is an error at these part 'con.Open()'. When i run the code the error says, "The ConnectionString property has not been... |
Forum: ASP.NET Jun 30th, 2009 |
| Replies: 12 Views: 996 the 'value' attribute is not declared. This is what it says. |
Forum: ASP.NET Jun 29th, 2009 |
| Replies: 12 Views: 996 I understand what is required, but i am not able to as when i was installing my MSSQL, i only installed as Windows Authentication and not as SQL Server Authentication. In this manner, I didn't set... |
Forum: ASP.NET Jun 26th, 2009 |
| Replies: 12 Views: 996 Hi,
there, I need help with the connection string . An error saying 'Object reference not set to an instance of an object.'
Can be seen when i make the system to run. It effects the code below:... |
Forum: ASP.NET Jun 19th, 2009 |
| Replies: 4 Views: 557 hi there,
i am having problem with my codes. im getting this error,
'Name 'reader' is not declared'. please help.
reader = con2.ExecuteReader()
reader.Read
Protected... |
Forum: ASP.NET Jun 19th, 2009 |
| Replies: 6 Views: 459 Thank you. It really worked.
I have a problem with this statement as well. it sdays 'name 'InvalidCredentialsMessage' is not declared. please help me solve it
InvalidCredentialsMessage.Visible =... |
Forum: ASP.NET Jun 19th, 2009 |
| Replies: 6 Views: 459 sir, i've already attached the textboxes and named them accordingly.I am still getting the error.please help
Protected Sub LoginButton_Click(ByVal sender As Object, ByVal e As System.EventArgs)... |
Forum: ASP.NET Jun 19th, 2009 |
| Replies: 6 Views: 459 sir, ive already placed the textbox and named them accordingly as below.
Protected Sub LoginButton_Click(ByVal sender As Object, ByVal e As System.EventArgs)
... |
Forum: ASP.NET Jun 18th, 2009 |
| Replies: 6 Views: 459 Hi,
there, i am trying to come up with this behind code using vb. i am getting error saying 'the username and password is not declared. i am not sure how to declare. please assisst me in this.... |
Forum: ASP.NET Jun 18th, 2009 |
| Replies: 1 Views: 822 hi,
there .i am coming up with a login page authentication, however i am getting this error that says 'Type SQl.Data.SqlClient.SqlDataReadercon1 is not defined '
Dim reader As... |
Forum: ASP.NET Jun 17th, 2009 |
| Replies: 3 Views: 542 i changed it and it says 'invalid value for key 'integrated security' .
This statement shows at the '.Open()'
.ConnectionString = sConnString
.Open() |
Forum: ASP.NET Jun 16th, 2009 |
| Replies: 3 Views: 542 hi,
there , i am coming up with a login page and i am getting error on the codes... please help.
<script runat="server">
Sub OnLoginError(ByVal sender As Object, ByVal e As EventArgs)... |
Forum: ASP.NET Jun 4th, 2009 |
| Replies: 6 Views: 631 After all deleting the script, im getting the error as below
Compiler Error Message: The compiler failed with error code 1.
Show Detailed Compiler Output: |
Forum: ASP.NET Jun 4th, 2009 |
| Replies: 6 Views: 631 <%@ Control Language="C#" AutoEventWireup="true" CodeFile="MonthSelectControl.ascx.cs" Inherits="MonthSelectControl" %>
<%@ import namespace="system.web" %>
<%@ import... |
Forum: ASP.NET Jun 4th, 2009 |
| Replies: 6 Views: 631 <%@ Control Language="C#" AutoEventWireup="true" CodeFile="MonthSelectControl.ascx.cs" Inherits="MonthSelectControl" %>
<%@ import namespace="system.web" %>
<%@ import... |
Forum: ASP.NET Jun 4th, 2009 |
| Replies: 6 Views: 631 Hi,
I am coming up with a calendar.I am using ASP.net with C#.I am having using a .ascx file format. i am getting an error on the
10th line. it shows CS1001:identifier expected. i am not... |
Forum: ASP.NET May 27th, 2009 |
| Replies: 1 Views: 281 hi,
i need help with this codings. i did this in visual web developer.it is based on jscript and i need to convert it into asp.net.please help.
<%@ Page Language="JScript" %>
<%@ Import... |
Forum: ASP.NET Apr 20th, 2009 |
| Replies: 0 Views: 1,962 Hi,
there, i am coming up with a form and i am getting an error message as below:
Error 5 Sections must only appear once per config file. See the help topic <location> for exceptions.... |
Forum: ASP.NET Apr 20th, 2009 |
| Replies: 0 Views: 343 hi,
there, i am coming up with this form and i am having problem with my connection string .i am unable to enable the user instance. It is because of that, I am unable to connect asp with the... |
Forum: ASP.NET Apr 20th, 2009 |
| Replies: 5 Views: 500 <%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage.master" %>
<%@Import NameSpace="System.Data" %>
<%@ Import Namespace="System.Data.SqlClient" %>
<%@ Import... |
Forum: ASP.NET Apr 20th, 2009 |
| Replies: 5 Views: 500 im using this in the script section .before the body. |
Forum: ASP.NET Apr 16th, 2009 |
| Replies: 5 Views: 500 hi,
there, im coming up with codes to connect asp.net interface(Track) with asp.net interface(Clerk). i am not sure if my codes are correct. at the same time, i am not sure how to write codes to... |
Forum: ASP.NET Apr 16th, 2009 |
| Replies: 7 Views: 597 sorry, now im getting an error.it says "end of statement expected" by underlining the below...please help
('" &TextBox1.Text& "','" &TextBox2.Text& "','" &TextBox3.Text& "','" &TextBox4.Text& "','"... |
Forum: ASP.NET Apr 16th, 2009 |
| Replies: 4 Views: 649 |
Forum: ASP.NET Apr 16th, 2009 |
| Replies: 7 Views: 597 thank you ive got the point. it works |
Forum: ASP.NET Apr 16th, 2009 |
| Replies: 0 Views: 269 hi
there, im coming up with a registration form. i can not connect with the database. im using asp.net(visual web developer) and microsoft sql server as database.
in the web.config i came up... |
Forum: ASP.NET Apr 14th, 2009 |
| Replies: 7 Views: 597 hi there,
im having problem with the whole codings here. i can't execute the programme.please help.tell me whats my mistake. i need to connect it to the microsoft sql server
<%@ Page... |
Forum: ASP.NET Apr 13th, 2009 |
| Replies: 4 Views: 649 hi,
i am using visual web developer 2005 express. i am trying to locate the web.config in the solution explorer, but it is not there and i don't know any other alternative way to know where it... |
Forum: ASP.NET Mar 19th, 2009 |
| Replies: 0 Views: 408 hi, there..im having difficulties instaalling the microsoft SQL server. i need this to connect to the ASP.NET application.I am getting results that there is a 'cluster node failure' and I am having a... |
Forum: ASP.NET Mar 12th, 2009 |
| Replies: 1 Views: 507 hi,
there, i am trying to install IIS in my pc but the OS doesnt want to.it is IIS 6.0.ive been trying to install and the message ive got is that i need to have Windows xp SP1. I feel it is not... |
Forum: C Mar 4th, 2009 |
| Replies: 3 Views: 296 hi,
there, im doing a small program and the output should be as below
@
**
@@@
****
@@@@@
Ive coded it, but it gives different answers..please help.the code is as below. |
Forum: ASP.NET Feb 24th, 2009 |
| Replies: 0 Views: 283 hi,
there, im coming up with a page where manager can request for annual, monthly,weekly and daily report. However, ive got a error message as below:
Parser Error Message: The file '/asp.net... |
Forum: ASP.NET Feb 23rd, 2009 |
| Replies: 6 Views: 540 This page is suppose to be keyed in by the delivery boy. once the boy clicks on the radioButtonlist , a new page with all the details must appear. The delivery boy then has to click on the... |
Forum: ASP.NET Feb 23rd, 2009 |
| Replies: 6 Views: 540 hi, im aware that there is a mistake in the first line, but i am dont know what kind of code to write...please help. |
Forum: ASP.NET Feb 22nd, 2009 |
| Replies: 5 Views: 656 when i debug, there is alot more of error. im unaware of what i should actually do, especially, when i am hoping that the interface be working |
Forum: C Feb 20th, 2009 |
| Replies: 10 Views: 893 hi,
there...ive come up with these codes and they work.but i dont know how to modify the program so that it prints sequence of asterisks in a single line based on the input gained using :... |
Forum: ASP.NET Feb 19th, 2009 |
| Replies: 6 Views: 540 hi,
there... im doing a page that shows report of a delivery boy in a courier company. But, I can't get any results and i don't know where i've gone wrong...please help
<%@ Page... |
Forum: ASP.NET Feb 19th, 2009 |
| Replies: 2 Views: 630 hi,
there...im trying to figure out where to use these authentication codes as im trying to come up with a login page. these codes are used over the <head> tag, but is it used within the <html>... |