Search Results

Showing results 1 to 40 of 41
Search took 0.01 seconds.
Search: Posts Made By: ohgosh
Forum: ASP.NET Jan 25th, 2006
Replies: 1
Views: 11,050
Posted By ohgosh
hi there,

i am doing asp.net and had many sets of checkbox which is html checkbox and not asp checkbox.

eg:
<input type="checkbox" id="chkbox11" value="1"...
Forum: ASP.NET Jan 3rd, 2006
Replies: 3
Views: 4,752
Posted By ohgosh
hi all,

a 'space' in asp.net is '&nbsp', how about 'tab' in asp.net?

by the way, can i add image to a listbox user control? if so, please provide the codes or any ref...
Forum: ASP.NET Dec 23rd, 2005
Replies: 8
Views: 16,563
Posted By ohgosh
im using ms sql server 2000.. well, i will try the code later

thanks 4 ur help..
Forum: ASP.NET Dec 22nd, 2005
Replies: 8
Views: 16,563
Posted By ohgosh
hi all,
do anyone knows how to create a dynamic dropdownlist? the dropdownlist will retrieve the list items from database..

eg: below is code for static dropdownlist where i declare the...
Forum: ASP Nov 6th, 2005
Replies: 3
Views: 5,385
Posted By ohgosh
was it bcos of ur concatenation?

sql="update users1 set email='" & stremail & "' and fname='" & strfname & "' and lname='" & strlname & "' and address='" & straddress & "' and address1='" &...
Forum: ASP Sep 25th, 2005
Replies: 6
Views: 14,486
Posted By ohgosh
ADODB.Field error '80020009'

Either BOF or EOF is True, or the current record has been deleted.
Requested operation requires a current record.

/test.asp, line 0

what does the error...
Forum: ASP Sep 25th, 2005
Replies: 2
Views: 35,265
Posted By ohgosh
i know where the problem lies in my error yea~ cos of typo error at tt line it's complaining:

set rsIn = conn.execute(strIn)

it should be :

set rsIn = conn.execute(sqlIn)
Forum: ASP Sep 25th, 2005
Replies: 2
Views: 35,265
Posted By ohgosh
Hi there,

i got a question on asp recordset.. i got a page whereby i will display records from a particular table. first i will go & do a select sql command to retrieve records from database,...
Forum: ASP Sep 19th, 2005
Replies: 7
Views: 4,074
Posted By ohgosh
didn't i paste my sql statemt during my very 1st post?

sql1 = "select distinct * from t_staff group by staff"
sql2 = "select distinct * from t_staff order by staff"

btw ive used group by and...
Forum: MySQL Sep 15th, 2005
Replies: 2
Views: 9,343
Posted By ohgosh
Hi peeps...

A good day to all of you yea~ as i know, i can retrieve only the first row by using the keyword limit 1:
select * from tblTesting limit 1
for selecting the first two rows are:...
Forum: ASP Sep 15th, 2005
Replies: 7
Views: 4,074
Posted By ohgosh
huh wad do u mean? i try using order by, but error occured on the page. i dont understand wad happen so i had to use another method to resolve.
Forum: ASP Sep 15th, 2005
Replies: 7
Views: 4,074
Posted By ohgosh
wad u mean by aggregrate similar entries? do u mean pick up oli distinct records? do it mean different if i remove distinct from select statement?

but i can still display my dropdownlist value in...
Forum: ASP Sep 15th, 2005
Replies: 7
Views: 4,074
Posted By ohgosh
oops :x sorry i think i post this thread to the wrong forum..

see ya guys in the forum under databases. hope to hear from you soon.
Forum: MySQL Sep 15th, 2005
Replies: 3
Views: 21,534
Posted By ohgosh
Hi there,

wanna ask if the sql syntax order by and group by the same?
eg: i have a dropdownlist and the values displayed should be in ascending order. hence is there any difference if i use...
Forum: ASP Sep 15th, 2005
Replies: 7
Views: 4,074
Posted By ohgosh
Hi there,

wanna ask if the sql syntax order by and group by the same?
eg: i have a dropdownlist and the values displayed should be in ascending order. hence is there any difference if i use...
Forum: HTML and CSS Sep 8th, 2005
Replies: 2
Views: 3,951
Posted By ohgosh
hi there..

can i retrieve the break tag from querystring? i have a textarea which i store in a querystring. the textarea will not show the break tag if i have break tag among the text i typed.
...
Forum: HTML and CSS Sep 2nd, 2005
Replies: 9
Views: 12,490
Posted By ohgosh
btw.. i have another qn..

can i retrieve the break tag from querystring? i have a textarea which i store in a querystring. the textarea will not show the break tag if i have break tag among the...
Forum: HTML and CSS Sep 2nd, 2005
Replies: 9
Views: 12,490
Posted By ohgosh
frankly speaking, i dont know how.. any guidance or sample code?

do u all mean that besides validating at the client-side by using js, i will also need to validate at the server-side? but how to?
Forum: HTML and CSS Sep 1st, 2005
Replies: 9
Views: 12,490
Posted By ohgosh
what do u mean by this? i dun quite understand? i cant help giving them the same name.. :-| so i was wondering whether can i still validate them.
Forum: HTML and CSS Aug 31st, 2005
Replies: 9
Views: 12,490
Posted By ohgosh
HI~

