| Thread | Last Post | Replies |
|
| support language | 26 Apr 2006 11:50 GMT | 1 |
sir is .net support java ? thanks --
|
| Advice on how to create deployment package | 26 Apr 2006 11:31 GMT | 7 |
I have just created my first asp.net application and I am ready to deploy. The solution consists of the following: A single asp.net assembly to be deployed to web server A number of vb.net assemblies to be deployed to application server. Some of
|
| Can't change the border style of an Dropdownlist with C#? | 26 Apr 2006 11:26 GMT | 1 |
I want to change the border of an asp-dropdownlist via C#. With ddl.CssClass = "empty"; I want to change the border of the DDL to red, but it works only in Firefox not in Internet Explorer. Why not?
|
| www.asp.net render problem on Safari | 26 Apr 2006 10:17 GMT | 17 |
You'll see a render problem on http://www.asp.net when you access it with the Apple Safari browser. Anybody know why? This is a Microsoft site, shouldn't they know what they are doing?
|
| Opening a page but address link stays the same? | 26 Apr 2006 09:40 GMT | 4 |
Is it possible to open a page from an aspx page, this without changing the url in the address bar? Actually it's a PDF file. Is this possible? Thanks Joris
|
| Publish and specify Major, Minor Version numbers using asp.net 2.0 | 26 Apr 2006 09:38 GMT | 1 |
Using Asp.NET 2.0. I published my web application to the server using the publish to website feature of asp.net 2.0. In VS.Net 2005 IDE, on solution explorer, at top level just below solution, I just right-clicked, and selected publish. I
|
| Is it possible to update a detailsview with a gridview in Atlas? | 26 Apr 2006 08:41 GMT | 1 |
Hi, I have a gridview and a detailsview. Is it possible to select a row in the gridview, not have a postback, and instead have a detailsview populate based upon the gridview - in Atlas, no postbacks? Thanks.
|
| IE Privacy - DNS Problem - ASP.NET | 26 Apr 2006 08:33 GMT | 2 |
I have a case where my application built in Visual STudio .NET 2003 and ASP.NET ( VB/C# ) is installed on IIS 6.0, windows server 2003. Problem is that when I reach the site( using IE) through the public IP assigned to the server, for instance http://194.1.1.1/MySite/home.aspx , it
|
| Accessing classic ASP page that returns xml | 26 Apr 2006 07:20 GMT | 1 |
I am working on a web app that needs to get xml data from a classic ASP application hosted on a remote server. If I reference the url with IE, the xml is displayed correctly and formatted using the default style sheet, so we know the page is working for a standard
|
| Confirming postback from javascript ALERT? | 26 Apr 2006 06:59 GMT | 3 |
I have a page that lists a bunch of items. You can check each item and hit ADD to add these items to a record in the DB. This page has a dropDownList. When you select an item from the list, I want to do an auto-postback and then list a new bunch of items that you can,
|
| Time spent reading a file. ASP.Net (V1.1) | 26 Apr 2006 06:51 GMT | 5 |
I have a requirement where a user can access ONLY one file at any given time out of a list of files listed in datagrid (button/hyperlink columns). Only files listed are pdf,doc,txt. I cannot use shared point etc. this should be a ASP.net application.
|
| string --> arraylist = invalid cast? | 26 Apr 2006 06:31 GMT | 1 |
What's wrong with this vb.net dim?: Dim imagesToSave As ArrayList = myString.split(",") With myString = comma delimited string. I keep getting an invalid cast error with that.
|
| Connecting to a Database | 26 Apr 2006 05:06 GMT | 1 |
I am having trouble connecting to a database. I do not want to use the wizard to connect to the DB. I do not understand how to create a connection string that will connect to the database i am using. I am using Visual Studio 2005 and C# if anyone can help me.
|
| Page works with Firefox, not with IE ( Response.Redirect ) | 26 Apr 2006 04:36 GMT | 3 |
I recently developed an internal website with various queries against our SQL server. I added buttons with Response.Redirect. These buttons do not work with Internet Explorer, however when using Firefox the page works flawless. Does anyone know why this is happening or how to fix ...
|
| Image Control | 26 Apr 2006 02:43 GMT | 2 |
I am new to aspnet. This should be an easy question. I cannot figure out for the life of me how to make a picture (thumbnail) a hyperlink to the actual picture. All I want to do is click on the thumbnail and have a new browser window open up to display the picture.
|