Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ohgosh

ive a dynamic dropdownlist, which items are retrieved frm db. but when i select an item from the dropdownlist, the item does not stay selected instead the dropdownlist make a postback and stay as default value. wad shd i do? is there any mtd to get d value selected? THANK …

Member Avatar for Sandy Patil
0
294
Member Avatar for whisper_101

Hi Guys I have been working on an Automatic Email Function. The code returns two different email addresses which are used to send emails to. The problem is - in second email sent the Body of the text is repeated twice i.e. In the First Email Sent: Welcome to the …

Member Avatar for oluwa4real37
0
187
Member Avatar for dhavalcoholic

Hello friends, I am trying to make a simple search box in ASP. I am using a text box, where the user enters his query. And besides it, I am using drop down menu (<select>.. <option>.. </select>) in which the user selects what he want to search (Song name, Artist, …

Member Avatar for dhavalcoholic
0
199
Member Avatar for kegathor

Hi, Im inserting data into a SQL2000 table with breaks/paragraphs and returning it on an ASP (VBScript) page without the breaks. The information is going into the table as follows; The quick brown fox jumps over a lazy dog. The quick brown fox jumps over a lazy dog. But its …

Member Avatar for chsab420
0
79
Member Avatar for troy19

i have a login page (html) i need to transfer the username and the password to a text file using asp ... [code=html]<FORM method=post action=login.asp> <INPUT id=email class=inputtext type=text name=email> <INPUT id=pass class=inputpassword type=password name=pass> </form>[/code] i need this parametrs to be written in text file (notepad) using asp Thanks …

Member Avatar for chsab420
0
84
Member Avatar for aashishn86

hi all i have been using ASP... I basically wanna learn PHP and Drupal now.... I tried installing WAMPSERVER ..... I have got it installed , but i can't make it run... i already have IIS installed on my computer.. i changed this in the httpd.conf file [COLOR="Red"]Listen 8080 ServerName …

Member Avatar for aashishn86
0
236
Member Avatar for Lightninghawk

I have a couple of files here. I have a form on our home page that was working until just a few minutes ago and I have no idea what has changed. It was moved from the bottom of the page to the of the page but that is all. …

Member Avatar for chsab420
0
137
Member Avatar for dthatsme33

I added this code on my page to appear if a recordset is empty: [code=asp]<% If rsArticles.EOF = False Then %> Sorry, there are no listings for this classification today <% End If %> [/code] I tested the page and that phrase did not appear. There are no records in …

Member Avatar for chsab420
0
99
Member Avatar for dheema
Member Avatar for chsab420
0
98
Member Avatar for Neselima

Hi Forum Members, I have been struggling abit in trying to get my booking form submit successfully and to receive the email when completing the booking form. Iam using asp to submit the booking form. I know it must be an error in my coding, script whereby someone else can …

Member Avatar for chsab420
0
69
Member Avatar for kaden712

Hi Can anyone tell me if the following is possible and how I would do it I have an Access Database with a Table called tblProducts and a Field called prodColors On my web admin page I have created a list of checkboxes with the various color options as checkboxes. …

Member Avatar for chsab420
0
86
Member Avatar for whisper_101

I have been able to retain the value in a listbox in asp when the user submits the form providing the user selects only one value from the list box - but how do I retain more than one value i.e. if the user selects more than one value? My …

Member Avatar for mystic2230
0
127
Member Avatar for chsab420

hey guyz, i need help regarding web services here is code [code] Set oSOAP = Server.CreateObject("MSSOAP.SoapClient30") oSOAP.ClientProperty("ServerHTTPRequest") = True 'Initaialize the Web Service oSOAP.mssoapinit("http://buergerserviceschul.niedersachsen.de/modules/id/public/webservice/V4_00/doc_lit/?wsdl") '3e5c3d29701e79622c242d0e8d8f7675 res = SOAP.getAnliegen("myid","",true,true,true,"",Now()) [/code] now should this code work or not but in my case it wont work getAnliegen function returns array back but i …

Member Avatar for AlbertPi
0
183
Member Avatar for andy_aphale

hello guys, i am creating a admin panel which i m going to sell but there is problem of piracy i.e anybody can steal my admin panel and it will make me loss so my idea is tht if i can put the script which will track the url which …

Member Avatar for acitodg
0
103
Member Avatar for chsab420

hey all :) love to be here i am zeshan hayder, 25 years old from lahore pakistan i am web programmer basically in classic asp but sometimes in php as well :) i hope we all will have a good time Regards! Shani

Member Avatar for chsab420
0
49
Member Avatar for nukedfood

Hi, I built a form to send customer info and used some ASP I found on the internet so I'm quite new to it. I got it to send the info I want but I recieve an e-mail every time I navigate away from the page not using the submit …

Member Avatar for chsab420
0
121
Member Avatar for sampat19

hi, I am struggling with the code on attached file. Don;t know what the problem is. Please help me if possible:

Member Avatar for chsab420
0
87
Member Avatar for ryy705

Hello, I am generally a php guy. But right now I need to update entries in SQL Server using ASP. Does anyone know how to escape malicious data before putting it into the database? The following is what am doing right now Many thanks in advance. [CODE] Dim inactiveList ' …

Member Avatar for chsab420
0
99
Member Avatar for chsab420

hello guyz, i am new here thought might be helpful to post here. so here it goes i have classic asp page who will call web services and display results now the problem is that i can login into the web service and logout as well which does not give …

0
55