| Thread | Last Post | Replies |
|
| Windows Authentication for a single ASPX page in a web site. | 16 Jul 2005 14:34 GMT | 2 |
Gurus, I have a situation, we have a web site running fine in ASP.Net, in that I have a single WEBFORM (test/test.aspx), when a user clicks this I want to have windows authentication for the same. I don't want windows
|
| Drop Down List vrs Z-Order | 16 Jul 2005 13:53 GMT | 1 |
I have a problem in that my dhtml/css drop down menu layers will not, no matter what z-order setting i choose, display over top of a asp.net webcontrol drop down list. I ve Googled up on the problem and it appears this is by design? Is this
|
| WebClient UploadValues | 16 Jul 2005 13:42 GMT | 1 |
As a follow up to my previous question. We are using the WebClient UploadValues function to send an xml string containging Western European characters to a web service. The service is saying that junk is being sent in place of the European characters. What is the best and ...
|
| WebClient UploadValues UTF-8 | 16 Jul 2005 13:41 GMT | 2 |
We are using the UploadValues function to post a xml string to a java web service. This has been working well for us be we are running into an issue with using Western European characters. The service is telling us that they are receiving "junk" in place of the European ...
|
| Another File Upload question | 16 Jul 2005 13:38 GMT | 4 |
I've been reading all I could find on the control 'input type=file' and all the trouble that it comes when uploading large binary files (>4MB) to a DB server or server path. I've seen plenty of examples about it, and they all agree that to make
|
| Session variables are lost | 16 Jul 2005 12:06 GMT | 2 |
we have a session variable object that gets lost in the same event call. I have windows XP Pro as my os with the latest service pack... I have the .net 1.1 SP1 installed. Even tried installing 1.0 SP2 but that does not work for me...
|
| Question about Datagrid | 16 Jul 2005 09:12 GMT | 1 |
Hi, I have form with datagrid. This is what my form tag looks like, <form runat="server"> <asp:label runat="server" id="lblMessage" />
|
| Validator misery | 16 Jul 2005 08:07 GMT | 5 |
Just got my first ASP.net form running - a proud moment! The form has about 20 fields, and a few need to have values supplied. No problem - shoved in a few RequiredFieldValidators and all was well. After reviewing what I'd done, I decided to change the submit button from
|
| Form Based Authentication Issue | 16 Jul 2005 07:49 GMT | 6 |
Can anyone tell me if this is possible in asp.net, I want to use form-based authentication to authenticate my users, however a employee of the company is attempting to be logged in as administrator and as a client in two browser windows. When the FormsAuthentication.Signout is ...
|
| Web Deployment Project | 16 Jul 2005 07:34 GMT | 3 |
I'm putting together my first web deployment project using VS2003 and have a few questions someone might be able to help on. First, I need to modify the web.config file based on entries made during the installation from one of the TextBoxes dialogs. Is this possible? If
|
| Need to pass a SqlConnection to a Web service | 16 Jul 2005 03:12 GMT | 2 |
Is this possible? I tried but it complains about the SqlConnection not being fully serializable. Are there any workarounds for this? TIA, Mike Rodriguez
|
| How long can my asp.net application run for? | 16 Jul 2005 02:51 GMT | 6 |
I'm pretty new to asp.net and am having problems with my application timing out. I've written an application that loops through all of the information on an excel spreadsheet and does certain things with it, like creating and
|
| Checking for Session cookies | 16 Jul 2005 02:21 GMT | 2 |
I was looking at different ways of doing the same thing and at the moment was looking at the use of "is" and "=", as I have at times found that I will do something like if something = 0
|
| FileStream errors attempting to open file on Shared Drive | 16 Jul 2005 01:24 GMT | 1 |
Researched this, but none of the proposed solutions are working for me. Am hoping for some insight. Am trying to open a binary file that exists on a shared drive for reading. Code lives inside a .NET web app and looks like this:
|
| Binding Multidimensional Array to DataGrid | 16 Jul 2005 00:02 GMT | 1 |
Well, conceptually this is what I want to do. I was hoping to use an ArrayList to build a (dynamic) array of string arrays, and then bind the ArrayList object to a DataGrid. I can do that, but it doesn't give me the results that I wanted. Is there a way to successfully do ...
|