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.

Messages

  Messages Help
Advanced
Messages 5181 - 5210 of 8329   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5181
Hi all, I'm currently working on an app. that involves printing the values of form fields on another system. The client sends values to the server, to be...
A B
lot_files
Offline Send Email
Nov 1, 2004
12:19 pm
5182
Possibility's in order of simplicity: 1: Do a form submit to the place where the printing is done. then do a redirect from there back to the server. 2: Insert...
Mischa Kroon
aemca_san
Offline Send Email
Nov 1, 2004
1:25 pm
5183
What text content are you referring to? And how do you want to format it? Post more information so that we can help. Mark kt_suri <kt_suri@...> wrote: ...
Mark E
meckeard2000
Offline Send Email
Nov 1, 2004
2:53 pm
5184
hey my name is omer and i m from kuwait working a company basically i m web designer i will show u my web sites soon but now i got some problem as my boss give...
OMER SAUD KHAN
osaudk
Offline Send Email
Nov 1, 2004
7:09 pm
5185
http://www.learnasp.com/learn/dbopen.asp will show you how to connect to a database. Do you want to use Access or SQLserver for your website?...
Charles Carroll
charlesmarkc...
Offline Send Email
Nov 1, 2004
7:21 pm
5186
Hi, thanks for the replay, am retriving a text content stored in the database and displaying it in the asp page. but the the text has lost all paragraph and...
suresh.k.t
kt_suri
Offline Send Email
Nov 2, 2004
12:39 pm
5187
suresh, Do you have any way of knowing where the line breaks and paragraphs are supposed to be? Mark "suresh.k.t" <kt_suri@...> wrote: Hi, thanks for the...
Mark E
meckeard2000
Offline Send Email
Nov 2, 2004
12:44 pm
5188
Hi, Not exactly, actually the data is loaded to the database from the html text field. the client uses cut and paste method to fill the text field. I want to...
suresh.k.t
kt_suri
Offline Send Email
Nov 2, 2004
12:51 pm
5189
I have a dataset, I need to write an XML for that dataset in a particular format of Parent node and child nodes. I may also need to change the node names. Can...
neeraj gupta
neeraj1982
Offline Send Email
Nov 2, 2004
2:37 pm
5190
You need to replace all the line breaks in the text with <br /> tags like so :- myTextFromDB = replace(myTextFromDB, VbCrLf, "<br />") Dan ...
Dan Powderhill
danaspelite
Offline Send Email
Nov 2, 2004
4:25 pm
5191
Dear Brother, go to google.com and in search box give the following text "how to connect to database from asp" you shall find the answer With Regards OMER SAUD...
imtiaz ahmed
imtiaz_ka
Offline Send Email
Nov 3, 2004
11:05 am
5192
go to this address.. http://www.connectionstrings.com/ they have all the connection string you want.. from connecting to sql until to oracle.. .. bye ... ...
Cady
iatomboy
Offline Send Email
Nov 3, 2004
2:48 pm
5193
Here is a code in VB that I like to translate to VBscript: Private Sub Start_Click() Dim router As New CoPeripheralRouterLib.PeripheralRouter Dim stationID As...
A.
anevin2000
Offline Send Email
Nov 3, 2004
9:11 pm
5194
I have a problem regarding the use of server.scriptTimeout. There is this error "Timeout expired (0) Timeout expired ...
goriojuan
Online Now Send Email
Nov 4, 2004
7:08 am
5195
what do you want to do actually? could you be more detail? thank you ... is ... keeps...
Cady
iatomboy
Offline Send Email
Nov 4, 2004
8:36 am
5196
Could someone explain what does @@Fetch_Status do. Sample Code: ******************************************* DECLARE Employee_Cursor CURSOR FOR SELECT LastName,...
Erwin Rommel Felix 20...
lordmasterch...
Online Now Send Email
Nov 4, 2004
10:42 am
5197
At first, i'm only experiencing a script timeout error i knew before. The error where the set timeout is being exceeded by the process. And so, i extended the...
goriojuan
Online Now Send Email
Nov 4, 2004
11:22 am
5198
Normal state for a cursor in T-sql, if I'm not mistaking. This code returns the columns LastName, FirstName from a database in a very ineffective way. ... ...
Mischa Kroon
aemca_san
Offline Send Email
Nov 4, 2004
11:37 am
5199
Hi guys i know that sound wont be very bright of this question but what i wanna ask is ..: what is the way to learn asp coding or programin where should i...
Metin
metinyaman
Offline Send Email
Nov 4, 2004
10:26 pm
5200
Hi, The best way to get started with ASP is study ASP Tutorial from W3Schools.com. Atleast you will get to know little basics of ASP and why it is used. And...
Mingle
minglemehta38
Offline Send Email
Nov 4, 2004
10:35 pm
5201
Start by browsing the big asp resource websites. Or by buying a good asp book. Websites to start from: www.asp101.com www.learnasp.com www.4guysfromrolla.com ...
Mischa Kroon
aemca_san
Offline Send Email
Nov 4, 2004
11:12 pm
5202
Hai All! I m creating a table in ASP. It consists of some 100 rows & 20 columns. I m unable to see the heading row or the first column when I moves down or to...
Seetha
poojsee
Offline Send Email
Nov 6, 2004
5:20 am
5203
have you tried using frame.. ... when I...
Cady
iatomboy
Offline Send Email
Nov 6, 2004
3:24 pm
5204
b"h hi, I have some dynamic checkbox's in a ASP page I want to do a Wile... wend loop for verifacation on SOME of the checkbox's by ther ID somthing like Do...
yoelgan
Offline Send Email
Nov 6, 2004
9:21 pm
5205
Yoel, When you are building your page, give each control a name like CheckBox_1, CheckBoc_2, etc. Make sure that there is a similar name to each one, the only...
Mark E
meckeard2000
Offline Send Email
Nov 6, 2004
10:20 pm
5206
Greetings: I'm looking for a simplified way to navigate automatically to different screens based on a users choice from a drop-down box. Designing in FrontPage...
Gruber, Jack W SMSGT ...
tschepone
Offline Send Email
Nov 6, 2004
10:24 pm
5207
Use JavaScript. Here is an example of a dropdown list that calls a javascript function: <form name="frmRedirectCustomer"> <select name="GoToAccount"...
Mark E
meckeard2000
Offline Send Email
Nov 6, 2004
10:50 pm
5208
Hi friends im a new member of this huge group. as i said im seeking for codes of a simple comment page for a website , i mean a page that you visit and leave a...
Ali
ghoozghool
Offline Send Email
Nov 9, 2004
6:12 pm
5209
Here's what I did with SQL: 1. Create a temporary table 2. Insert values to the temporary table 3. Update the temporary table 4. Alter the temporary table 5....
Erwin Rommel Felix 20...
lordmasterch...
Online Now Send Email
Nov 10, 2004
7:09 am
5210
... started ... Hi! I just want to ask what are the tools you are using so that i will know where to direct you to get the tools....
goriojuan
Online Now Send Email
Nov 10, 2004
7:14 am
Messages 5181 - 5210 of 8329   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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