| Thread | Last Post | Replies |
|
| Please help with regular expression | 17 Feb 2006 12:15 GMT | 3 |
Not sure if this is the correct ng for posting this question but I am using aspx and I couldn't find a more suitable alternative. Anyway I'm developing a web app and I want to validate a users input on a form. I need a regular expression to validate a string which must be from 1 to
|
| ASPX form submites twice with ENTER key | 17 Feb 2006 12:10 GMT | 3 |
I have a page with one form. I have one textbox in the page. I call a client-side function on the OnKeyUp event of the textbox. This function looks at the keycode of the keyup event on the textbox and checks for 13 which is the keycode for enter key. If I detect this keycode then I
|
| How do I? | 17 Feb 2006 12:07 GMT | 1 |
Trying to use a DataItem value in an if statement. Cause it isn't a data binding expression..'Container' is not recognised. Is there some other way i can get at this value??? It is contained within a Datalists item template.
|
| Running spawned worker thread as impersonated user | 17 Feb 2006 10:24 GMT | 2 |
I have an ASP.NET web service whose Web.Config is set to use impersonation <authentication mode="Windows" /> <identity impersonate="true" /> Within a Web Method, I want to use Multi-threading to spawn off an
|
| "Page Cannot be Displayed" problem with aspx on IIS6 | 17 Feb 2006 10:04 GMT | 2 |
Hi, I have a aspx application running on II6. I've set security to be only Integrated Windows Authenication. When I access the website from the server PC I can access the site. When I try to connect from another PC, I'll first be prompted with a
|
| Is there any best tools or methods to trace the web page processing? | 17 Feb 2006 09:36 GMT | 1 |
Is there any best tools or methods to trace the web page processing? I want to monitor what methods and functions to be called when I debug the website.
|
| Tool to make DLL's | 17 Feb 2006 09:00 GMT | 4 |
I am an intermediate web developer using Dreamweaver MX, programming in ASP.NET 1.1 (VB.NET not C#). I am currently not using code-behind. 1. I am interested in knowing how I can compile an existing asp.net application into DLL(s), so that the code will be inaccessable if I sell
|
| Cannot create ASP.NET WebApp project | 17 Feb 2006 07:31 GMT | 1 |
as I tried a lot of hints from the newsgroups archives - all without success - I hope that somebody can help me here. I am using Windows 2000, VS 2003 and a local IIS 5.0. Up to now I programmed WinForms only but now I shall create a web application. And
|
| web forms flow | 17 Feb 2006 07:28 GMT | 15 |
In traditional asp form, there is an action field in a form, any time the page is valid, after click the submit button, the next page comes up based on the value in the action field. In asp.net, in the sumit_click sub, after validating the all the fields in a
|
| Hosting an ASP .NET web site | 17 Feb 2006 05:22 GMT | 2 |
New to ASP .NET. Just wondering if I create an ASP .NET website will someone running windows 95 or 98 be able to use it? I am aware that ASP .NET only works on windows 2000 or XP, but is that only referring to the hosting computer needing to be that spec, or the
|
| tips for new resource planning system? | 17 Feb 2006 05:16 GMT | 1 |
I am building a project resource planning system. It will basically allow Project managers to allocate resources\people to certain projects and the main benefit will be the ability to look at a calendar and see where resources and under or over utilised.
|
| trouble with web forms | 17 Feb 2006 04:59 GMT | 2 |
im trying to get a table from a microsoft access database on a simple web form using visual basic.net. ive set up the database as a file dsn. this is my connection string:
|
| Macromedia Flash and ASP.Net communication | 17 Feb 2006 03:50 GMT | 4 |
How can I connect Macromedia Flash MX and ASP.Net? For example passing variables from an ASP page to Flash.
|
| Design Considerations | 17 Feb 2006 03:49 GMT | 7 |
I have an idea for several Web sites that would involve articles that can be read. Article lengths will vary from short to a little longer, but nothing really long. I'm wondering at what point does it make sense to include the articles as
|
| Setting Width in code | 17 Feb 2006 03:48 GMT | 2 |
I can't set a textbox or label .width = 441 because of a type error. How can I set a width in code? My larger task is to make some headings in textboxes always the same width as the datagrid below them. but I also find that the datagrid width is
|