Forum: ASP.NET Jan 25th, 2006 |
| Replies: 1 Views: 7,797 |
Forum: ASP.NET Jan 3rd, 2006 |
| Replies: 3 Views: 2,458 what is tab in asp.net? hi all,
a 'space' in asp.net is ' ', 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 |
Forum: ASP.NET Dec 22nd, 2005 |
| Replies: 3 Views: 8,166 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 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 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 |
Forum: ASP Sep 25th, 2005 |
| Replies: 2 Views: 24,418 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 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 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 |
Forum: ASP Sep 15th, 2005 |
| Replies: 7 Views: 3,028 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 |
Forum: MySQL Sep 15th, 2005 |
| Replies: 3 Views: 14,735 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 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 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 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 |
Forum: HTML and CSS Sep 1st, 2005 |
| Replies: 9 Views: 9,759 |
Forum: HTML and CSS Aug 31st, 2005 |
| Replies: 9 Views: 9,759 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 |
Forum: ASP Aug 29th, 2005 |
| Replies: 6 Views: 6,193 |
Forum: ASP Aug 29th, 2005 |
| Replies: 3 Views: 4,536 |
Forum: ASP Aug 25th, 2005 |
| Replies: 3 Views: 4,536 |
Forum: ASP Aug 25th, 2005 |
| Replies: 3 Views: 4,536 |
Forum: ASP Aug 23rd, 2005 |
| Replies: 6 Views: 6,193 |
Forum: ASP Aug 23rd, 2005 |
| Replies: 6 Views: 6,193 |
Forum: ASP Aug 22nd, 2005 |
| Replies: 6 Views: 6,193 |
Forum: ASP Aug 14th, 2005 |
| Replies: 1 Views: 2,713 |
Forum: MySQL Aug 7th, 2005 |
| Replies: 1 Views: 2,284 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 |
Forum: ASP Aug 3rd, 2005 |
| Replies: 2 Views: 4,411 |
Forum: MySQL Aug 2nd, 2005 |
| Replies: 13 Views: 8,107 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 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 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 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 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 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 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 |