| Thread | Last Post | Replies |
|
| ASP.NET 2.0 Role provider question | 27 Jul 2007 17:21 GMT | 1 |
Morning, I am using the built in asp.net role/user/membership, etc. Have that all working. We have some internal users, and a bunch of external users.
|
| Nested user control causes build errors due to missing reference | 27 Jul 2007 17:04 GMT | 2 |
I have a user control (EventStructureSelector) used in another user control (ResultsMenu). The class EventStructureSelector defines a public type (ModeType), that is used for one of its properties (Mode). The class ResultsMenu
|
| ASP.Net and Barcode Scanner | 27 Jul 2007 16:45 GMT | 2 |
I'm working on a website where the user will have to scan a barcode with a serial barcode scanner. I get the scanner working and reading the barcode, but when I want to write the string in a Textbox, it's not working. The Textbox remain
|
| Writing String Data into an Iframe from codebehind ASP.net | 27 Jul 2007 16:30 GMT | 2 |
Could anyone help me in resolving this issue? I have an Iframe on my aspx page and I want to insert a String value into that through the code behind.I dont want to use the src attribute of the Iframe. Thanks in advance.
|
| Remove Items from List Box | 27 Jul 2007 16:22 GMT | 2 |
what is the best way of removing multiple items from a list box found in another list box. Foreach does not allow you to modify itself Looping through has index issues.
|
| Response.Writefile problems on 2003 server | 27 Jul 2007 16:17 GMT | 1 |
I'm trying to force downloads from my page specifically for some powerpoint and jpeg files. using the following code: Response.ContentType= "APPLICATION/OCTET-STREAM"; string disHeader= "Attachment; Filename=\"" + sFileName + "\"";
|
| <input type="hidden" name="strInputElements" value="Name"> | 27 Jul 2007 15:24 GMT | 1 |
Forgive me if this seems like a stupid question but I need help... I'm trying to do a simple online form that emails me the results from a few fields. Here is the code:
|
| ASP.Net Role based access | 27 Jul 2007 14:44 GMT | 2 |
I have an intranet application which would be accessed by a small group of users. I want to create a Windows group called 'MyAppUsers' and add all these user accounts into that group. Next I want to enable access to the application for this group and deny access to all other ...
|
| AJAX + Webserivces = error 12030 | 27 Jul 2007 14:25 GMT | 3 |
I have an AJAX enabled web service consumed by an AJAX enabled web app, given a zip code it returns the city and state. Tested the web service, it works fine.
|
| Application State Unload | 27 Jul 2007 13:25 GMT | 2 |
I have written an ASP.Net web application in C#. On Appplication_Start the code loads some data from the database into memory. It stores the data in Application State variables.
|
| errors while connecting to Sql server with DSN connect | 27 Jul 2007 11:49 GMT | 1 |
The aim is to get it working on this machine so I can port everything to a Enterprise Version but can't get around this error for the last two days. Any help is much appreciated, as I am not getting any further with this.
|
| Webpage loading takes about 15 seconds with DSL | 27 Jul 2007 07:29 GMT | 5 |
we have just uploaded our first APS.NET webpage some days ago. Now we had to notice that it takes soo long until the page is shown. About 15 seconds. First we thought, maybe it's because we have our clients in germany and the
|
| Cannot attach aspnet process to debug | 27 Jul 2007 05:48 GMT | 3 |
Hello, friends, I am using .net 2005 to develope a web service based application. When accessing web services from client side, I always attach aspnet process to have a step by step debugging.
|
| how to set div block's height in firefox using javascript | 27 Jul 2007 05:01 GMT | 1 |
I try to set myDivObject.style.height. It won't work. any suggestion TIA
|
| Passing <%= myControl.ClientID %> into Javascript function | 27 Jul 2007 04:15 GMT | 3 |
I can successfully use <%=myControl.ClientID%> inside of a Javascript function, but does anyone know if it is possible to pass this value to my Javascript function? The reason I want to do this is so I can abstract my Javascript function out of my ASP.NET user control.
|