| Thread | Last Post | Replies |
|
| UpdatePanel is doing full postback when it should not | 06 Feb 2008 09:37 GMT | 1 |
I have a ASP.NET 2.0 web application that was written using traditional postbacks. I am in the process of Ajaxifying some pages. PROBLEM: Update panel is always causing postbacks
|
| ObjectDataSource vs manual binding | 06 Feb 2008 09:06 GMT | 2 |
We have static functions in our data access layer that return generic lists of our business objects, such as this: Public Shared Function AllUsers() as Generic.IList(of OurUserObject) Dim colUsers as New Generic.List(of OurUserObject)
|
| How to upload image from 1 server to other. | 06 Feb 2008 07:09 GMT | 5 |
I have 2 hostings one is in USA and the second is in the my country. So, is there any way to do uploading users pictures from the 1st server to secound without using FTP? Maybe upload control can do this? bye
|
| VB.NET question | 06 Feb 2008 06:21 GMT | 3 |
Can any one give answers of following ques ? 1. which one is best to Integrate,, MS-Windows Player or Real Player into Client-side Program (CSP)? 2. What players are being used by - www.marketwatch.com, or yahoo news
|
| VS2005 Assembly problem | 06 Feb 2008 03:14 GMT | 2 |
I was runing my PC with VS2005, recently I have installed VS2008, all of sudden my VS2005 started giving me error like Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or
|
| DataSource problem | 06 Feb 2008 03:08 GMT | 1 |
I am creating, at runtime, a ListView with a LinqDataSource. I am able to display the data but when I try to delete a record I get the following error: "Row not found or changed."
|
| Show Inline BitMap in ASPX Page? | 06 Feb 2008 01:53 GMT | 4 |
I have an ASP.NET 3.5 web application (VS2008) and have a class that generates a BitMap. I would like to show this as an image inline on an existing ASP.NET page (showing as an <img> or an <a> image hyperlink). Thanks.
|
| hosting mp3 files in an aspx page | 06 Feb 2008 01:50 GMT | 8 |
Hi... I have an aspx page with a gridView on it. There is a HyperLink field on the gridView that goes to the following link: PlayAudio.aspx?ID={0} ({0} is the id number of the audio in the database). PlayAudio.aspx gets the audio
|
| ASP.NET 2.0 accessing SQL Server Express | 06 Feb 2008 01:06 GMT | 1 |
This is a FAQ, messy one but what I actually should do that ASP.NET 2.0 Web Application is using SQL Server Express database? I have struggle with Node\ASPNET user account but connection from Web App to
|
| Problem connecting to SQL | 05 Feb 2008 22:36 GMT | 2 |
I have several ASP.NET 2.0 sites That connect to a SQL 7 database. Up untill a few days ago they had been functioning just fine . For some reason all my SQL connections are returning the following error sporaticly: ----------------------------------------------------------
|
| FormsAuthentication redirect after timeout | 05 Feb 2008 22:22 GMT | 2 |
I am using Forms Authentication under Windows Server 2003 in .NET 2.0. It appears that the auth ticket is expiring when it's supposed to but it doesn't automatically redirect the user to the login page. Here is some watered down sample code I had to put in the onLoad of my
|
| Upgrade to MSDN Subscrip | 05 Feb 2008 22:11 GMT | 4 |
I seem to remember a few years ago we purchased an MSDN Subcription for one of our developers as an "Upgrade" to a retail boxed standalone Visual Studio.NET 2003 that we had purchased. Does anyone know if this is still possible and hopefully provide a link? The info on the MSDN ...
|
| IIS 6, ASP.Net 1.1, TypeLoadException | 05 Feb 2008 20:50 GMT | 1 |
My machine is a Windows 2003 Server R2 Standard Edition with SP1. I have several web apps that needs to run in ASP.Net 1.1, and another that needs to run in ASP.Net 2.0. I've created an additional application pool for the apps that need to run ASP.Net 1.1. But when
|
| Using HtmlInputFile to download file by sending filename via URL | 05 Feb 2008 19:33 GMT | 3 |
There are examples available using HtmlInputFile and this controls works when user clicks the button to select file from client browser. However, my requirement is to use this control via URL. I want to pass client's file name via URL and automate download file to server.
|
| ASP.NET 2.0 GridView Item Template CheckBox Radio Button | 05 Feb 2008 19:00 GMT | 2 |
I am using GridView control in one of my ASPNET 2.0 web page. The problem I am facing is GridView should allow only single row selection only. Aslo I want to know How I can do sam eusing Radio/Option button.
|