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 Domain Check?5/17/2005Srini Nagarajan
  Q: I have a brief question about something I need to do in ASP. I have several domains pointing to 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/16/2005Ujjwal
  Q: I believe a million people have already asked what i'm about to ask, but i don't seem to be able to ...
  A: Use HttpResponse.Expires Property It will set the number of minutes before a page cached on a ...
Error Number5/13/2005Srini Nagarajan
  Q: Unique key constraint set in a table of SQL Database. When user attempt to save a record by adding ...
  A: Here is the workflow if someinput = "1" overwrite / or update end if IF count = 0 then ...
Error Number5/13/2005Srini Nagarajan
  Q: Unique key constraint set in a table of SQL Database. When user attempt to save a record by adding ...
  A: Before saving the entry.. You have to check whether that key exsits in the database using select ...
SQL Database Connection5/9/2005Srini Nagarajan
  Q: Would like to know if in any case, my SQL server is in heavy load, is there any chance that the ...
  A: Sorry for the delay in reply! in .net it handles the "connection pooling" Here is the good article ...
Global Error Handling5/9/2005Srini Nagarajan
  Q: I would like to ask how do i do something like a global error handling function in ASP .NET . This ...
  A: Sorry for the delay in reply... Here is the simple code sample stores the error into a text file... ...
Global Error Handling5/9/2005Ujjwal
  Q: I would like to ask how do i do something like a global error handling function in ASP .NET . This ...
  A: There is one more way by which you can make use of custom errors. U can make the changes in ...
Software Design Proposal4/26/2005Srini Nagarajan
  Q: I am writing a design proposal for a software that could be used for a charity organization. The ...
  A: I'll reply my answer in caps.. Recommended Server platforms: • Windows Server 2000, Windows Server ...
Software Design Proposal4/26/2005Ujjwal
  Q: I am writing a design proposal for a software that could be used for a charity organization. The ...
  A: Why you have mentioned the servers/Development Tools two in numbers, you have to use either of them, ...
non technical asp questions4/25/2005Ujjwal
  Q: How are you doing? Sorry for the non technical questions. I have just started a new company one ...
  A: I think focus more on marketing strategies and try to put your company name through word-of-mouth. ...
Cache Location4/22/2005Srini Nagarajan
  Q: When i want to create new project in ASP.NET an error is comming "Unable to create offline cache ...
  A: open visual studio goto the following link TOOLS > OPTIONS > PROJECTS > WEBSETTINGS > OFFLINE ...
ASP short memory?4/19/2005Srini Nagarajan
  Q: Is ASP.net is a free software? :-) God bless garyWHi Srini Yah, it helps by transfer the ...
  A: ASP.NET web server which is FREE! Development tool Visual Studio .NET is $$$$ You can use ...
ASP short memory?4/18/2005Srini Nagarajan
  Q: Yah, it helps by transfer the variables to a local variables. Do you think ASP.net is definitely a ...
  A: You can move to ASP.NET ALOT of changes made between ASP vs. ASP.NET.. If you wait few weeks you ...
ASP short memory?4/18/2005Srini Nagarajan
  Q: How are you doing? Have you have experienced rs fields not fully displayed? I was wishing to ...
  A: I was away thats why i was not able to reply imdtly... I don't see any error like this... I handled ...
Object Not found4/14/2005Srini Nagarajan
  Q: When i want to creat a new Project in ASP.NET an error is comming i.e. "Could not find a web server ...
  A: I was away thats why i was not able to reply imdtly... Here is my reply Can you goto IIS and check ...
ASP.Net & IE4/14/2005Srini Nagarajan
  Q: I am trying to figure out a way to have an ASP.Net application start in a new IE window rather than ...
  A: I was away thats why i was not able to reply imdtly... Here is my reply Use this javascript ...
ASP.Net Question4/14/2005Ashvin Johnson
  Q: I am trying to figure out a way to have an ASP.Net application start in a new IE window rather than ...
  A: Simply Use Javascript in your ASP.Net Application Here is the Code wrote it in the ASPX file ...
ASP email4/13/2005Srini Nagarajan
  Q: This is my first try at ASP. I have a form that is linked to an ASP file. I can get the form to ...
  A: I was away thats why i was not able to reply imdtly... Here is my reply You have to check the ...
setting up localhost4/13/2005Srini Nagarajan
  Q: I'm using classic ASP with HTML. when i run with local host (after setting up the IIS and ODBC), the ...
  A: I was away thats why i was not able to reply imdtly... Here is my reply Check on created virtual ...
