| Thread | Last Post | Replies |
|
| Upgrading HTML to ASP.NET 2.0 | 12 Sep 2006 21:00 GMT | 2 |
Newbie question alert! We have a website that we want to eventually convert from pure HTML to ASP.NET pages. Unfortuantely, we cannot do this all at once, but rather, will likely do so over time.
|
| PDF Documents | 12 Sep 2006 20:53 GMT | 7 |
Hello; I am *very* new to website programming. Coming from a client/server background, I am having some difficulties. I know this is not asp.net related, but I figured someone would be able to
|
| Inserting a value into word doc | 12 Sep 2006 20:46 GMT | 6 |
I have a simple problem but I think the solution might be tricky... I have a word document on the server which people can download. However, what I would like is to use asp.net to insert a unique serial number into the word document before it is downloaded. So I need some
|
| Create new forms | 12 Sep 2006 20:44 GMT | 1 |
I wonder whether it is possible to create a new WebForm and send it to the user e.g. Dim WForm as new WebFrmProduct(Params to go here)
|
| Loop through datareader after binding to repeater control | 12 Sep 2006 20:24 GMT | 2 |
I am calling a stored procedure to populate a Repeater Control. What I need to do is see if a name is in the list and if not, add it to the Repeater. Is there a way to reset the OleDbDataReader back to the beginning after I bind it to the Repeater control and then use "If ...
|
| Grabbing Emails | 12 Sep 2006 20:23 GMT | 5 |
I am working on a new project where I need to: 1. open an email and then create an xml file from the email 2. open the xml file and parse the information. I would like to be able to do the second step using a web page and then
|
| CultureInfo and Web.Config | 12 Sep 2006 20:13 GMT | 4 |
I'd like to change the "CultureInfo" of my site. Which instruction I have to put in the 'web.config' ? any ideas? tnx ;)
|
| You are not authorized to view this page HTTP Error 403 - Forbidden | 12 Sep 2006 20:02 GMT | 5 |
I developed and tested a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1. It uses a web form. Development testing works fine on my development computer, but when i take the files to another computer and install them using the deployment ...
|
| Sending Emails to Multiple Receipents and with multiple options | 12 Sep 2006 19:58 GMT | 5 |
I am in a problem of sending mass emails(newsletter) to my website members. Actually my problem is this: I want to send newsletter to my website members. But I had given a
|
| Setting up ObjectDataSource Control when target method takes object as a parameter... | 12 Sep 2006 19:20 GMT | 2 |
I'm using the ObjectDataSource control to databind a Repeater. The method on business object that ObjectDataSource control point to takes as a parameter an instance of the System.Data.CommandType enumeration. When setting up declaritively in HTML, how do I complete the following ...
|
| Get name of previous page | 12 Sep 2006 19:12 GMT | 2 |
I need to be able to know what my web application's previous page name was so I can know the difference between 1st time in application for a page and when I am returning to this page from another page in the application. I looked at the PreviousPage property but I can't get a ...
|
| ASP.NET 2.0 connecting to SQL Server 2000 | 12 Sep 2006 19:10 GMT | 6 |
Windows Server 2000 ASP.NET 2.0 SQL Server 2000 (on a physically seperate server) I moved an ASP.NET 2.0 application from a development server to production,
|
| custom session management using Oracle in web garden scenario | 12 Sep 2006 18:25 GMT | 2 |
I am trying to write a custom session manager in ASP.NET 2.0 using oracle as the backend. I want to know how the session expires in web garden and we are using NLB (a session can be served by the multiple web servers)
|
| Access Denied Error | 12 Sep 2006 18:20 GMT | 2 |
I am getting an Error "Access to the path...... is denied" Error. I have an web app and I am creating a log file to write the error info. If I have the absolute path "C:\Inetpub\wwwroot\Samples\Test\bin" and write the file there, then it works but if i try another method say ...
|
| [ATLAS] Unknown error ON Update Panel + Repeater with LinkButton | 12 Sep 2006 17:31 GMT | 1 |
I'm having some problems when combining these elements. :( I have a Repeater with a collumn full of LinkButtons inside an UpdatePanel. I handle the ItemCommand event of the repeater to fire a desired action, but when I click on any LinkButton, it returns a javascript alert-like ...
|