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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5303 - 5333 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5303
Hi I have created a site which is being hosted on a remote computer. When I try to login to the site by connecting to the database on the remote computer I get...
blair_woodsnz
Offline Send Email
Dec 1, 2004
1:15 pm
5304
You forgot the Provider= part at beginning. http://www.learnasp.com/learn/dbopen.asp has the correct connection string as a reference. On Wed, 01 Dec 2004...
Charles Carroll
charlesmarkc...
Online Now Send Email
Dec 1, 2004
1:50 pm
5305
Hi Thanks for your help. I modified my code and still got the same error message: Server object error 'ASP 0177 : 800706ba' Server.CreateObject Failed ...
blair_woodsnz
Offline Send Email
Dec 1, 2004
3:08 pm
5306
I have an asp page that shows titles of courses. The area where the titles are listed (table cells with a graphical background), are dynamically sized based...
bef218
Offline Send Email
Dec 1, 2004
6:56 pm
5307
Sounds like a permission problem or spyware or Virus or install problem. Run: http://www.learnasp.com/learn/dbtroubleshootopen.asp to see what kind of shape...
Charles Carroll
charlesmarkc...
Online Now Send Email
Dec 1, 2004
7:21 pm
5308
<td nowrap> Or Dim size size = len(request("title") <td size=<%= size %>> ... __________________________________________________ Do You Yahoo!? Tired of spam?...
Michael Brinkley
mbrink1111
Online Now Send Email
Dec 1, 2004
9:23 pm
5309
... when...
Seetha
poojsee
Offline Send Email
Dec 2, 2004
5:33 am
5310
Hi Blair, Not sure, but has your RPC service on the server started? blair_woodsnz <blair_woodsnz@...> wrote: Hi I have created a site which is being...
MustafaÖZÇETİN
mustafaozcet...
Offline Send Email
Dec 2, 2004
8:20 am
5311
hi, pls can any tell me is it possible to upload a file with asp page. ie without using any components and it should be for ananymous user. Regards, suresh...
kt_suri
Offline Send Email
Dec 2, 2004
9:18 am
5312
You could enclose the text you don't want to wrap in a <nobr></nobr> tag pair. Dan ________________________________ From: bef218 [mailto:bef218@...] ...
Dan Powderhill
danaspelite
Offline Send Email
Dec 2, 2004
9:42 am
5313
http://www.asp101.com/articles/jacob/scriptupload.asp ... From: kt_suri [mailto:kt_suri@...] Sent: donderdag 2 december 2004 10:18 To:...
Mischa Kroon
aemca_san
Offline Send Email
Dec 2, 2004
9:45 am
5314
hi i have problem connecting to a remote access database. i'm using this connection string '--- oConn.Open "Provider=MS Remote;" & _ "Remote...
Cady
iatomboy
Offline Send Email
Dec 2, 2004
9:55 am
5315
Hi Thanks for your help - that solved that part of the problem - but the saga continues. I now get the message The call to Server.CreateObject failed while...
blair_woodsnz
Offline Send Email
Dec 2, 2004
10:09 am
5316
Thank you Dan, I have not ever used that tag before. I'll give it a try. Thanks again. Barry ... <nobr></nobr> tag ... the ... but ... ...
bef218
Offline Send Email
Dec 2, 2004
3:41 pm
5317
Hello, I'm planning to create a free online directory of worship leaders (a church thing). I'm learning SQL commands to maintain the database. This will have...
kittyrobbins
Offline Send Email
Dec 3, 2004
1:02 am
5318
I would say HTML is more of the interface. ASP is the code that retrieves and updates the information and is never seen by the end user. Anyway, ASP will do...
Mark E
meckeard2000
Offline Send Email
Dec 3, 2004
1:38 am
5320
http://learnasp.com/learnasp/ is a good place to start http://aspin.com/ is a great resource and some stuff at my developer site:...
Michael Brinkley
mbrink1111
Online Now Send Email
Dec 3, 2004
6:36 am
5321
I was wondering if there is a way to make a webpage create new columns in access. I can't really find anything about it so I'm not sure that it is even...
shadow_snd_2002
Online Now Send Email
Dec 3, 2004
7:39 am
5322
You can use the "alter table" Jet SQL statement. The basic syntax is :- ALTER TABLE table ADD COLUMN field type [(size)] [NOT NULL] [CONSTRAINT index] Dan ...
Dan Powderhill
danaspelite
Offline Send Email
Dec 3, 2004
9:23 am
5323
Do you know what line is causing the problem? And is that the exact error? Mark shadow_snd_2002 <shadow_snd_2002@...> wrote: I'm gettina goofy error and...
Mark E
meckeard2000
Offline Send Email
Dec 3, 2004
1:23 pm
5324
hai i am trying to develop a webpage for currency converter. i have created database and put daily rate into tables.but i dont have idea how to convert values...
selvam_suba
Offline Send Email
Dec 4, 2004
6:09 am
5325
hai I am new to web design.I am creating shopping cart.can you tell me how to update quantity of item stored in cookies.My quantity is in text box.where i have...
eshnet2003
Offline Send Email
Dec 4, 2004
7:45 pm
5326
Hi friends, I m new be in group. i want to create welcome page to registered user in my site that how many times they have visited. following is my script <% ...
vbhelper on Web
wwwdirzala
Offline Send Email
Dec 6, 2004
6:05 am
5327
hi, my IIS just ignore the "<asp:......." coding and it gives a plain page when navigate. to execute aspx page can i do any configuration changes in my IIS ......
balaganesh
guurjismaster
Offline Send Email
Dec 6, 2004
8:14 am
5328
How're you getting to the page? Are you navigating to it through http://localhost/mypage.aspx or c:\inetpub\wwwroot\mypage.aspx? Dan ...
Dan Powderhill
danaspelite
Offline Send Email
Dec 6, 2004
9:27 am
5329
Hi Group, I just joined this group and thought I would introduce myself. My name is Bob Boisvert; I'm a stay at home dad that has a successful home web design...
Bob Boisvert
twingirls1999
Offline Send Email
Dec 6, 2004
3:58 pm
5330
In onSubmit event, call the asp that handles the conversion. ... -- GJ Bondoc 15 V. Luciano St. Proj. 4 Q.C. Tel#: 9118586 Cell#: 09274684926 e-mail:...
GJ
goriojuan
Offline Send Email
Dec 7, 2004
2:09 am
5331
In www.w3schools.com they teach you how to use counter in cookies. On Mon, 6 Dec 2004 04:50:42 +0000 (GMT), vbhelper on Web ... -- GJ Bondoc 15 V. Luciano St....
GJ
goriojuan
Offline Send Email
Dec 7, 2004
2:12 am
5332
hi dan, i navigate thru the url http://localhost/index.aspx but my IIS support all ASP page, it only gives error for aspx pages only... so could i need to...
balaganesh
guurjismaster
Offline Send Email
Dec 7, 2004
3:44 am
5333
I have a field name LoginAmount that is empty in my access DB as I added it way after I have 1600 plus members. I have a code block now to test if it is emplty...
System-Administrator@...
System-Administrator@...
Send Email
Dec 7, 2004
6:12 pm
Messages 5303 - 5333 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