| Subject | Date Asked | Expert |
|
| Send Mail based on Form Value - Only Once! | 10/5/2005 | Srini 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 Window | 10/2/2005 | Srini 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/2005 | Srini 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 Support | 9/28/2005 | Srini 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 sync | 9/28/2005 | Srini 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 Site | 9/28/2005 | Srini 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 sync | 9/27/2005 | Srini 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 page | 9/27/2005 | Srini 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 ASP | 9/25/2005 | Srini 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 ...
|
| graph | 9/21/2005 | Srini 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 Express | 8/25/2005 | Srini 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 Software | 8/24/2005 | Srini 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.NET | 8/22/2005 | Srini 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.NET | 8/21/2005 | Srini 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 Script | 8/18/2005 | Srini 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/2005 | Srini 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.NET | 8/15/2005 | Srini 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 expires | 8/2/2005 | Srini 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.net | 7/31/2005 | Srini 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/2005 | Srini 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 lists | 7/16/2005 | Srini 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 Programming | 7/11/2005 | Srini 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 Access | 7/6/2005 | Srini 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 asp | 7/2/2005 | Srini 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 printouts | 6/25/2005 | Srini 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 username | 6/24/2005 | Srini 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 framework | 6/23/2005 | Srini 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 username | 6/22/2005 | Srini 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 2000 | 6/21/2005 | Srini 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 ...
|
| Timer | 6/21/2005 | Srini 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 code | 6/18/2005 | Srini 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/2005 | Srini 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.NET | 6/7/2005 | Srini 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 Key | 6/5/2005 | Srini 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 PROGRAMING | 6/4/2005 | Ujjwal |
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 site | 5/20/2005 | Srini 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 site | 5/20/2005 | Ujjwal |
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/2005 | Srini 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 page | 5/18/2005 | Srini 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 page | 5/18/2005 | Ujjwal |
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 ...
|