Thank you for the help and the sample code. I think I understand how it works. However, how do you handle setting the sitemap node to false in the web.sitemap?
I am relatively new to ASP.Net 2.0 and am working on an application for our company similar to ASP.Net Time Tracker 2.0. I want to use a similar web.sitemap but my web host does not allow role management to be enabled on our shared server. How do I create a similary sitemap, i.e. menu items...
We support an ASP application that uses session variables.
After 8 months of working fine, the application has stopped working. After we log in, go to an edit page and click "Submit", the user is returned to the home page because a seesion variable is empty. The server shows the...
We are begining our first ASP.Net 2.0 project; however, we still need to support several ASP.Net 1.0 applications. I have been unable to find answers to the following:
1. Can .NET Framework 1.0 and 2.0 be installed on the same server? Or is 2.0 backwards compatible?
2. Can Visual Studio...
We currently have one .Net applicaton on our site using forms authentication. We need to add a second applcation with forms authentication. Each application has its own login page, database, and user group.
I tried looking to figure out using roles, but that does not address having two...
I want to determine if a page is being called by a robot or a user clicking through our site. I know there is a way to do this because I have heard or people doing this; however, I need some help.
Thanks!
I have a table with a field called Material # that is 18 characters. When I display this field on the form, I only want to show the right 10 characters. When a user updated the field, I need to pad the left with zeroes, "0", update the table and then only display 10 characters.
I have tried...
Thank you everyone for your help. I was able to find out that the server is using ChiliSoft ASP which is different than traditional ASP. My program so far is:
strPath = getServerPath() & "/"
Set objConnection = CreateObject("ADODB.Connection")
Set rstEntries = CreateObject("ADODB.Recordset")...
I have determined that the server can emulate ADO. I have started my program as follows:
Set objConnection = CreateObject("ADODB.Connection")
Set objRecordSet = CreateObject("ADODB.Recordset")
strPathtoTextFile = Request.ServerVariables("PATH_TRANSLATED")
objConnection.Open "Provider=???;" &...
I appreciate the last link provided. It was very helpful. However, because the server is Linux, I don't think the Microsoft.Jet.OLEDB.4.0 provider will work. Please correct me if I am wrong. Can someone tell me what would be the provider on a linux machine?
I have been unable to determine if the server can emulate ADO. I thought it might be best to write a test page and see if it works. I have never used ADO to read a CSV file. Can you help me get me started?
thanks!
Please excuse my ignorance concerning the question posed about the server. The server is provided via a web host. I was told it was a Linux server with Active Server pages enabled. I am almost positive it is an ASP server other than Microsoft IIS, but I do not know which one. If that is...
I need to query / display information a CSV File on a Linux Server using ASP. I have done this a lot on Windows servers. However, I am new to Linux.
Any help is greatly appreciated.
I am a novice to moderate SQL person in need of some expert level assistance.
I am trying to write a stored procedure that updates a value in a table based on the sort order. For example, my table has a field "OfferAmount". When this field is updated, I need to resort a sub-set of the records...
I am runnig IIS 5.0 on my Windows XP machine for development purposes, specifically ASP.
WHen I run the following code:
strThisPage = request.ServerVariables("Path_Translated")
Set filesys = CreateObject("Scripting.FileSystemObject")
strDir = filesys.GetParentFolderName(strThisPage)
Set dir...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.