| Thread | Last Post | Replies |
|
| Installation ASP.net 2.0 | 24 Sep 2006 09:19 GMT | 1 |
My server is Windows 2003 & IIS 6.0 it can run ASP .net 1.1? how can i run / install ASP .net 2.0? Thanks a lot.
|
| How can I avoid impersonation? | 24 Sep 2006 06:36 GMT | 1 |
I have two servers, both running IIS6 and SQL Server 2000. I copied a website over from one to the other. Everything works fine on the source server, but on the target server opening a page that requires database access gives me something like "Login failed for NT ...
|
| Need help designing XML Dataset | 24 Sep 2006 01:32 GMT | 6 |
I developed and tested a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1. It uses a web form. I tried doing this without any help, but i'm getting nowhere. I want to create an XML schema (XSD) for a dataset/datatable using the XML
|
| q; files in sub directories | 24 Sep 2006 01:12 GMT | 2 |
private void getList() { string[] fList = Directory.GetFiles("c:\\Tmp"); listBox.DataSource = fList;
|
| how to avoid the Form Authentification | 23 Sep 2006 22:27 GMT | 3 |
I have a problem with the website that I ve published. I get an authentification form. Which parameters I have to update in the web.config to avoid this ? Do I have to modify something in IIS 6 ?
|
| Looking for Hire - Dedicated ASP.NET C# Developer - $10/hour | 23 Sep 2006 22:06 GMT | 3 |
Hello, I am professional ASP.NET C# developer located in Russia and I am currently looking for a contract work. Area of specialization (web-based applications development): ASP.NET 2.0 (C#), ADO.NET, SQL Server 2005, WebServices, XML/XSD/XSLT,
|
| list box no selection | 23 Sep 2006 21:52 GMT | 2 |
if(listBox.SelectedItem.Text != null) { // test }
|
| How to set a row to different color when some case | 23 Sep 2006 21:01 GMT | 6 |
I want to show the background color of a row in a gridview to different color when the value of a column is greater than 100. How can I do?
|
| Using built-in localization for a commercial application. | 23 Sep 2006 20:41 GMT | 2 |
I'm starting to work in an application that will be freely distribuited to the community. This means, people from any country will use it
>From the begining I've thinking on the Globalization issue and the application has been created taking in consideration that will be
|
| Masterpage communication to content pages? | 23 Sep 2006 20:07 GMT | 2 |
I have a site I am making. It contains one master page that has two ASP label controls and about sixteen ASP button controls on it. Then I have sixteen content or slave pages. The user clicks on a button and that brings up the corrsiponding slave page in the master page. When ...
|
| ATLAS update panel | 23 Sep 2006 19:17 GMT | 1 |
I am using an atlas UpdatePanel on an asp.net page and it was working well. I then visited the same page with a querystring value attached to the end of the page url and the updates no longer work. When I click the links that should trigger a postback nothing happens.
|
| Adding / removing <asp:ListBox elements client-side | 23 Sep 2006 18:38 GMT | 2 |
Looking for some advice again... Imagine two ListBox controls denoting something like students and team membership e.g. many students can be members of many teams (e.g. the hockey team, the football team, the athletics team etc).
|
| Personalization: How do I load another user's personalization settings instead of the current user? | 23 Sep 2006 18:22 GMT | 3 |
So I've been playing with WebParts. Very cool stuff. The personalization scope has "Shared" and "User". "Shared" allows for an admin to customize a page and how other users see that page. "User" allows for that user to customize a page how they specifically want.
|
| VS2005 on Win2k,IIS5.0 - URGENT. | 23 Sep 2006 16:30 GMT | 4 |
I have a VS2005 migrated web application project. My query is whether my project will get loaded in WIN2000 MACHINES WITH IIS 5.0. without any errors. Please provide your points on this as I have very less time.
|
| Extracting the current URL from "Design View" | 23 Sep 2006 15:57 GMT | 1 |
I have a user created control that has quite a bit of codebehind code. I have one link in the HTML page code that I need to insert the current URL in. I have tried several scenerios but the URL always comes back with nothing:
|