AllExperts > Experts 
Search      

Active Server Pages Programming (ASP)

Volunteer
Answers to thousands of questions
 Home · More Questions · Question Library  · Free Encyclopedia ·
More Active Server Pages Programming (ASP) Answers
Question Library

Ask a question about Active Server Pages Programming (ASP)
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Srini Nagarajan
(Top Expert on this page)

Expertise
I can answer any kind of questions in ASP.NET, C#, VB.NET, SharePoint 2007, ASP, Coldfusion, Powerbuilder 7.00 / 8.00, JAVA servlets, MS SQL 2000 / MSSQL7, Sybase

Experience
Contact me if you need any custom development on ASP.NET, ASP, SharePoint 2007, Coldfusion, Powerbuilder.
   

You are here:  Experts > Computing/Technology > Business Software > Active Server Pages Programming (ASP)

SubjectDate AskedExpert

asp.net or win app8/28/2007Chris
  Q: I wanna design a program for an office that will have a network in future. do you think designing it ...
  A: It's totally possible to do it with ASP.NET, and might be easier for the end-user to deal with. If ...
Accessing Sorted Records8/26/2007Chris
  Q: I am accessing records from a database for my website and wanted to access records according to ...
  A: I'm going to take a guess here, and guess that you tried to sort those records using the .Sort() ...
Date display from database8/23/2007Srini Nagarajan
  Q: I have a site set up so that a person can log on and enter information on match fixtures and this ...
  A: ok. Just add the following line at top of your page <%session.lcid=2057%> this should display the ...
Unable to run ASP Page on Windows XP8/16/2007Srini Nagarajan
  Q: I have a Pc installed with Windows XP and Configured with IIS. I have created an Alias web site and ...
  A: Can you check the permission on IIS and also do the following 1. Click Start > Settings > Control ...
checboxlist validation8/14/2007Srini Nagarajan
  Q: Hey, I hav an application which uses a checkboxlist with 6 checkboxes. I would like to make sure at ...
  A: You can use Custom validation to check CheckboxList Here is the sample code. private void ...
ASP Question8/12/2007Srini Nagarajan
  Q: i have created a form in my home page. In this form i have taken a drop down list and a submit ...
  A: Here is the code for this you can do thru javascript change the field name on your page have the ...
Email from ASP Page8/5/2007Srini Nagarajan
  Q: I would like my site users to be able to send an email to the webmaster or other address I specify ...
  A: here are different ways you can send email from the server.. You need to build a simple asp page ...
Problem in SWF object in the Page8/3/2007Srini Nagarajan
  Q: I am working on one maintenance project of 1.1. In this RedirectFromLoginPage method is used in ...
  A: this is something microsoft IE updates cause this issue Please review the following solution ...
How to run ASP on Windows XP ?7/31/2007Srini Nagarajan
  Q: How can i run my ASP program and where can i save it ? My system had .Net also, but now i have ...
  A: you can uninstall .net if you goto control panel and add/remove program you can see 1.1 and you can ...
validating records in .asp7/23/2007Srini Nagarajan
  Q: I've written some asp pages which allow our test technicians to enter test data into an Access ...
  A: Yes, You can do that without any problem, before saving first you have to select and find is there ...
About ASP.net DropDownlist7/23/2007Srini Nagarajan
  Q: i just wondering how can i put 5 dropdownlists by using for loop or else?? And how can i request ...
  A: You can put in a repeater control to get the value or You can create a javascript for each onselect ...
About ASP.net DropDownlist7/23/2007Srini Nagarajan
  Q: i just wondering how can i put 5 dropdownlists by using for loop or else?? And how can i request ...
  A: I understand the first part of it, but i don't understand in dropdown area.. what are you trying ...
onchange event run SQL query on fly without submitting form7/19/2007Srini Nagarajan
  Q: I have a number of textbox which I generated from a database depending on the reconds. Onchange of ...
  A: You can't do that without submitting the form to get the price. You have to submit the page and get ...
ASP onchange event7/19/2007Srini Nagarajan
  Q: kevin I have similar scenario that I have numbers of textboxs on form and data in it I want to use ...
  A: If you want to run any server side code you have submit the form, you can use in your text box like ...
Server functionality to webpage7/18/2007Srini Nagarajan
  Q: I'm trying to set up an online ad gallery with thumbnails that represent ads that are selected by ...
  A: You Need to build this page using ASP.NET or Classic ASP to store the entered info or email to you.. ...
VB.NET4/2/2007Wilfred Mathews
  Q: Do you have any experience in .NET web-based report writing. I need to create a custom report writer ...
  A: I have to apologize but I have changed careers and am not into .NET programming at this point. ...
Syntax error I can't figure out...1/30/2007Boster Sibande
  Q: The web page is at http://hwc.ccc.edu/careerfair/ but the syntax error is in the ASP processing page ...
  A: The reason is that when starting a new line you are using &_. You need to put a space between & and ...
connecting access using asp1/19/2007Boster Sibande
  Q: i need to know the code in asp,which fetches data from excel files and transfers it to access ...
  A: The solution is: Read data from Excel into vbscript variables and construct an INSERT sql statement ...
Setting up client / server VB.net application & SQL Server1/11/2007Boster Sibande
  Q: I'm new to vb.net & asp.net but am very experienced in vb6 & classic asp. I've also done many ...
  A: What you need to do is change the server name in the connection string, add a port number and ...