i have a series of checkbox with different names, how do i validate them? validate to check that one of the checkbox must be checked in order to save the changes in the current page.

here...
Forum: ASP Aug 30th, 2005
Replies: 6
Views: 17,814
Posted By ohgosh
;) huh?!? im using asp not asp.net.. i dun quite understand wad are u tryin 2 link me to.. haha~ would u prefer to explain more.. cheers~
Forum: ASP Aug 29th, 2005
Replies: 6
Views: 7,940
Posted By ohgosh
heiya.. thanks william_stam!! saw so many of your replies & am grateful.. seems that you're quite pro in programmin ar?

anyw.. i use diff way to store my checkbox n the checking of the checkboxes...
Forum: ASP Aug 29th, 2005
Replies: 3
Views: 5,380
Posted By ohgosh
:cool: thanks for the help.. i mng to get the current time.. n here, im going to share with u guys..

my solution is neither using javascript nor refresh page.. it is that:

i get the current...
Forum: ASP Aug 25th, 2005
Replies: 3
Views: 5,380
Posted By ohgosh
do u have any link for those javascript?
Forum: ASP Aug 25th, 2005
Replies: 3
Views: 5,380
Posted By ohgosh
how do i get the current date/time when i click a button? i manage to retrieve the value of current date/time in 2 separate hidden fields when the page loads.. but i want to retrieve the actual...
Forum: ASP Aug 23rd, 2005
Replies: 6
Views: 7,940
Posted By ohgosh
do u mean this:

<%
i = 0
varcount = 0
sqlUser= "select * from t_user_type order by userType"
set rsUser = conn.execute(sqlUser)

do while not rsUser.eof
i =...
Forum: ASP Aug 23rd, 2005
Replies: 6
Views: 7,940
Posted By ohgosh
so how should i do? any improvement on d code u could provide in here? sorry to bother u..



what do u mean? could u explain furthermore? thanks~
Forum: ASP Aug 22nd, 2005
Replies: 6
Views: 7,940
Posted By ohgosh
HI there,

i haf a series of dynamic checkbox retrieved from db. I can display my checkbox successfully but now i cant get more than one checkbox being checked.

<%
sqlUser= "select...
Forum: ASP Aug 14th, 2005
Replies: 1
Views: 3,432
Posted By ohgosh
Hi there...

I have a page showing products records and there is a checkbox and textfield to enter order quantity for each record. When i click on the Add btn, it will check for the checked records...
Forum: MySQL Aug 8th, 2005
Replies: 1
Views: 2,763
Posted By ohgosh
Hi there,

i have question on arranging columns whereby the datatype is date and time how should i arrange them so that the latest date & time entry will be in the first row?

i have a table...
Forum: ASP Aug 3rd, 2005
Replies: 2
Views: 5,465
Posted By ohgosh
:?: what do u mean? i dont get it.. could you explain further more? or give any example.. honestly, i don't know how the loader page works.. :rolleyes:
Forum: ASP Aug 3rd, 2005
Replies: 2
Views: 5,465
Posted By ohgosh
i came across this error and i dont seem to understand what actually cause the error to occur.. Can anyone explain the error if you know or have any idea.. THANKS~

Error Type:
Microsoft VBScript...
Forum: MySQL Aug 2nd, 2005
Replies: 13
Views: 9,828
Posted By ohgosh
Hmm~ i will try to think abt it more seriuosly later.. if there're still problems occuring, i will try to post it again in here..

THANKS!!
Forum: MySQL Aug 2nd, 2005
Replies: 13
Views: 9,828
Posted By ohgosh
oh that's okie! Thanks for replying too!

The code below means getting the values for selecting more than one items?
<%
cars = Split(Request.Form("car"), ",")
for each car in cars
...
Forum: MySQL Aug 1st, 2005
Replies: 13
Views: 9,828
Posted By ohgosh
erm.. i don't understand php language.. btw the multiple have already being included in my select tag. i'm using asp lang..

how is tt php array code going to help? i don't understand why array...
Forum: MySQL Aug 1st, 2005
Replies: 13
Views: 9,828
Posted By ohgosh
oh okie.. THANKS!!

how abt setting the listbox to allow users to select either ALL option or the items on the listbox? So that users can only select ALL and search or select one to more items on...
Forum: MySQL Jul 28th, 2005
Replies: 13
Views: 9,828
Posted By ohgosh
Oh thank you for giving me tips on using the code tags! As a new user, hence I do not know much of the tags and its functionality. Thanks anyway!

Erm.. That sql statemt you provided is to be...
Forum: MySQL Jul 28th, 2005
Replies: 13
Views: 9,828
Posted By ohgosh
:eek: I am sorry because i am in a hurry and in a haste to solve this error hence i write my words in short form.

Well, i will translate my message again:

I would like to select records which...
Forum: MySQL Jul 27th, 2005
Replies: 13
Views: 9,828
Posted By ohgosh
i wud like to select records which userStatus' values is sth.

ive gt a tbl with a userStatus column, dis column is stored with statusID and the values in dis column, userStatus, are either numbers...
Forum: ASP Jul 27th, 2005
Replies: 6
Views: 17,814
Posted By ohgosh
wad do u mean? i dun quite understand.. do u mind sharing n tellin me more?

it wud b great to even provide some eg. hEE~

real thanks... :cheesy:
Showing results 1 to 40 of 41

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC