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...
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.