hi friendz, Am creating an application form That should be sent through email to clients, through any default domains or outlook express the client requirement...
Hi Seetha, Take all the values by using Split function into an array with a tab as delimiter. While inserting these values into an excel file check with the ...
Hi Seetha, View this page, u may get the answer http://www.w3.org/TR/html401/sgml/entities.html Jegatha Seetha <asp_seetha@...> wrote: Hai All! What is...
Thank u Balaji. Balaji vishnubhotla <balaji.vishnubhotla@...> wrote:Hi jegatha, Use the following code to generate dynamic array of text boxes like in ...
Hi Jegatha Thanx for the help. For alpha ,it is showing "Α". But if I use that, while displaying it shows only "A". Whatz the wrong in it. Thanx in Advance...
I'm new to ASP; and I'm trying to modify some ASP scripts found on-line. What I need is to figure out the name of the computer the script is running (server...
HI Seetha, ASCII code for alpha -- & 156 ; beta -- & 223 ; mu -- & 181 ; don't miss the & and ; to join with the number. -- Balaji V [Non-text portions of this...
Hi Balaji, Thanx for the help. They are looking like Alpha and Beta,but that is not alpha & Beta Symbol. I found ascii codes for that. alpha -- α beta --...
Hi, check in the list & pick what ever you need, because I could not get your actual requirement. ... <TABLE cellpadding=5> <TR bgcolor="lightgrey"> ...
Hi to All, I want to export the export sql Data to excel... Please Can u all help us to make above metioned module ,,,,, Waitng for reply Bhushi........
We are having a problem with the following error: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have...
HI - I am looking for sample application or freeware for a store locator. I'd like to have a user type in their zipcode and list stores closest to them and...
Hai all, i am using Ms-Access,I want to create a Report in ms-access.Is there any way to include my sql quries to produce report in Ms-access. thanks in adv. ...
hi friendz, Is there anybody in VB and please help me in converting an.exe file to .vbp and extract all the form files in it. Thanx in advance karthi. ... ...
Is there any reason you don't have the original project files? Exe's are compiled and are not meant to be decompiled or edited once compiled. There are tools...
hai all how to delete multiple records using checkbox in ASP. help will be appriciated. thanks in adv. jegatha ... Yahoo! India Matrimony: Find your partner...
Hi need to refresh the page after deletion of records, i used response.AddHeader "Refersh","2", this command refresh the page in every 2 seconds,but i need to...
Hello, Levant Technologies is a Pakistani Software company specialist in web design + development. The mission of Levant Technologies is to provide smart ...
If your doing the delete with server-side code, call the same code that loads the page originally after you do your delete. For example, let's say that you...
i want the asp page to read the input and create a socket connection to another machine and send the data to that socket and read the response back from the...
For my personal project I am trying to design a table in which there will be a list of funds, their last month value and their previous month value. I do know...