User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 397,633 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,353 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 41
Search took 0.01 seconds.
Posts Made By: ohgosh
Forum: ASP.NET Jan 25th, 2006
Replies: 1
Views: 7,797
Posted By ohgosh
how to loop thru checked checkbox to retrieve its value?!?

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" onclick="javascript:...
Forum: ASP.NET Jan 3rd, 2006
Replies: 3
Views: 2,458
Posted By ohgosh
what is tab in asp.net?

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 links.....
Forum: ASP.NET Dec 23rd, 2005
Replies: 3
Views: 8,166
Posted By ohgosh
Re: how to create a dynamic dropdownlist?

im using ms sql server 2000.. well, i will try the code later

thanks 4 ur help..
Forum: ASP.NET Dec 22nd, 2005
Replies: 3
Views: 8,166
Posted By ohgosh
Help how to create a dynamic dropdownlist?

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: 3,887
Posted By ohgosh
Re: updating records using asp and mysql

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: 9,772
Posted By ohgosh
ADODB.Field error '80020009'

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 actually...
Forum: ASP Sep 25th, 2005
Replies: 2
Views: 24,418
Posted By ohgosh
Re: Command text was not set for the command object.

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: 24,418
Posted By ohgosh
Command text was not set for the command object.

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, then...
Forum: ASP Sep 19th, 2005
Replies: 7
Views: 3,028
Posted By ohgosh
Re: is order by and group by the same?

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 it...
Forum: MySQL Sep 15th, 2005
Replies: 2
Views: 5,700
Posted By ohgosh
can i select the 2nd row/record from a table

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:
select *...
Forum: ASP Sep 15th, 2005
Replies: 7
Views: 3,028
Posted By ohgosh
Re: is order by and group by the same?

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: 3,028
Posted By ohgosh
Re: is order by and group by the same?

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: 3,028
Posted By ohgosh
Re: is order by and group by the same?

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: 14,735
Posted By ohgosh
is order by and group by the same?

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 these 2...
Forum: ASP Sep 15th, 2005
Replies: 7
Views: 3,028
Posted By ohgosh
is order by and group by the same?

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 these 2...
Forum: HTML and CSS Sep 8th, 2005
Replies: 2
Views: 2,494
Posted By ohgosh
can i retrieve the break tag from querystring?

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.

let...
Forum: HTML and CSS Sep 2nd, 2005
Replies: 9
Views: 9,759
Posted By ohgosh
Re: how to validate checkbox with different names?

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 text...
Forum: HTML and CSS Sep 2nd, 2005
Replies: 9
Views: 9,759
Posted By ohgosh
Re: how to validate checkbox with different names?

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: 9,759
Posted By ohgosh
Re: how to validate checkbox with different names?

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: 9,759
Posted By ohgosh
Help how to validate checkbox with different names?

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 are...
Forum: ASP Aug 30th, 2005
Replies: 4
Views: 13,453
Posted By ohgosh
Re: dropdownlist value doesnt get selected

;) 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: 6,193
Posted By ohgosh
Re: how do i get more than one checkbox being checked

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 by...
Forum: ASP Aug 29th, 2005
Replies: 3
Views: 4,536
Posted By ohgosh
Solution Re: how do i get the current time when i click a button?

: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 time...
Forum: ASP Aug 25th, 2005
Replies: 3
Views: 4,536
Posted By ohgosh
Re: how do i get the current time when i click a button?

do u have any link for those javascript?
Forum: ASP Aug 25th, 2005
Replies: 3
Views: 4,536
Posted By ohgosh
how do i get the current time when i click a button?

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: 6,193
Posted By ohgosh
Re: how do i get more than one checkbox being checked

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 = i + 1
Forum: ASP Aug 23rd, 2005
Replies: 6
Views: 6,193
Posted By ohgosh
Re: how do i get more than one checkbox being checked

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: 6,193
Posted By ohgosh
how do i get more than one checkbox being checked

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 distinct *...
Forum: ASP Aug 14th, 2005
Replies: 1
Views: 2,713
Posted By ohgosh
how to retrieve textfield for more than 1 checked records?

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 7th, 2005
Replies: 1
Views: 2,284
Posted By ohgosh
arrange date&time column

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: 4,411
Posted By ohgosh
Re: Error Type: Microsoft VBScript runtime (0x800A01C9)

:?: 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: 4,411
Posted By ohgosh
Error Type: Microsoft VBScript runtime (0x800A01C9)

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: 8,107
Posted By ohgosh
Re: select statemt LIKE

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 1st, 2005
Replies: 13
Views: 8,107
Posted By ohgosh
Re: select statemt LIKE

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
Response.Write...
Forum: MySQL Aug 1st, 2005
Replies: 13
Views: 8,107
Posted By ohgosh
Re: select statemt LIKE

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 Jul 31st, 2005
Replies: 13
Views: 8,107
Posted By ohgosh
Re: select statemt LIKE

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 the...
Forum: MySQL Jul 28th, 2005
Replies: 13
Views: 8,107
Posted By ohgosh
Re: select statemt LIKE

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 placed...
Forum: MySQL Jul 28th, 2005
Replies: 13
Views: 8,107
Posted By ohgosh
Re: select statemt LIKE

: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: 8,107
Posted By ohgosh
select statemt LIKE

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: 4
Views: 13,453
Posted By ohgosh
Re: dropdownlist value doesnt get selected

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

 
All times are GMT -4. The time now is 9:58 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC