| Thread | Last Post | Replies |
|
| Anyone using JQuery witth ASP.net? | 06 Sep 2007 14:22 GMT | 2 |
I'm still struggling to find a javascript/ajax library that I want to stick with for a while. JQuery is looking great these days...refined, LOTS of plug-ins, and an active community.
|
| Unordered extra copies of e-mail message sent | 06 Sep 2007 14:14 GMT | 4 |
Hi - The following e-mail program runs completely successfully on my PC, using VS2005, except that one click of the button seemingly- randomly causes smtp.1and1.com to send either 1, 2, or 3 identical copies of the message, one right after the other. Any ideas?
|
| AJAX - How to set the Text of a Literal control outside of the UpdatePanel? | 06 Sep 2007 14:12 GMT | 3 |
I have just started using AJAX today, and I'm amazed at how easy it is! Anyway, excitement aside, I have managed to convert an existing order page to show the order total as the user changes values on the form (quantity of items, delivery country, etc), and have an order summary,
|
| Why does System.Web.Mail work in development and not in production? | 06 Sep 2007 14:02 GMT | 9 |
I've posted this question before but didn't get anywhere with it. Please help me out if you know of a solution for it. I got "InnerException: Unable to connect to remote server"..."No connection could be made because the target machine actively refused
|
| Best way to display data. | 06 Sep 2007 13:52 GMT | 4 |
I'm pretty new to ASP.NET, and have a "best practice" sort-of question. I'm programming for .NET 2.0, using VB.Net in Visual Studio 2002. Basically, I've got a web-page which is designed to show data about Tenants. It consists of a form showing 6 "boxes" of data, each relating
|
| VS2005 Pubish Web Site with FTP | 06 Sep 2007 13:28 GMT | 3 |
I have a pretty large web site with about 400 files after I precompile it. When I use the VS2005 Publish tool and publish to an FTP site, which is running IIS, most of the attempts hang after about 10 minutes. Sometimes it works; sometimes it doesn't. Most times it
|
| my.settings edit (after publish) not reflected! | 06 Sep 2007 12:29 GMT | 1 |
After publishing my project (class library that's referenced from a vb6 exe), I realized that I cannot modify my settings thereafter! I tried to edit the file using an editor, like notepad , but I got the previous ones!
|
| ASP.NET - MS SQL - Stored Procedure - Output table | 06 Sep 2007 11:13 GMT | 2 |
I would like to create an ASP webpage that has an input box which takes a string value of <= 20 chars. Then it connects to an MS SQL server and calls a Stored Procedure passing it the input value and outputs the results to the webpage in a table.
|
| Client request is processed twice | 06 Sep 2007 10:32 GMT | 4 |
I have a problem with an ASP.NET 2.0 Application. A client request is processed in parrallel by two threads. This ends with the following exception : <Source>System</Source>
|
| IPostBackDataHandler problem | 06 Sep 2007 10:23 GMT | 4 |
Im developing a RibbonBar Control in asp.net 1.1 by converting already done in asp.net 2.0. My problem is that theres no compositecontrol in 1.1. Correct me if im wrong, heres what i want to achieve.
|
| does session id is LONG type or "24 chars" type? | 06 Sep 2007 09:49 GMT | 1 |
I don't understand. according to MSDN session id sould be LONG but when I look at the value of Context.Session.SessionID in my asp.net application I get a 24 chars value
|
| ObjectDataSource DateTime Parameter could not convert | 06 Sep 2007 09:06 GMT | 1 |
I am using an objectdatasource to control a formview and have an update command set. The problem is that when i call the update command I get an Error "Cannot convert value of parameter 'DateDue' from 'System.String' to
|
| Generate HTML | 06 Sep 2007 07:39 GMT | 2 |
I've got a series of objects in memory (loaded from a database) from which I want to generate some HTML into a file. I'm looking for something can build an HTML document model in memory (e.g. adding nodes, nested) and then write out the HTML, indenting as it goes along?
|
| Grid View | 06 Sep 2007 05:24 GMT | 1 |
I have a Grid View. Here I have a column "Active". I attached this GridView to objectDataSource. In database this field has true or false value.(1 or 0). But in Grid View I want to show that if this field has value 1 in database the value for this column should show "Yes" but ...
|
| Looping thru asp.net controls in opener page | 06 Sep 2007 04:07 GMT | 1 |
I was trying to do this in Javascript but found I can't do spans (which is what Labels turn into). I can do a loop thru a control list something like: Public Sub LoopingControls(ByVal oControl As Control)
|