Read User ID1/10/2007Srini Nagarajan
  Q: Srini, Thank you in advance for your time. I have a page that a user accesses via a link that is ...
  A: You can't do that... there is no way you can check from which email the link is clicked... One way ...
unicode utf81/9/2007Srini Nagarajan
  Q: i have my data stored in sql server 2000 in unicode encoding i have been trying to create an ...
  A: 1. You can store the UTF-8 in sql server have a look at the following URL ...
ASP/SQL LIKE Clause string problem1/2/2007Jeff Allen
  Q: I'm trying to create a simple asp form that returns a customers' detail's based on part of an ...
  A: As I understand it, when using LIKE in a WHERE clause this is how it works: The following SQL ...
formview12/28/2006Jeff Allen
  Q: I have a bunch of labels in a formview and their data comes from an sql datasource. I want to ...
  A: I would think the easiest way of doing this would be to capture the values of the labels you want to ...
HOW TO-Enable Form Fields Based on RadioButton selection.12/20/2006Jeff Allen
  Q: ------------------------------------------- The text above is a follow-up to ... yes sir,it did ...
  A: So you want to dynamically build select boxes using JavaScript. I'm no JavaScript guru by any means, ...
ASP.Net with code-behind programming12/13/2006Boster Sibande
  Q: Is it that ASP.Net must have a code-behind programming language like using C# or VB.Net? Then we ...
  A: Whe you are using code behind, which is the recommended way of programming in ASP.net, you will have ...
Connecting to client Database from web server using ASP & JS compatible with IE and FireFox12/13/2006Jeff Allen
  Q: I have the requirement of connecting to the client database from web server. I have tried this in ...
  A: I'venever done this myself, but I read a blog post on the MSDN InfoPath blog about this. The ...
reg Script Time Out Error12/13/2006Jeff Allen
  Q: The data that is retrieved from the Recorset is very little. I am Printing an invitation for all ...
  A: Try this: Dump the record set into an array such as this: function create_array(sql, elements, ...
Resize the text in textbox to fix inside the textbox12/13/2006Jeff Allen
  Q: I think misunderstand my question because the 22 is give an example that means is dynamic one i ...
  A: Okay, so you want to adjust the font size inside the textbox based off the length of the string? ...
can run the .net 2003 web application12/12/2006Boster Sibande
  Q: i have install the Microsoft Visual Studio .net 2003 on my PC and when i create a new web ...
  A: Make sure you are given the rights to write and modify the ...
reg Script Time Out Error12/11/2006Jeff Allen
  Q: I am Using a ASP Page which retrives 5000 records from the Database and prints it along with some ...
  A: Without seeing the code itself thatgenerates the recordset and the timeout error I would have to say ...
conncting access, update record12/5/2006Jeff Allen
  Q: the error response is that the the data base is define as read only so it cannot be updated! the ...
  A: Okay, some other causes for this are that you do not have sufficient permissions to write tothe ...
conncting access, update record12/4/2006Jeff Allen
  Q: I'm trying to write this Asp code that add a new record set to a data base. <head> ...
  A: Well, what I don't see is where you open your connection using your DSN. Also,I never use space ...
CDOSYS Textbody limit11/29/2006Jeff Allen
  Q: I am sending an email using CDOSYS sendmail. The problem is that when sending a url as part of the ...
  A: I'm not exactly sure myself but you said you are using the Text version of CDOSYS and not HTML ...
serverside validation in asp11/17/2006Jeff Allen
  Q: <%if nRec = 1 then%><input type="text" value="<%=trim(aRows(2,nRec))%>" name="t_Para_value" ...
  A: I generally read all my field values into local variables and the run a seriesof functions to ...
Asp11/9/2006Jeff Allen
  Q: I Want to make my own email port for my website. what should be the coding for it. can you help me?
  A: I'm not sure I understand what you mean. Your server by default should have SMTP configured and ...
ASP Fro loop11/7/2006Jeff Allen
  Q: what is the syntex "for each v" loop thank you
  A: In classic ASP it is like this: <% Dim Item Dim arrCities(1) arrCities(0) = "Chicago" ...
Session time out11/7/2006Jeff Allen
  Q: If I set session timeout to 10 min. It will automatically ends the session. But I want to give ...
  A: I'm not sure if you can do this using ASP or not but you can do it using client-side JavaScript very ...
508 and W3C Errors w/Validator Tool....11/6/2006Jeff Allen
  Q: Not sure if you can assist here...Assisting user with eliminating W3C Validator tool ...
  A: The answer is the DOCTYPE is crucial to being able to validate the HTML or XHTML. IT help define ...
Session time out11/6/2006Jeff Allen
  Q: In my application we don't have session timeout. Now we want to implement it. If the user has not ...
  A: In Classic ASP you'd set the Session.Timeout for 10 minutes. Normally, by default it is set for 20 ...
ASP Databases11/4/2006Jeff Allen
  Q: I have this code to open a MS Access database: objConn.Open "DSN=MS Access ...
  A: Usually, it has been my experience that the database is often located on the D: drive of the host ...

Page:  Previous  | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  |  Next      All


Questions by
Active Experts:
Ashley BrazierSrini NagarajanWilfred Mathews
   

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.