| Thread | Last Post | Replies |
|
| ASP or ASP.NET | 26 Jul 2005 14:49 GMT | 14 |
I've posted a similar question on the ASP message board as I am keen to get as many opinions as I can. The situation is that I am a student just about to start on my dissertation, which is going to be a website that queries a database. I researched all the
|
| Another way??? | 26 Jul 2005 14:46 GMT | 2 |
Could someone please tell me a nother way I could achieve the following... I'm having problems because of a component within mya ASP.NET page due to the ViewState set in the component! I currently have a text editor ("editor.aspx")
|
| newbie ASP won't work | 26 Jul 2005 14:40 GMT | 5 |
I have just installed IIS on my XP SP2 machine. This code (dreamweaver) doesn't work <%@ LANGUAGE="VBSCRIPT"" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| Adding header to request in HTTP Module | 26 Jul 2005 14:00 GMT | 4 |
Can you add a header to a request in an http module? I'm trying unsuccessfully. Here's an example of my code: public void Init(HttpApplication r_objApplication) {
|
| Session timeouts | 26 Jul 2005 13:50 GMT | 1 |
how can i disable session timeouts without affecting any program codings?
|
| likely a simple request | 26 Jul 2005 13:09 GMT | 1 |
I have a asp.net page using web forms that is working fine. A few of the fields are loading data from a database, so it takes a few seconds to load. My boss wants to have a simple HTML table with a "please wait while data loads..." text message to display until the form is fully ...
|
| How to send mail from the web page?? | 26 Jul 2005 12:34 GMT | 1 |
Hello frined how can i send the mail from web page ??
|
| System.Web.HttpException: A DropDownList cannot have multiple items selected | 26 Jul 2005 12:29 GMT | 1 |
I'm having such a problem with this DropDownList in a user control that is posting back and throwing an error: System.Web.HttpException: A DropDownList cannot have multiple items selected <ASP:DROPDOWNLIST ID="lbCountriesWiz" ENABLEVIEWSTATE="true" FONT-SIZE="8pt"
|
| ASP.NET session Variables | 26 Jul 2005 12:23 GMT | 1 |
I save a session variable on page 1 and link to page 2. When page 2 loads, the session variable is null. Can anyone help? I'm using Visual Studio 2003 (VB) Session settings in web.config
|
| dataset into javascript array | 26 Jul 2005 12:02 GMT | 3 |
I am trying to minimise postback in my web app. I have a number of inter-dependent dropdowns, an onselectedindexchange event fires for each one which obviously causes a postback. Is there a way I can get all my data from a dataset\datareader into some javascript arrays and then ...
|
| How Links Camera With ASP.Net | 26 Jul 2005 11:51 GMT | 1 |
I am begining in asp.net and i need to know how link camera with asp.net
|
| passing variables | 26 Jul 2005 11:29 GMT | 1 |
I have this (thanks Clint) which I have modified slightly from Clints code. using System; namespace NewsGroupHelpASPNET {
|
| Merge method for multiple datasets | 26 Jul 2005 08:29 GMT | 1 |
If I have as many as 7 different datasets I want to use, is it possible to merge 7 different datasets with the Merge method for just one datagrid? thanx
|
| regex problem - 2.0 beta 2 | 26 Jul 2005 08:27 GMT | 3 |
Here is an interesting one. Running asp.net 2.0 beta 2. I have a regular expression used in a regex validator that works on the client side in Firefox but not in IE. Any ideas? IE always reports the field is invalid. The expression is:
|
| Help with regular expression | 26 Jul 2005 08:24 GMT | 2 |
Hi, I am stuggling with building a regular expression that would allow only 0-9, +, -,_, space, (, ). Can someone guide me. This is for validating phone using JavaScript in my asp page.
|