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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 8310 - 8339 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8310
I am working on a website that requires some of its pages to be password protected. If the user clicks on a protected page and has not logged in yet, they are...
Julie Reese Bookser
jrbookse
Offline Send Email
Aug 4, 2008
9:44 pm
8311
http://learnasp.com/freebook/asp/security.aspx will probably explain what you want....
Charles Carroll
charlesmarkc...
Online Now Send Email
Aug 4, 2008
10:06 pm
8312
Where you check for their being logged in or not, send that page's name as a querystring value to the login page to use when it redirects. If...
mallard
ttmallard
Offline Send Email
Aug 5, 2008
1:51 am
8313
Hi Julie, You can implement this by following method: 1. When user click on protected page, keep the page name in Session variable and redirect user to Login...
Papak Mondal
papak_mondal
Offline Send Email
Aug 5, 2008
3:02 am
8314
This is correct. You can do this with cookies, session or hidden fields. http://learnasp.com/freebook/asp/hidden.aspx ...
Charles Carroll
charlesmarkc...
Online Now Send Email
Aug 5, 2008
3:16 am
8315
Hi All, Im having a doubt about QueryString passing method which I've seen recently somewhere on the web. I dont know the language used to build the page like...
javediq_143
Offline Send Email
Aug 5, 2008
3:57 pm
8316
Hi Javed, The page name has nothing to do with the querystring. Whatever parameters come after the question mark, they don't affect the name of the page. ...
Peter Brunone
peter_brunone
Offline Send Email
Aug 5, 2008
4:37 pm
8317
Hi Apart from W3 <http://www.w3schools.com/ASP/> , are there any good ASP tutorials on the internet ? [Non-text portions of this message have been removed]...
Bob Sharp
bobsharp_uk
Offline Send Email
Aug 6, 2008
10:08 pm
8318
Apart from W3 <http://www.w3schools.com/ASP/> , are there any good tutorials on the internet ? Either online or downloadable. [Non-text portions of this...
Bob Sharp
bobsharp_uk
Offline Send Email
Aug 6, 2008
10:08 pm
8319
4GuysFromRolla.com has some excellent ones....
Charles Carroll
charlesmarkc...
Online Now Send Email
Aug 6, 2008
10:20 pm
8320
Don't tell me http://learnasp.com isn't running anymore... Well looky here! http://learnasp.com/freebook/asp/ Cheers, Peter ... [Non-text portions of this...
Peter Brunone
peter_brunone
Offline Send Email
Aug 7, 2008
3:22 am
8321
Hi Any page links ? Did not notice any on the Homepage. Not interested in ASP.Net...
Bob Sharp
bobsharp_uk
Offline Send Email
Aug 7, 2008
10:06 pm
8322
http://www.4guysfromrolla.com/webtech/index_asp.shtml the 1998, 1999 and 2000 articles are ASP (2000 some of them are ASP.net) There is a icon with ASP on main...
Charles Carroll
charlesmarkc...
Online Now Send Email
Aug 7, 2008
10:10 pm
8323
Hi, Use this <a href="http://<%= (rcdsetlibinfo.fields.item("WebAddress").Value) %>"><%= (rcdsetlibinfo.Fields.Item("WebAddress").Value)%></a></p> because ur...
Balaji vishnubhotla
urs_balu
Offline Send Email
Aug 13, 2008
2:40 am
8324
open next page after login in asp ... Unlimited freedom, unlimited storage. Get it now [Non-text portions of this message have been removed]...
piyush rastogi
piyushrastog...
Offline Send Email
Aug 14, 2008
3:05 am
8325
I have a web page where users enter data. If they need additional rows they can click a "Add Row" href link and it adds a row. How do I get the rows to add...
debbi_7
Offline Send Email
Aug 14, 2008
4:57 am
8326
There are a lot of different ways to do this. One of the simplest ways: If the add a row link is clicked show a form in which you submit the data for the new...
Mischa Kroon
aemca_san
Offline Send Email
Aug 14, 2008
12:38 pm
8327
<--!#include file="image.asp"--> first include file second use of code of asp ex. <--!#include file="image.asp"--> <% rsponse.write("hello") %> - -- In...
piyushrastogi2007
piyushrastog...
Offline Send Email
Aug 14, 2008
1:01 pm
8328
plz. check it do until rs.eof Response.Write "<tr ><td class=right>" Response.Write rs("ID") & "</td><td class=right>" Response.Write rs("First Name") &...
piyushrastogi2007
piyushrastog...
Offline Send Email
Aug 14, 2008
1:01 pm
8329
I prefer: do until rs.eof %> <tr ><td class=right><%= rs("ID") %></td> <td class=right><%= rs("First Name") %> ... for readability. But that's just a style...
Mischa Kroon
aemca_san
Offline Send Email
Aug 14, 2008
1:49 pm
8330
Hi All, I'm having a Mysql Database and want to retrieve records as per the "resource", a field in the database. After retrieving I want to know how many...
javediq_143
Offline Send Email
Aug 22, 2008
4:19 pm
8331
did you include adovbs.inc if you did not then adOpenKeySet may not be defined. also just do ... and retrieve the answer if nothing else works....
Charles Carroll
charlesmarkc...
Online Now Send Email
Aug 22, 2008
4:56 pm
8332
Also, consider using the GetRows method. This not only gives you several ways to slice and dice the data, but since it returns an array, you get vastly better...
Peter Brunone
peter_brunone
Offline Send Email
Aug 23, 2008
2:29 am
8333
Hi Charles, Thanks for replying. I've already included adovbs.inc file but didnt included it in the code which I've posted here. I dont know whats the problem...
javediq_143
Offline Send Email
Aug 25, 2008
9:07 am
8334
Looks like you're trying to use reserved words for variables is the problem. Instead of "typename" try tname or some other variation. Not sure that's it but...
mallard
ttmallard
Offline Send Email
Aug 25, 2008
8:03 pm
8335
http://learnasp.com/freebook/asp/types.aspx using a variation of this code will tell you what you want....
Charles Carroll
charlesmarkc...
Online Now Send Email
Aug 25, 2008
8:15 pm
8336
I've been beating my head against the wall trying to figure this out and have just been wasting lots of time. What I want to do: In my table of displayed...
improperusername
improperuser...
Offline Send Email
Sep 2, 2008
11:32 pm
8337
... Are you sure you update the UI at the end?...
Tom
ttmallard
Offline Send Email
Sep 2, 2008
11:47 pm
8338
First off I like your handle :) I would probably go with Jquery for the html manipulation + ajax calls. Just google around a bit and you will find loads of...
Mischa Kroon
aemca_san
Offline Send Email
Sep 3, 2008
3:00 am
8339
Thanks for the help, folks. I've been involved with another project but am anxious to try your suggestions. --Lil...
improperusername
improperuser...
Offline Send Email
Sep 5, 2008
2:49 pm
Messages 8310 - 8339 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