| Thread | Last Post | Replies |
|
| Need general approach for hiding files | 12 Jun 2007 08:38 GMT | 9 |
Hello, I have a very simple problem I don't know how to approach. I need a suggestion about the general approach to take. I have a bunch of html pages on a machine, all in the same folder "logs". Each html page contains a log. The filenames look like
|
| Using ajax in Existing ASP.net Application | 12 Jun 2007 07:52 GMT | 5 |
Hi i want to use AJAX.net in my Existing Application I have already installed the ajax .net .net 3.0 and using VS 2005
|
| Event code: 3005 - An unhandled exception has occurred | 12 Jun 2007 06:54 GMT | 1 |
I have an ASP.NET 2 intranet application written in C#. I use Active Directory authentication and parts of the application uses AJAX. From time to time (about once every 200-300 accesses at least) I get the following error on the server:
|
| Data Tranfer | 12 Jun 2007 06:53 GMT | 2 |
I have a classic ASp Page at server. How Can I transfer the data from classic asp page from server to a Asp.net (aspx) page.copuld you please provide me coding
|
| Good Practice question | 12 Jun 2007 06:53 GMT | 5 |
I m working on new asp.net project. I will use n-layer architecture. So my question is about the business object. I have some little classes like category, collections, etc...
|
| passing values from one web form to another web form | 12 Jun 2007 06:50 GMT | 5 |
I have a web form welcome.asp and it has three textboxes and two dropdown list. It has one button called Submit. when I click that button it should pass all the data from text boxes and dropdown lists to another web form named processform.aspx.
|
| is this possible... | 12 Jun 2007 06:20 GMT | 1 |
hey all, i have a web page with a New button on it. When a user clicks the new button would it be possible to create a new .aspx page for that user and the new page be derived from a page template?
|
| Which one better SQL Server 2000 or 2005 for ASP NEt | 12 Jun 2007 04:18 GMT | 1 |
Hi all.. i'm newbie in aspnet. i kind a confuse which one should i use for my database system. SQL 2000 or 2005, and what is the different. thankyou
|
| Content Management Solutions | 12 Jun 2007 00:14 GMT | 2 |
I have been looking at a variety of different solutions for creating dynamic content on a web page that is managed by a client remotely. I had seen a bunch of software that work well if you use their solution only, but most often it's way over kill for what I actually need... or
|
| Passing Variables | 12 Jun 2007 00:09 GMT | 3 |
I have a asp page named welcome.asp where I have three input text fields and a button named submit. When I fill text in these text fields and click on button it passes all those information to another aspx page.
|
| Request.form | 12 Jun 2007 00:08 GMT | 1 |
I have a classic asp page (webfor1.asp). I did this <form action="ProcessForm.aspx" method="post" name="twcForm" id="twcForm"> <td><input name="fvFirstName" type="text" id="fvFirstName"
|
| In an INPUT control, how can one set the initial text in a language-sensitive way ? | 11 Jun 2007 23:26 GMT | 2 |
Hi. I have an INPUT html control. How can I set the initial "select a value" type of text in a language-sensitive way ? I have the following HTML: <select
|
| editing brochures on line | 11 Jun 2007 23:14 GMT | 1 |
I have a client who accepts borchure and greeting card orders on line. They have requested that customers be allowed to view an image of a brochure then add text to the image (with a variety of fonts) then preview. Is there a system in dot.net available to allow that type of ...
|
| Get data | 11 Jun 2007 22:59 GMT | 1 |
How would I call the same classic asp page and pass data using ASP.net
|
| Performance issues with Retrieving data | 11 Jun 2007 21:29 GMT | 5 |
I have a table with over 1.3 million rows. I am retrieving only 20 at a time using the with - over clauses In query analyser, the data is retrieved in under a second. When retrieving using the data adaptor.fill or datareader to retrieve the
|