Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~4K People Reached
Favorite Tags

23 Posted Topics

Member Avatar for WhYuLoOkIn

Please help I'm trying to write a program in C using nested loops which has an output of 1-8 (newline) 2-9 (newline) 3-10 (newline) 4-11(newline) 5-12. I wrote a program but I know it has to be a simplier way and I don't think I used nested loops correctly because …

Member Avatar for Namsisi
0
560
Member Avatar for WhYuLoOkIn

Having trouble with a simple database command I keep getting the error invalid column name and I cant seem to figure it out. Please help me figure out some possible problems Thanks. [CODE=VB] Dim ConnString As String ConnString = "Data Source=.\SQLEXPRESS;AttachDbFilename= C:\inetpub\wwwroot\KiKoGraphics\App_Data\aspnetdb.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" Dim sqlConn As New SqlConnection(ConnString) …

Member Avatar for jasminvictoria
0
342
Member Avatar for ineedhelp09

Check out the java API: [URL="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Character.html"]http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Character.html[/URL] If you still can't figure it out let me know.

Member Avatar for webmstr
0
193
Member Avatar for WhYuLoOkIn

Hi, I am having a problem using the curl lib with php. What I want to accomplish is to make multiple request pulling xml returned from two different url's that are called with curl. Here is the code: [CODE=php] $BROWSER="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 YFF3 Firefox/3.0.1"; …

0
84
Member Avatar for WhYuLoOkIn

Hi, I have a fieldset and I am styling the legend tag within that fieldset with css. I got the text to overlay over the image, but it only works in IE, Chrome and firefox didn't like it. The end result I am looking for is to have a fieldset …

Member Avatar for MidiMagic
0
135
Member Avatar for WhYuLoOkIn

I wanted to ask this before I tried to build these two large tables myself. Does anyone know where or if I can find an MS Sql table of the United States, Cites and States. Possibly with the relationship between state and cites already built, or even an Sql procedure …

Member Avatar for WhYuLoOkIn
0
122
Member Avatar for WhYuLoOkIn

My goal is to set a session variable and have it timeout after 10 min. I tried to do this with cookieless="false": [CODE] <sessionState cookieless="false" timeout="10"> </sessionState> [/CODE] The code above did not timeout after 10 min, I believe I did that correctly if not please let me know. After …

Member Avatar for bheeks
0
136
Member Avatar for WhYuLoOkIn

I have a paypal business account and I am using paypals subscription service. I have read and searched learning about paypals ipn service but could not understand the actual implementation. I have read forums telling me how to write an aspx ipn handler page but some questions I have are …

0
95
Member Avatar for WhYuLoOkIn

I am using asp.net 3.5 and a sql server database. My host is godaddy. I was able to login before I deployed my website but now I am just getting the failure text of the login control. Can someone please help me?

Member Avatar for senol01
0
154
Member Avatar for WhYuLoOkIn

I'm new to deploying asp.net 3.5 websites. Is there a way to access the website admin tool after deploying a website. If not is there a way to allow the admin to add new admin users when using the user creation wizard? Thanks in Advance

0
71
Member Avatar for WhYuLoOkIn

Cool that worked, maybe you could help me with the overall problem also. I am trying to insert a picture into my database. Now that I have the invalid column name solved I have another error. The error is stating that I cannot insert a null into the column and …

Member Avatar for a496761
0
150
Member Avatar for WhYuLoOkIn

This might be a simple fix but I am developing an asp.net website in vs 2008 for some strange reason all of my separate aspx files are now formating at the same time. When I change something in design view in one file the other changes automatically I am new …

Member Avatar for majestic0110
0
112
Member Avatar for WhYuLoOkIn

I am trying to run a script when a button is pressed on my Login.aspx page in Visual Studio 2008. I have set the Sub routine which is located within the script to redirect me to a certain page when the script is run for testing purposes. When I press …

Member Avatar for WhYuLoOkIn
0
152
Member Avatar for WhYuLoOkIn

Hey I have been trying to figure out the code that would allow me to retrieve the system configuration startup list. So far I have found the registry location of the list, but have not figured out how to retrieve the list or if there is a better way. Any …

0
86
Member Avatar for PL.P27

Well it would be easy to check if a word is a palindrome using recursion. I will show you how to use recursion to find a palindrome, since you are new to this and since recursion is not an easy concept to grapse. But an easy way to design your …

Member Avatar for jwenting
0
145
Member Avatar for edchabz

[QUOTE=edchabz;532656] public class Client{ public static void main(String[] args) { Server otherInstance = new Server(); otherInstance.instanceMethod(); Server.staticMethod(); } } [/QUOTE] It looks like you created an Server object and used a method from Server.java, is that not what you want??????

Member Avatar for edchabz
0
151
Member Avatar for ndrux

WELLLL, one of your major problems in your code is that you have an infinite loop. Translation --- Your telling your code to add price to your sum until cho equals zero, which it never does because you never update your condition. The correct way to use a loop: [CODE] …

Member Avatar for ndrux
0
141
Member Avatar for wolverine_ramir

Yes its possible to create an array in a class and multiple ways to return it depending on what your trying to do, So what are you trying to do?

Member Avatar for WhYuLoOkIn
0
99
Member Avatar for WhYuLoOkIn

HI, I am working a program for an Aquarium which contains controls for lights and a electronic fish feeder. I have found a way to get the system time but I do not have the desired result. [1] I want to be able to set the system time during run …

Member Avatar for Ancient Dragon
0
121
Member Avatar for WhYuLoOkIn

I wanted to know if there was a difference, if there is a difference between computer information science and computer science. I started as a computer engineering student but found out there was hardly any programming involved, so I decided to take on software engineering, Since my school has no …

Member Avatar for ProgrammersTalk
0
194
Member Avatar for tjay
Member Avatar for Lance Wassing
-1
395
Member Avatar for WhYuLoOkIn

Can any one please explain the for statement in this code, I understand the initialization of i=2 and the increment of i=i+1, but I dont understand the conditional test of i<(num/2)+1. The program displays all the factors of a number entered by the user. I don't understand why you need …

Member Avatar for WhYuLoOkIn
0
93
Member Avatar for WhYuLoOkIn

[COLOR=#0000ff][COLOR=black]I am using Visual Basic Express, I hope you all still can help me. This program is used to calculate a cars speed related to speed limit. It has two user inputs, cars speed and speed limit. It will calculate any two digit # and one digit #, but when …

Member Avatar for WhYuLoOkIn
0
101

The End.