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...
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...
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: ...
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...
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, 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...
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...
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...
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...
go to this address.. http://www.connectionstrings.com/ they have all the connection string you want.. from connecting to sql until to oracle.. .. bye ... ...
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...
Could someone explain what does @@Fetch_Status do. Sample Code: ******************************************* DECLARE Employee_Cursor CURSOR FOR SELECT LastName,...
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...
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. ... ...
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...
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...
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 ...
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...
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...
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...
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...
Use JavaScript. Here is an example of a dropdown list that calls a javascript function: <form name="frmRedirectCustomer"> <select name="GoToAccount"...
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...
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....