| Thread | Last Post | Replies |
|
| Hide Web Folder/ Web Files in ASP System | 02 Dec 2006 16:43 GMT | 1 |
good morning to all, i am uploading my "First" web server files today. for security reasons can anyone using the internet see "ALL" the files in my web server account?
|
| findcontrol("PlaceHolderPrice") why why why why why why why why why why why | 02 Dec 2006 15:46 GMT | 2 |
why why why why why why why why why why why Can't i get dim PlaceHolderPrice as placeholder = formview1.findcontrol("PlaceHolderPrice")
|
| 404 | 02 Dec 2006 14:06 GMT | 2 |
http://trentinney.airsoftware.co.uk/pigsbums.aspx This URL will show my NotFound.aspx page due to the 404 setting in my web.config file, but the following will not http://trentinney.airsoftware.co.uk/pigsbums
|
| How to set the password lengtgh with Login Controls | 02 Dec 2006 12:16 GMT | 6 |
I want to limin the length of password must larger than 6. How can I do with Login Controls of asp.net 2.0
|
| Clear Query String | 02 Dec 2006 11:53 GMT | 1 |
I have a page which is called initially with a querystring. After I get the querystring values, I don't need the querystring to appear in the url anymore. How can I get
|
| Connecting a GridView to an Oracle table | 02 Dec 2006 09:14 GMT | 2 |
I am trying to connect a GridView to an Oracle table using the standard SqlDataSource. The process is fairly simple and there are detailed instructions from Microsoft ... http://msdn2.microsoft.com/en-us/library/ms178304(vs.80).aspx
|
| How does this code work?(Request["ReturnUrl"]) | 02 Dec 2006 08:34 GMT | 7 |
I have readed a example code from MSDN about FormsAuthenticationTicket calss, but there's a line I can't understand : 'strRedirect = Request["ReturnUrl"];' What's the mean in which square brackets?
|
| Switching Domain name depending on server? | 02 Dec 2006 03:58 GMT | 11 |
I use two test servers and one production. I have a Utilities class that holds many of the links used through the site. One of the variables in this class is assigned the domain name. I need to automatically set this value depending on the server I'm on. The
|
| vs2005 and symantec antivirus | 02 Dec 2006 03:49 GMT | 3 |
Developing web site like I've been doing it so many times before and all of the sudden - literaly - symantec jumps in start complaing about viruses found in temporary dll's created in temp .NET precompiled folder. Can't compile project any more as symantec keep complaining
|
| Reading from registry from within IE7 | 02 Dec 2006 01:05 GMT | 3 |
Is there a way to read a registry key from HKLM from an asp.net page? regards, Henk
|
| Use Java Script File with Asp.Net page that uses a Master page. | 02 Dec 2006 00:43 GMT | 1 |
I'm using some Java Script I found that supports a 'back' button on my ASP.Net page. The Asp.Net page uses a Master page. I thought I'd put the Java Script in a Java Script file [.js]. The thought was that I could use this script in other pages. So I put a reference to the script ...
|
| Populate GridView with DataSet | 02 Dec 2006 00:29 GMT | 1 |
I was using a DataView to bind records from a DB table to a DataGrid using the following code: Dim sqlDapter As SqlDataAdapter Dim dSet As DataSet
|
| Redirect with POST | 02 Dec 2006 00:07 GMT | 3 |
In ASP.NET 2.0 C# I need to redirect to an .ASP or .HTML page and include POST data (i.e., formatted like a form. The form data is changed dynamically by the C# page. Can anyone point me to an example?
|
| Custom events firing last | 02 Dec 2006 00:05 GMT | 1 |
I have read http://msdn2.microsoft.com/en-us/library/ms178472(VS.80).aspx and my interpretation is that custom events should be fired between Page_Load and Page_LoadComplete. When I run the following sample code, the
|
| AdRotator is anyone here using it? | 01 Dec 2006 23:16 GMT | 1 |
my open question is to those of you who have used it. Has it worked ok for you, and what are some of the down sides of using it? Thanks
|