| Thread | Last Post | Replies |
|
| MS Ajax.NET extensions - OnTextChanged to OnKeyPress | 23 May 2007 18:50 GMT | 4 |
I am trying to implement the Microsoft Ajax.NET extensions to perform a lookup on a key press of a text box. What this will do is once a user enters a letter into the textbox, this will filter a list from a database and populate some filtered options
|
| DetailsView DataControlFields - Update | 23 May 2007 18:46 GMT | 1 |
I am a newbie to ASP.NET 2.0. This is driving me nuts! I think I might have a fundamental misunderstanding of how this all works! I am using a DetailsView which is populated dynaically at runtime: table = DataTable from Dataset passed back from Data Access Layer
|
| SQL | 23 May 2007 18:24 GMT | 2 |
Is ther any command that when can see the stored procedure in Result panel in SQL Server 2005 and so that I can save it as a text file by clicking Results to file in tool bar. Thanks
|
| Weird Behavior | 23 May 2007 18:08 GMT | 1 |
asp.net 2/C#/VS2005 Using master pages On one of my pages (content, not master) I added several image buttons (to the aspx page) by typing in...
|
| How To: Set Label Text Property In Master Page (From Subscribing Page)? | 23 May 2007 17:46 GMT | 2 |
asp.net 2/C#/VS2005 How do i set the text property for a label control on my master page? I am able to use... this.Master.FindControl("lblMyLabel").Visible = false;
|
| ASP.NET 1.1 and ASP.NET 2.0 mixed...It doesn't work...help!! | 23 May 2007 16:36 GMT | 2 |
there are one web application,"MainApp", built with ASP.NET 1.1. I made another web application,"SubApp", using ASP.NET 2.0. I have to use "SubApp" inside "MainApp" such as http://servername/MainApp/SubApp/default.aspx.
|
| E-mail | 23 May 2007 16:23 GMT | 3 |
I would like to create and display an e-mail from an asp.net page when pushing a button. I want to see the message, to permit the user to change whatever he likes and send it. The message must have an attachment, a .xls file.
|
| Problem storing a URL in my Web.config? | 23 May 2007 15:51 GMT | 3 |
I want to store a URL like <add key name="someURL" value="http://test/test.aspx?id=1&name=test" /> When I try this I get an error when I try to build/run the application. What is the correct way to store this in the Web.Config. It does'nt seem to
|
| What's the best option? | 23 May 2007 15:44 GMT | 5 |
I need to store lots of product images. I was thinking of storing the paths in the database but overtime it may become cumbersome as I'll be dealing with lots of images. I would need to display both a thumbnail and large versions. The average
|
| Back Button: Best way to deal with | 23 May 2007 15:08 GMT | 12 |
After a lot of Google research, there doesn't appear to be a easy solution for detecting or preventing a user of an asp.net application from using the backbutton. Is there any way to deal with this problem?
|
| Problem with Decimal.Parse and CultureInfo | 23 May 2007 14:41 GMT | 8 |
I try to convert a volume stored as a string value in an XML file into a Decimal object. The volume is stored with comma as decimal separator ("210,12") according to french habits. To be independent from the culture of the current user, I use
|
| ASP.NET on Linux | 23 May 2007 14:27 GMT | 12 |
I am a .NET programmer and I have to create a very big web application. The problem is that available servers are using Linux. Is there any way to run my ASP.NET application, written using Visual Studio 2005 on this servers?
|
| Get Plural Of Word | 23 May 2007 14:16 GMT | 4 |
Does anyone know of an open source applictation or API I can connect to, that will allow me to find the plural of a word? For example, if I type in "mouse", I need it to find the plural.. "mice". Thanks
|
| web.config ignored!?!?! | 23 May 2007 12:33 GMT | 13 |
I have a ASP.Net 2.0 web application that I am trying to debug. Problem is that I can't get the error message to show in the browser. It always returns the generic error message telling me to set customErrors="Off". Problem is I have already done that.
|
| Why use asp controls instead of HTML inputs? | 23 May 2007 12:32 GMT | 8 |
I am coming at the world from the standpoint of a veteran ASP Classic developer. I am not clear on the advantages of using the ASP.NET control over standard HTML control. With the ASP.NET controls the rendered names are changed and I appear to be
|