| Thread | Last Post | Replies |
|
| ASP.NET button not working in IE7 | 11 May 2007 18:18 GMT | 2 |
I currently have a page that I've been developing and testing in IE 6 and Firefox. I just recently update to IE 7 and now the button event doesn't fire. It works fine in Firefox.
|
| strange error during stress test (asp.net compilation-problem???) | 11 May 2007 17:53 GMT | 2 |
currently we are testing the performance our application (asp.net based CMS) ... for that reason we wrote a "spider" that starts webrequests for all relevant pages which results in filling the pageoutputcache on server side.
|
| Error in converting app from 1.1 to framework 2.0 | 11 May 2007 17:44 GMT | 25 |
I keep getting errors that pop up when I am trying to convert an application from dotnet framework 1.1 to framework 2.0. The old project was saved in sourcesafe from Visual Studio 2003, and I have opened it in Visual Studio 2005.
|
| certificate based web call fails under iis (urgent!) | 11 May 2007 17:35 GMT | 5 |
I am making a web request (actually a web service call) from within my web service. this works fine under the developement web server - but fails under IIS with:
|
| asp.net hosting | 11 May 2007 16:02 GMT | 4 |
Can anyone recommend some asp.net uk-based hosting ? The minimum criteria being: asp.net 2.0/3.0 SQL 2005
|
| Help!! - Need any suggestions, ideas and samples with a Dynamic Graph in ASP using Access 2003 | 11 May 2007 15:09 GMT | 2 |
I need you suggestion and ideas as I am not a programmer by any means but I've been reading the articles on how to show a dynamic chart in asp web pages. I have to say it's brilliant and sounds fairly straight forward. Problem being is I don't have all the technical programming
|
| Custom Web Control not showing up in Toolbox | 11 May 2007 13:22 GMT | 5 |
This is my first time trying to creaet and use a custome Web Control in a Web Site project in ASP.NET 2.0 with VS 2005 and VB. I created the control in a separate Web Control Library project. The original code for that control was written in VS 2003 for .NET 1.1.
|
| [.Net 2.0 / Ajax.Net] Tab order / current position lost? | 11 May 2007 13:18 GMT | 3 |
I have a form where three drop down menu's are populated based on the selection of another, my problem is that when this happens the cursor is always returned to the top of the form, ie, a text box at the top. What could/should I do in order to remember the position, ie, if I ...
|
| webservice and method decoration | 11 May 2007 12:50 GMT | 3 |
i'm a newbie in this field and i hope i'm not asking a very stupid question, but googling i didn't find my way out of here. what i want to do is to write a method, export it through a webservice in such a way that the result is sent back to the caller in a
|
| Batch updates with GridView | 11 May 2007 12:49 GMT | 6 |
Hi. GridView's inbuilt capability to edit/update individual rows, one at a time, is useful but inadequate for a scenario we currently face. I want the user to be able to change values in multiple rows of the GridView and then hit an "OK" button which then applies all the changes ...
|
| DateTime.ToString() outputting dates in US format on UK machine | 11 May 2007 11:44 GMT | 5 |
One of our servers is behaving differently to all the others when printing dates. They seem to be outputting in American format (12 hour) when the default for a UK machine should be UK format (dd/mm/yyyy). The following code:
|
| A simple question. | 11 May 2007 11:36 GMT | 2 |
Can someone help me? I'm writing a simple web page with ASP.NET 1.1 using code-behind technique. Now, depending on the value of a variable declared in the code, I want
|
| Oracle Functions on asp.net | 11 May 2007 11:35 GMT | 1 |
Hello, How can I execute an oracle function on asp.net? Oracle version: 9.2.0.1.0 Oracle9i. Asp.net version: 2.0. Thanks.
|
| EntitySpaces with oracle and Mygeneration | 11 May 2007 11:10 GMT | 1 |
I'm using entityspaces with Mygeneration to create data access layers. However, while it works perfectly with SQL server 2005, it looks like it doesn't with Oracle. I think the reason is that Mygeneration is using oledb driver while
|
| Hiding DataGrid column | 11 May 2007 11:00 GMT | 1 |
My datagrid have too many columns which are going out of screen. one of the solution is to group the columns and make only the total column visible at the initial stage. What now i want to do is hiding and unhiding the column at the run
|