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
~3K People Reached
About Me

ICT Student

Interests
blogging
PC Specs
VB.NetJavaC++Ccurrently new in android development
Favorite Forums
Member Avatar for noobies

Hye all, I had a difficulty in codes a ball collision in java. Is there anyone could help me to code it. Here the requirement: 1) There will be two balls in the same size. 2) They move randomly at constant speed until they meet each other. 3) Once collided, …

Member Avatar for NormR1
0
192
Member Avatar for noobies

I have 2 query which I want to make it as 1 query. Could anyone help me. Because the query is just the same. The difference is they have 2 condition which 1 query for same year and another query for different year. [CODE]If (bboard = "All") Then If (qter1 …

Member Avatar for adam_k
0
107
Member Avatar for noobies

I have a repeater table, could anyone help me on how to hide 1 whole repeater column without affecting other repeater column? Been trying before but it seems the column affect the column after the hiding column. I currently hide the header and the content but it seems the empty …

0
61
Member Avatar for noobies

Could ANYONE check on my code. As I compare the DSO with the DSO para, it seems doesn't compare both data at all. I have been converting the DSO as double first between comparing it as if i compare with string it doesn't work. anyone could help me please. I …

Member Avatar for hericles
0
207
Member Avatar for noobies

I have multiple repeaters, and now I want to hide them and make it visible when I choose using a breakdown button. Could anyone help me?

Member Avatar for hericles
0
62
Member Avatar for noobies

Can anyone help me to do this : Select previous field based on previous field in sql. I had tried a lot of ways but it seems doesn't works. [CODE]Select alert_value , year_id from company_alert where year_id = "2010" and year_id = year_id - 1 group by year_id[/CODE] could anyone …

Member Avatar for adam_k
0
176
Member Avatar for noobies

I had a problem on displaying count sql in vb. Anyone would help me? I had google about this, and I had to use executereader but I don't know how to use it [CODE]Dim dso1 As Label = CType(e.Item.FindControl("dso1"), Label) If Not IsNothing(dso1) Then Dim name As String name = …

Member Avatar for Pgmer
0
2K
Member Avatar for noobies

I had using this code to show the alert_value in repeater. But it no output is shown in the column dso. I want to count the number of alert_value which is above than 150 which the alert id is dso. anyone can fixed it? [CODE]Dim dso1 As Label = CType(e.Item.FindControl("dso1"), …

Member Avatar for hericles
0
162
Member Avatar for noobies

Hye, I had a difficulties to insert the data in vb.net into sql, I had try few times, but it seems the data can't be read in the database, I hope anyone could help me :(

Member Avatar for Netcode
0
132