Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6359 - 6388 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6359
hi, if u dont have to expilictly mention the cells where values have to be inserted, (asin cells(i,j),), u can go for response.ContentType =...
aswin nair
aswin_s_nair
Offline Send Email
Jul 1, 2005
11:34 am
6360
Dear all, I desperately need help in asp.net. I want make dropdown control For select ‘a’ the list ‘a’ will come on drop down For select ‘ab’ the...
asif mehdi
asif_mehdi
Offline Send Email
Jul 2, 2005
5:26 pm
6361
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...
Ryan Olshan
maskedduck85
Offline Send Email
Jul 2, 2005
5:55 pm
6362
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...
asif mehdi
asif_mehdi
Offline Send Email
Jul 4, 2005
6:03 am
6363
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,...
Shahbaz Hussain
baz1491
Offline Send Email
Jul 4, 2005
10:19 am
6364
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...
Sreenath KR
sreenathmca
Offline Send Email
Jul 4, 2005
1:18 pm
6365
Is this server-side or client-side? ASP or ASP.NET? Can you show us your code? Dan ________________________________ From:...
Dan Powderhill
danaspelite
Offline Send Email
Jul 4, 2005
1:25 pm
6366
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'...
Sreenath KR
sreenathmca
Offline Send Email
Jul 4, 2005
1:37 pm
6367
Just out of interest, why are you nesting two forms? Try using this to get the value :- <script ...
Dan Powderhill
danaspelite
Offline Send Email
Jul 4, 2005
1:41 pm
6368
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...
Sreenath KR
sreenathmca
Offline Send Email
Jul 4, 2005
1:48 pm
6369
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...
amba tomar
amba_economical
Offline Send Email
Jul 5, 2005
6:07 am
6370
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...
Balaji vishnubhotla
urs_balu
Offline Send Email
Jul 5, 2005
8:45 am
6371
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...
vinod vinod
vinodparassala
Offline Send Email
Jul 5, 2005
1:51 pm
6372
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. ...
Mingle
minglemehta38
Offline Send Email
Jul 5, 2005
11:10 pm
6373
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...
Charles Carroll
charlesmarkc...
Offline Send Email
Jul 6, 2005
3:51 am
6374
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...
Jegatha
jose_ph_84
Offline Send Email
Jul 6, 2005
4:18 am
6375
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...
Balaji vishnubhotla
urs_balu
Offline Send Email
Jul 6, 2005
5:34 am
6376
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 ...
Jegatha
jose_ph_84
Offline Send Email
Jul 6, 2005
6:24 am
6377
In case you missed something try: strRS = LCase(rs("Cname")) ... if(strRS = ss) then response.write("exists") else response.write("new record") end if ... ...
Bob Filipiak
bobfilipiak
Offline Send Email
Jul 6, 2005
11:39 am
6378
please send me a code in asp to insert image and retrive image in sql data base regards vinod...
vinodparassala
Offline Send Email
Jul 6, 2005
12:02 pm
6379
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...
engraze
Offline Send Email
Jul 6, 2005
3:21 pm
6380
Thank u Bob & Balaji,i have got the answer. regards, Jegatha Bob Filipiak <bobfilipiak@...> wrote: In case you missed something try: strRS =...
Jegatha
jose_ph_84
Offline Send Email
Jul 6, 2005
5:19 pm
6381
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...
Charles Carroll
charlesmarkc...
Offline Send Email
Jul 6, 2005
9:23 pm
6382
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...
Send Email
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...
Send Email
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...
fatih_zeren1962
Offline Send Email
Jul 7, 2005
9:55 am
6385
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:...
fatih_zeren1962
Offline Send Email
Jul 7, 2005
10:02 am
6386
Yep, 255 fields per table. Think about normalising your database structure or at the very least splitting it across two tables. Dan ...
Dan Powderhill
danaspelite
Offline Send Email
Jul 7, 2005
10:05 am
6387
Set "Allow Zero Length String" to Yes in the table design. Dan ________________________________ From: AspClassicAnyQuestionIsOk@yahoogroups.com ...
Dan Powderhill
danaspelite
Offline Send Email
Jul 7, 2005
10:14 am
6388
hi fatih, ya ,myself only asked this problem earlier. no limitation in Database,u just check with rows and columns, regards, Jegatha fatih_zeren1962...
Jegatha
jose_ph_84
Offline Send Email
Jul 7, 2005
10:20 am
Messages 6359 - 6388 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help