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
~14.9K People Reached
Favorite Tags
Member Avatar for katieJane

Hi all I have, hopefully, a rather small query. I have been creating a system with asp/vb and as I was designing I used msgbox's. Of course when I then uploaded it to the company intranet it didn't like MsgBox. I understand that there are various ways of doing it, …

Member Avatar for diego_5
0
14K
Member Avatar for katieJane

Hi all I am a little confused with an issue regarding a combo box being displayed on my asp.net webpage. All I want to do it have a blank default value at the top of a list which is bound with a database, which also prevents the user from selecting …

Member Avatar for katieJane
0
181
Member Avatar for katieJane

Hi all The problem I am having is a little difficult to explain, but basically I am creating an asp web page in visual studio and am finding controlling the layout quite difficult. When I run the website from visual studio on my local machine, it displays as it should …

Member Avatar for katieJane
0
155
Member Avatar for katieJane

Hi I am hoping someone might be able to shed some light on my issue. I have some BLOB images within a small, 9 row, database and I simply want to run through the database and sequentially place each separate image into 9 picture boxes. I have tried with a …

Member Avatar for katieJane
0
108
Member Avatar for katieJane

Hi I am quite new to web developing and I am starting to struggling with this code. I am basically trying to enter a name along with a mark and store this in a javascript cookie. From this I want to create the mean and graph for up to 100 …

Member Avatar for fxm
0
137
Member Avatar for katieJane

Hi I only have a simple query I am relatively new to c++ and I am trying to create 10 randomly placed items in a grid. I've used the following for loop: [code] for(int x=0; x<10; x++) { array[n1][n2] = aliveG; } [/code] and it only displays the item once, …

Member Avatar for Jiwe
0
85