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

Send Mail based on Form Value - Only Once!10/5/2005Srini Nagarajan
  Q: I've been racking my brains over this one. I have a Classic ASP edit form with many fields, one of ...
  A: Sorry for the delay! i thought i replied for all my pending questions... Okay, what you can do is ...
Custom Window10/2/2005Srini Nagarajan
  Q: I have designed an application in ASP.NET and there are 2 webforms; 1. Login.aspx and 2 is ...
  A: You can do it using forms authentication to take to login.aspx if the application starts... you ...
Simple question !!!10/2/2005Srini Nagarajan
  Q: I would like to build a page on the internet that the user would be able to input 2 numbers (NumberA ...
  A: Do you want to do using any server side code or do you want to do thru Javascript? if you want to ...
Good Web Host With Crystal Report Support9/28/2005Srini Nagarajan
  Q: www.discountasp.net is a very good host but they do not offer support to crystal reports. Any other ...
  A: I never heard about webhost4life... you can check with discountasp.net they may offer with ...
table scrolling in sync9/28/2005Srini Nagarajan
  Q: I have a table in an asp page. The user would like to have the table scroll data while keeping the ...
  A: Did you try to download the code from that site and populate yours? infact activewidgets does ...
Web Site9/28/2005Srini Nagarajan
  Q: How can I create a Web Site which uses a logon page to take me to the main page, passing the user's ...
  A: Here is the two URLs talks about Form Authentication and how to implement it in real time... THis is ...
table scrolling in sync9/27/2005Srini Nagarajan
  Q: I have a table in an asp page. The user would like to have the table scroll data while keeping the ...
  A: Check this one http://www.activewidgets.com/javascript.forum.3295.3/grid-won-t-load-in.html and ...
refresh just a part of aspx page9/27/2005Srini Nagarajan
  Q: i want to change a part of an ASPX page without refreshing rest of the page. i use c# for ...
  A: You can do it in three ways, it depends on how your implementation going to be 1. AJAX 2. Caching ...
PHP verses ASP9/25/2005Srini Nagarajan
  Q: I am wondering what the difference is between between PHP & ASP. I heard than PHP is more universal ...
  A: ASP is Microsoft technology for handling dynamic web pages like calling data from database and ...
graph9/21/2005Srini Nagarajan
  Q: . i have this sample coding and now i would like to limit my y axis.. a brief of the programme.. i ...
  A: If chartValuesArr.Length <= 50 Then For i = 0 To chartValuesArr.Length - 1 if ...
Error notice on Outlook Express8/25/2005Srini Nagarajan
  Q: After starting Outlook Express an ERROR notice appears. The Error notice reads:- Host POP3 could ...
  A: Sorry for the delay. Can you reinstall the Outlook express may solve this issue. I do remember ...
Online GPS Tracking Software8/24/2005Srini Nagarajan
  Q: My name is Jason Sullivan. I have developed a GPS tracking device that I would like to allow people ...
  A: I think you done the hard part of the application.. You can use Classic ASP to wrapup the ...
Include File, Set Focus In ASP.NET8/22/2005Srini Nagarajan
  Q: As the detail grid gets filled, the length of the form (output) increases. What I want is the length ...
  A: Sorry for the delay! Here is the code which creates the scrollbars in the datagrid <DIV ...
Include File, Set Focus In ASP.NET8/21/2005Srini Nagarajan
  Q: I have one more question. In asp.net I have a web form which does Sales Data Entry. From this web ...
  A: You can use Master Detail ASP.NET form to solve this issue.. Here is the sample url ...
Execution Problem of a Script8/18/2005Srini Nagarajan
  Q: We have got a Server in our INTRANET with WINDOWS 2003 and IIS installed for our in-house developed ...
  A: Sorry for the Delay Here is the solution first Open the ODBC Data Source Administrator on the ...
convert "\n" to <BR>8/15/2005Srini Nagarajan
  Q: I have an ASP textbox on my homepage: <asp:textbox id="txtBody" runat="server" TextMode="MultiLine" ...
  A: Can you use a Rich Text Editor Tool? User can edit and see the result and it saves as a HTML tags no ...
Include File, Set Focus In ASP.NET8/15/2005Srini Nagarajan
  Q: I am basically a VB6 programmer since last 5 years. I did some study on classic asp for a month ...
  A: Sorry for the delay... 1. You need to create User controls and register those in your asp.net ...
login expires8/2/2005Srini Nagarajan
  Q: I write code session.abandon on logout button. It kill seeesion. But user still able to view ...
  A: add this line at the top Response.Expires = 0 Response.Expiresabsolute = Now() - 1 ...
ASP.net7/31/2005Srini Nagarajan
  Q: I had two following questions. Could you please send me your reply in order to solve my problems. ...
  A: 1. goto http://www.fckeditor.net/ you can download its free and they got lot of sample to use that. ...
Please Help me with peculiar sitution (SOS)7/29/2005Srini Nagarajan
  Q: Our vendor has developed a IIS with Asp based application to be installed at 2000+ remote locations ...
  A: Sorry I was so busy and no time to answer imdtly. Here are my thoughts XML Files approach is: * ...
creating e-mail lists7/16/2005Srini Nagarajan
  Q: I want to build an asp form to collect first name, last name, organization and e-mail address to ...
  A: Here is the two samples You can remove the add the necessary field names Happy Programming! ...
Problem in Programming7/11/2005Srini Nagarajan
  Q: Your solution works well.but the id datatype is varchar.so when @Value returns '1' with single ...
  A: When you declare @Value as a varchar, the system thinks you are comparing string vs. string so and ...
DSN Connection In ColdFusion to Access7/6/2005Srini Nagarajan
  Q: Srini: I hope you can help. I am using ColdFusion and unable to create a connection to an access ...
  A: give a try like this <CFQUERY NAME="rs" DBTYPE="dynamic" CONNECTSTRING="Driver={Microsoft ...
create excel file in asp7/2/2005Srini Nagarajan
  Q: Sir i m using the following code: <% Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP") ...
  A: You need to give necessary write permission to the IUSR and IWAM in the c: what ever folder its ...
asp and printouts6/25/2005Srini Nagarajan
  Q: I develop a school application that puts out some printouts e.g. school students list, class time ...
  A: Why don't you try to use PDF generation application? In HTML you can't control the page width and ...
Expanding the LOGON_USER to full username6/24/2005Srini Nagarajan
  Q: but that is not what I'm looking for. The 2 methods you mentioned (instr and split) will provide ...
  A: Here is the sample code give a try <% ''''''''''''''''''''''''''''''''''''''''''''''''' ' ...
ASP.net framework6/23/2005Srini Nagarajan
  Q: Sir, I am new to asp.net.From last one year i m working in asp.To use ASP.net from where i have to ...
  A: You just need Microsoft.NET framework.. also you need Visual Studio.NET 2003 to create pages. For ...
Expanding the LOGON_USER to full username6/22/2005Srini Nagarajan
  Q: I a newbie at ASP and I am trying to find out the full name of the user who has logged in to my ...
  A: Here is the simpe code (you can do it 2 ways) 'displays: PSSP\SRINI when I login ...
SQL Server 20006/21/2005Srini Nagarajan
  Q: Pardon me , but i really don't know how do i go about viewing the transaction log. I've found the ...
  A: You can't view the transaction log from notepad its part of sql server Here is the steps SQL ...
Timer6/21/2005Srini Nagarajan
  Q: I want to create a timer in C# that will countdown from a specified timer e.g.2minutes and will then ...
  A: For windows form, I haven't work much with it... You can't do anything refresh screen on ...
reading html source code6/18/2005Srini Nagarajan
  Q: I just want to ask you if you know how can I read the source code of a certain webpage using ASP ...
  A: Here is the Code you can use this and read the file. One of the most important tasks in any ...
Using Forms To Email Info In ASP...6/7/2005Srini Nagarajan
  Q: I plan to eventually migrate over to ASP.net, but am currently still using ASP for development ...
  A: I would say use Email to Form which will be easier. When you move to ASP.NET then you put ...
ASP.NET6/7/2005Srini Nagarajan
  Q: i am not able to create asp.net Application,unable to create offline cache in VSWebCache folder
  A: Make sure you installed the .NET Framework properly. And check your IIS running properly. Take a ...
Pressing of Enter Key6/5/2005Srini Nagarajan
  Q: There are 20 textboxes on my web form (of ASP.NET) (made for only data entry) and high speed data ...
  A: I use this change the tab key value "9" to enter key "13" Here is the simple code /// <summary> ...
ASP PROGRAMING6/4/2005Ujjwal
  Q: my question is how to use onclick function in ASP. for eg. my-code --1111 to check 1111 whether ...
  A: I am not clear much about the requirement from you, pls make it clear. What I have understood is ...
Track files that are accessed from web site5/20/2005Srini Nagarajan
  Q: i have written a piece of code in a template file which stores a record in database whenver a page ...
  A: I am Back!... Sorry for the delay in reply. I had a long business trip to Florida (did'nt goto any ...
Track files that are accessed from web site5/20/2005Ujjwal
  Q: i have written a piece of code in a template file which stores a record in database whenver a page ...
  A: You need to make a common page for accessing the file name with their id's to be stored in database. ...
Error in page!5/18/2005Srini Nagarajan
  Q: My name is Assaf and I have a problem with my ASP page. I have a page called sendmail.asp and a page ...
  A: I am Back!... Sorry for the delay in reply. I had a long business trip to Florida (did'nt goto any ...
Prevent going back to previous page5/18/2005Srini Nagarajan
  Q: I dont seem to be able to use the response.expires. What is it and how does it work ? is it the ...
  A: I am Back!... Sorry for the delay in reply. I had a long business trip to Florida (did'nt goto any ...
Prevent going back to previous page5/18/2005Ujjwal
  Q: i dont seem to be able to use the httpresponse.expires successfully. How does it work? How do i use ...
  A: You have to use it as: Response.Cache.SetExpires(DateTime.Now.AddMinutes(10)) You have used it as ...

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.