| Thread | Last Post | Replies |
|
| banner ads | 01 Jun 2007 00:02 GMT | 2 |
hey all, just wanted to know what you all use to create banner ads. thanks, rodchar
|
| AJAX not working when using Session variables. | 31 May 2007 23:21 GMT | 6 |
Greetings! I was researching AJAX to provide a solution to displaying status messages while a long process executed. I found several examples online and was able to use their code to get a quick application working. However, when attempting to implement the solution, the AJAX ...
|
| Password Protect | 31 May 2007 23:11 GMT | 2 |
Can you create a password protected page with JUST asp.net and VB2005? I don't want to use javascript.
|
| Web Page Not Found | 31 May 2007 21:28 GMT | 1 |
I have a web site in production which i converted to be an ASP.Net web site. Prior to converting it, I tested it all out first on my work station and then on a test server. When I moded to application to production, a few of my web pages come back as web page not found 404 ...
|
| Accessing Files In 'App_Data' Folder | 31 May 2007 21:07 GMT | 4 |
asp.net 2/C#/VS2005 I have a web app where I use a stream writer to create a CSV (text) file. I then use my code to save the file in the site's 'App_Data' folder, in a subfolder called 'Temp'. Finally, I redirect the page to
|
| XML Database Best Practices | 31 May 2007 20:28 GMT | 9 |
I am building an ASP.net website that connects to an XML database, and was wondering which is the best way to create the connection if I need frequent access to the database, I have one of the three options: 1. Use one instance of XmlDocument thought the whole Application by
|
| __EVENTTARGET correct but events don't fire and IsPostback == false? | 31 May 2007 20:28 GMT | 1 |
I am having a very odd problem. On a page that was working until very recently we are now encountering the following situation: The page is a very basic fill in the blank form used for changing ones password in a forms based authentication scenario. After the user fills out
|
| Saving contents of page to a string variable | 31 May 2007 20:20 GMT | 6 |
I am using a 3rd party program in a VS2005 web project. The tool takes as input a string containing HTML and converts it to RTF. I have been creating a page by dynamically loading UserControls and then sending the page to the browser.
|
| gridview auto columns | 31 May 2007 19:07 GMT | 4 |
hey all, i have a gridview that have auto columns on. Well one of the fields is a date field which shows the time by default. Is there a way to format without the time when Auto Columns are on?
|
| Check if is nothing | 31 May 2007 18:36 GMT | 12 |
I have the following: If MyTag Is Nothing Then ... End If
|
| Active Directory authentication | 31 May 2007 18:22 GMT | 3 |
Hello. I am writing an application that uses Active Directory and needs to grab user information. I pass user email addresses and and get back a userInfo structure with AD information. My issue is that for some users it works, and others it doesn't. I saw in my traces that in the ...
|
| ASP.NET suppress response HTML | 31 May 2007 18:01 GMT | 3 |
I have an ASP.NET webpage that allows a user to upload a file from the client browser. I want to display an animated gif and report on the progress of the upload. The <INPUT> tag used for uploading files requires the form to be posted. Posts stop javascripts and GIF
|
| Make a user control floatable? | 31 May 2007 17:37 GMT | 3 |
I have a user control which I use on all my pages. The control is situated on the top of my page (sits on my master page). For some long pages the user has to scroll back up to the top of the page to select an option from my user control.
|
| Try-Catch error handling | 31 May 2007 17:19 GMT | 5 |
I would like for a page in my app (asp.net framework 2.0, VS 2005) to both display a message to the user, as well as sending an email when an error occurs. I have code in the global.asax.vb codefile to generate an email when an
|
| How can I perform some form actions on a seperate page? | 31 May 2007 17:03 GMT | 4 |
I've got a form which lists all members of a club, with checkboxes to select them. The form offers functions to delete selected members, send email, etc. Now I want write some code to perform complex analyses on the selected
|