ASP Questions and Answers

Recent IT Questions

41 - 60 of 61

Loading Personal settings

When users login through RDP to application serverwith there credentials, it takes approximately 4 minutes to load peronal settings. I have thought about flipping the primary and secondary DNS addreses. Is there any thing else that might help to resolve this problem?

View Answer   |  Feb 27 2008  4:31 PM GMT
Microsoft Systems Management Server, ASP, Exchange
asked by 1manshop

  30 pts.

How to link an address to mapquest map

I have put together a web-based database that queries names and addresses. I want to see if there is a way to link the address and zip to a mapquest or google map. Any suggestions would be appreciated. Thanks.

View Answer   |  Jan 9 2008  0:35 AM GMT
Web development, ASP, Web maps
asked by Kfranck

  5 pts.

asp.net

how to field details of two columns(sql) in the one dropdownlist in asp.net using vb

Answer Question   |  Oct 10 2007  3:25 AM GMT
ASP
asked by 13

  0 pts.

programming using c#,winforms and visual studio.

i cant think of what to write in this part of the code so that the password character is " * " when the user enters his/her password.pliz help private void txtPassword_TextChanged(object sender, EventArgs e) { char Password =GetStyle ("*"); txtPassword.Focus();...

View Answer   |  Jul 29 2007  7:29 AM GMT
Programming Languages, Visual Basic, SQL
asked by drsingh

  0 pts.

Error : 505, local host gmail, not gatway (ASP)-2

I have function to send mail.....by using ASP. Function sendMail() Dim confirmMail On Error Resume Next Set confirmMail = Server.CreateObject("Persits.MailSender") confirmMail.Host = "mail.selltest-online.com" confirmMail.FromName = "bourng@gmail.com" confirmMail.From =...

View Answer   |  Jul 23 2007  10:18 PM GMT
ASP
asked by Database111

  0 pts.

Error : 505, local host gmail, not gatway (ASP)

I have function to send mail.....by using ASP. Function sendMail() Dim confirmMail On Error Resume Next Set confirmMail = Server.CreateObject("Persits.MailSender") confirmMail.Host = "mail.selltest-online.com" confirmMail.FromName = "bourng@gmail.com" confirmMail.From =...

Answer Question   |  Jul 23 2007  10:17 PM GMT
ASP
asked by Database111

  0 pts.

505 the local host yahoo, not gatway...

I have function to send mail.....by using ASP. Function sendMail() Dim confirmMail On Error Resume Next Set confirmMail = Server.CreateObject("Persits.MailSender") confirmMail.Host = "mail.selltest-online.com" confirmMail.FromName = "bourng@gmail.com" confirmMail.From =...

Answer Question   |  Jul 23 2007  0:30 AM GMT
ASP
asked by Database111

  0 pts.

Can I call upon the username of someone logged into the pc, and use it in a web link?

Hi all, Basically, I've got a webpage I'm working on, and I'd like to be able to provide a link in that page, that will take a user into their home folder on the network. Since it'll be different for each user, but it uses their username as their home folder, I'm thinking there must be a way, to...

asked by Linger1974

  0 pts.

Passing parameters from .ASP (VBSript) to Activex object in date format

I have inherited the following: <%@ LANGUAGE="VBSCRIPT" %> <% dim adoconn set adoconn = server.createobject("adodb.connection") adoconn.open Application("DSN"),Application("UID"),Application("PWD") reportname = "traininghrsbyemployee.rpt" If Not IsObject...

View Answer   |  Feb 3 2006  1:29 AM GMT
Crystal Reports, SQL, HTML
asked by avdberg

  0 pts.

Windows 2003 Web Server & IIS 6: Using X509 certificate for XML Post

We have a Windows 2003 Web Edition server with IIS 6 running a small site that now has need to perform ServerXMLHTTP posts to a supppier site, via an ASP page with Javascript, that requires X509 certificate authentication. I have followed Microsoft's guide "How to install client certificate on IIS...

View Answer   |  Dec 12 2005  10:58 AM GMT
Security, Servers, Microsoft Windows
asked by JohnFogg

  0 pts.

Edit doc and excel file and convert automatically to pdf (on-line documents)

Hello, We are designing an on-line document application. My question is, how can a doc and excel file be converted automatically to pdf upon uploading to the server (the origional and the pdf both must be saved on the server and not on the local drive of the user) Also, how to edit a file (doc or...

View Answer   |  Oct 26 2005  5:31 AM GMT
Programming Languages, Microsoft Windows, JavaScript
asked by maryam82

  100 pts.

Visual Studio.Net 2003

I have a user who when she tries to run a project, recieves the following: "Error while trying to run project:Unable to start debugging. No such interface supported" Similar message appears when selcting Tools, Debug Processes. Software has been reinstalled, as well .Net Framework 1.1. Any...

View Answer   |  Oct 3 2005  10:06 AM GMT
Visual Basic, ASP.NET, VB.NET
asked by ajwhit00

  0 pts.

Windows or Web App for Data Update?

I need to create an app that will give the user a list of items that they can then check off to denote that they are copleted. I would prefer a scrollable grid where they can make multiple selections. I would prefer to create a Windows app, but don't know which control to use. Can you give me some...

View Answer   |  Sep 23 2005  4:36 PM GMT
Programming Languages, Security, Oracle
asked by mrclark

  0 pts.

tutorials-2

hi all. i have sent before a message about this subject but i didnt really had real replies that helped me. i am searching of tutorials of programming (delphi, linux, perl, python, c#, java ......) i have search in google, altavista, westciv, whatis, w3school,... So if anyone now how to get pdf...

View Answer   |  Sep 5 2005  3:06 AM GMT
Tech support, Windows, Network management software
asked by mmm555

  0 pts.

tutorials

hi all. i wanted to ask if anyone knows any sites where i can download free ebooks or free tutorials. thx.

View Answer   |  Sep 1 2005  3:39 PM GMT
Networking, Programming Languages, ABAP
asked by mmm555

  0 pts.

Getting Referring URL information

We have a website which validates users by making sure that they come through a link from the company's secure site. This is done by checking the Refering URL. This works most of the time but for some users we are getting a blank Referring URL, although they are coming through the valid link. Any...

View Answer   |  Sep 1 2005  3:26 PM GMT
HTML, Web site design & management, VBScript
asked by Pearl52

  0 pts.

Library management system

i need a free library management system running on window or linux that can keep track of who has what cd/books any one help plse

View Answer   |  Aug 15 2005  5:39 AM GMT
Tech support, Help Desk, Hardware
asked by eduado

  0 pts.

Display or enable/disable radio button based on response from another radio button

Hi, I am working on this project where I am dynamically creating a radio button based on the database values. I am using HTML, ASP and COM Components. The portion where I grab the data from the database is working fine. <% For i = 1 to varDriverCount %> <input type="radio" name="Design"...

View Answer   |  Jan 25 2005  10:11 AM GMT
JavaScript, HTML, VBScript
asked by jinisha

  0 pts.

TopIndex property for .NET Web ListBox

I'm trying to automatically scroll down to the last inserted item in a multi-select ListBox when only a few of the total # of rows are visible. Windows.Forms ListBox control has a TopIndex property that allows you to do that, but there is no similar property for the Web control. Note: In a single...

View Answer   |  Jan 21 2005  9:44 AM GMT
Hardware, Programming Languages, SQL
asked by Nohemi

  0 pts.

Learning VB.net or ASP

Hi, I know VB and made some applications by it now I wana switch to vb.net or asp,is it any free training resource step by step about vb.net or asp for beginers? Thank you. ----- Regards Mahnaz

View Answer   |  Jan 10 2005  7:27 AM GMT
VB.NET, ASP
asked by aliyani

  215 pts.

41 - 60 of 61