I'm not quite sure if this is what you are looking to do, but I think it is. I would use a datareader and query the database and use a foreach loop to iterate...
Thanks rayan for replay. dear friend please send me code ..... if i select first latter like 'a' the list will come only start from a on dropdown if i select...
http://exim.invinciblesolutions.biz/exim/products.asp Buy all CISCO exams for only US$ 99 for life time! * Mega Offer contains following 40 exams: 350-001,...
Hi, I have a text box control -say txtBox1- contained in InnerForm2 , which is again contained in InnerForm1. Now, I am trying to retrieve the value of txtBox1...
Its a client-side Javascript code written in ASP page. Page is bit complicated, but this is how my code looks like. <form name='form1'> <input type='text'...
Thanx alot!!! My page's structure is itself nested. I have written a function which renders form along with few controls to the client dynamically using...
Hi All, Could you pls guide me, how to stop a site to open a particular region or particular country. ITS URGENT!!!!!! Thanx in advnce ... Too much spam in...
Hai Tomar, Try using Session.LCID value. Because each country has got its own LCID. Get the list of LCID in Online MSDN. All the Best, Balaji ... -- Balaji V...
dear sir , if you know code to insert image and retrive image in sql data base please send it regards aswin nair <aswin_s_nair@...> wrote: hi, if u dont...
Hi, I want to format the Date in 24hrs in C# without the AM and PM. For Example I want to convert 07/05/2005 4:00:00 PM TO 07/05/2005 16:00:00 Thanks, Mingle. ...
http://tinyurl.com/b3nng has what you want. http://geekswithblogs.net/mtreadwell/archive/2004/05/21/5214.aspx has quite a bit of gory details about dates and...
if i give the input as SHARP ,sharp,Sharp,sHArp.... the result should be the same,how to compare the cases here.this input is compard with the data base and if...
Hi Jegatha, U please convert the input Sharp,SHarp,etc to any one case (lcase or Ucase) and do the same with the Database field which u are comparing with and...
ya Balaji,i changed database strings into lowercase as well i checked using LCase function a=request.form("name") ss=LCase(a) if(rs("Cname")=ss) then ...
In case you missed something try: strRS = LCase(rs("Cname")) ... if(strRS = ss) then response.write("exists") else response.write("new record") end if ... ...
Hello, I want to save the Date (Short Date), time and ip address with user name in database on local intranet through asp code, i am using the asp pages in...
6pm - 9pm July 7th Thursday ASP.net topics and we will answer ALL YOUR QUESTIONS about .net!!! location: PCSS Inc. Headquarters 909 Wesley Court Boiling...
Ive seen it in .net....... and can do it but how to sendmail with cdonts and authenticate to the smtp server? I keep getting errors. I search google and it is...
Mike Belcher
AspClassicAnyQuestion...
Jul 7, 2005 5:31 am
6383
Here is how it is in asp.net but when using this I get an error saying: Microsoft VBScript compilation error '800a0414' Cannot use parentheses when calling a...
Mike Belcher
AspClassicAnyQuestion...
Jul 7, 2005 5:36 am
6384
Hi to all, Maybe this problem was asked before, but I need urgently help. I have a Access database with aprox. 300 fields within one table ( this is a 300...
Hi, One more question. I have a formular with about 50 fields. Except some fields, it should be possible to leave the fields free. But I still get the message:...
hi fatih, ya ,myself only asked this problem earlier. no limitation in Database,u just check with rows and columns, regards, Jegatha fatih_zeren1962...