Extract Object4/11/2005Ashvin Johnson
  Q: Please advise whether it is possible to extract an image datatype (basically any filetype like flash ...
  A: Hope you will Not mind if I suggest you with something else to do the same. well you can store the ...
Mailing a Web page4/7/2005Srini Nagarajan
  Q: I want to send an ASP web page as attachment over mail. The page which I want to send is the result ...
  A: You can build the the Attachment(text file?) and store into the Web Server Dynamically using ...
datareader4/4/2005Srini Nagarajan
  Q: connecttodb() query="select count(fieldname) from tbladinfo where subcategoryid= ...
  A: Sorry for the delay in reply! Use Do while loop Here is the sample script mCommand.Execute(out ...
email with attachement form4/2/2005Ujjwal
  Q: I am currently working on a website where I have to create a form where I have to insert in a text ...
  A: You can simply use the text box value as the input email address, and for attaching a file, you need ...
Web4/2/2005Srini Nagarajan
  Q: I have 2 questions: 1)If we store our Access Database in the web server,the people who manage the ...
  A: Sorry for the delay in reply! 1. You can't do anything... may be you can change the file extension ...
Web4/2/2005Ashvin Johnson
  Q: I have 2 questions: 1)If we store our Access Database in the web server,the people who manage the ...
  A: 1) Just Provide the database with the Password Protection 2) No onw can download until and unless ...
Multi Level Project Management3/28/2005Ashvin Johnson
  Q: I am currently trying to build a project that would segregate different delegator like a multi-level ...
  A: This not so hard dear, Basically you have to undrstad ti very Well, Here I have tried to make you ...
ASP3/27/2005kevin maloney
  Q: In connection with Active Server Pages, literature frequently refers to wwwroot directory or folder. ...
  A: Yes, you're right, the literature can sometimes be cryptic. Let's explain what they mean. Under ...
open new window3/26/2005Srini Nagarajan
  Q: i want to open a new browser window in client side with a specific URL. the same as : <a ...
  A: <asp:HyperLink id="lnk1" runat="server" ...
Dear Kevin, I'm learning...3/18/2005kevin maloney
  Q: I'm learning ASP on my own, it's not that difficult. But one thing has me puzzled: When people ...
  A: When people say that code runs on "the server", they mean that the server-side code (the script ...
Zip/UnZip from asp.net page without using any third party control3/18/2005Srini Nagarajan
  Q: I am facing problems in asp.net page i want to facilitate zip & unzip directy in my asp.net page by ...
  A: Yes you can to use some third party library to handle the zip Here is the site gives you free ...
Form to Mail issue!3/16/2005Srini Nagarajan
  Q: My name is Assaf Lasry and I have a problem in building a form to mail page. I have built a web page ...
  A: if your mail is not leaving the queue folder, check out make sure SMTP Virtual Server is running ...
Window Media DRM 103/14/2005Srini Nagarajan
  Q: How are you doing? I was very new to this technology (Window Media DRM 10) with the audio ...
  A: Hope you had a nice wedding and great honeymoon! Here are some of microsoft link found on their ...
event generation3/9/2005Srini Nagarajan
  Q: i make a form(5 radiobuttonlist,6 dropdownlist etc. a large one) on which call function on each ...
  A: Sorry for the delay in reply! Mostly the autopostback will clear the selected event. Is the forms ...
HTML to EMAIL using asp3/6/2005Ashvin Johnson
  Q: I am using a simple form in html to move information to email. The .asp program is as follows: <% ...
  A: I am going to tell how to debug problems like this, so please do what I say and you cn solve your ...
sleep3/4/2005kevin maloney
  Q: Sir i want to sleep my asp page for 5 seconds during while loop and continue the execution from ...
  A: ASP can't "sleep" on its own, but you can use a COM object to add this ability. There is a free ...
asp vs. php3/1/2005Ashvin Johnson
  Q: I have been working with Microsoft Frontpage for a few years and have a fairly good knowledge of ...
  A: well I am intrested in doing parttime Jobs. Please if you have some contact me AshvinJohnson @ ...
How to show row value as Column heading in DataGrid2/25/2005Srini Nagarajan
  Q: problem: i show data from sql data table into DataGrid.( i write sql query like "select * from ...
  A: You can use ASP Datalist, which does what you are looking for you can specify the repeat columns ...
Any good book for asp.net?2/24/2005Srini Nagarajan
  Q: I'm trying to learn asp.net. But I don't know which book I have to read among those so many books ...
  A: You can go with the following book 1. ASP.NET Unleashed, Second Edition by by Stephen Walther 2. ...
matter related to VOIP2/17/2005Srini Nagarajan
  Q: We are developing software namely "CallCenter Management". (1)how can I come to know when the ...
  A: Sounds Interesting! Sorry I never worked on VOIP. Are you doing for a project(academic) or work ...
How are you?2/15/2005kevin maloney
  Q: I have two questions about file uploading, 1. When uploading file through web page, will it ...
  A: There is a lot of information about file uploads in several websites. You should review these ...

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.