rgfirefly24's Profile User Rating: -----

Reputation: 233 Stalwart
Group:
Author w/DIC++
Active Posts:
1,311 (0.7 per day)
Joined:
07-April 08
Profile Views:
18,044
Last Active:
User is online 34 minutes ago
Currently:
Viewing Board Index

Previous Fields

Country:
US
OS Preference:
Windows
Favorite Browser:
Chrome
Favorite Processor:
AMD
Favorite Gaming Platform:
XBox
Your Car:
Chevrolet
Dream Kudos:
150

Latest Visitors

Icon   rgfirefly24 has not set their status

Posts I've Made

  1. In Topic: How to make setup of asp.net website for local host?

    Posted 21 May 2013

    We can't tell you the problem because we don't have your setup in-front of us. YOU have to tell us what the problem is and what steps you have taken to try and solve it. This could be an issue of you trying to install on a machine that does not have IIS Setup, it could be that you haven't setup the website inside IIS, you haven't correctly done the setup project. Any number of issues could be the problem.
  2. In Topic: Opensource No-pay Web & Winforms project

    Posted 19 May 2013

    yes, you are using company provided software to do it. I would suggest looking into a bizspark subscription in order to do this.
  3. In Topic: SQLCommand to Execute Stored Procedure with Parameters

    Posted 16 May 2013

    Also your AddWithValues are not correct. Basically what you are doing there is sending in SqlDbType.Varchar as the value of your @PhoneNumber and @UserID parameters. This ofcourse will never match anything in your database so the update won't seem to work. You need to remove the SqlDbType.VarChar and replace it with where ever the username and phonenumber are coming from like say a textbox or property of a class (Which is better because it allows for decoupling)

    Also, this line (and the one below it)
    ((Label)(PhoneGrid.Rows[i].FindControl("lblID"))).Text can throw an error if the FindControl can't find lblID because you are calling .Text on it, but what if it's null?
  4. In Topic: Need help converting console app to form app

    Posted 13 May 2013

    As as been stated to you numerous times, we are not going to write the code for you. I would HIGHLY suggest you stop even attempting the forms app until you have fixed the console app, because you will only serve to confuse yourself even more if you don't.

    Now, One thing I see in your console app that you could try to get rid of the main method error is to remove the PRIVATE keyword from main.

    Also ByVal and AS String are just keywords. You need to supply a parameter name which is why the method arguments looked like this: ByVal args As String.

    It was already suggested to you to remove out everything between the ()'s to make it look like this: main(). You should really do that as well.
  5. In Topic: Cannot display ASP.NET Web Forms outside of Visual Studio

    Posted 13 May 2013

    Maybe the issue isn't a publish issue at all, but an issue with what is being passed around at runtime. Can you show me the Login page code? It appears that you are doing some kind of substring and one of the parameters you are passing is throwing the exception.

My Information

Member Title:
D.I.C Lover
Age:
30 years old
Birthday:
February 21, 1983
Gender:
Years Programming:
4
Programming Languages:
C#, VB.NET, Javascript, VBScript

Contact Information

E-mail:
Click here to e-mail me
Website URL:
Website URL  http://

Comments

rgfirefly24 has no profile comments yet. Why not say hello?