| Thread | Last Post | Replies |
|
| Load from database...clicking on title! | 10 Oct 2007 19:25 GMT | 1 |
I'd like to insert a new ajax.net idea inside my homepage. I'd like to realize this, and i hope you can help me. (i'm italian, excuse me for my english!!) In my homepage, i load last 15 messages from my forum (via mysql
|
| AutoComplete | 10 Oct 2007 19:18 GMT | 1 |
I am creating a custom web control which uses AutoComplete associated to a TextBox. In this project I also have the necessary .asmx file. The project is compiled to a .dll library.
|
| Opening windows form from webservice | 10 Oct 2007 19:07 GMT | 2 |
Hi Friends, I am creating one application in asp.net 2.0,c# and requirement is to open a winform while starting window and call the webservice to update some information entered in the form.Now my requirement is to use
|
| Setting framework version in IIS websites | 10 Oct 2007 19:02 GMT | 1 |
I have a Windows 2003 server with a couple of websites published with IIS. Every website and virtual directory is set to run .net framework v1.1. The most used of those websites is developed for v1.1 but after some days running right, IIS suddenly starts running it under v2.0.
|
| Gridview: formatting some rows differently from others | 10 Oct 2007 18:51 GMT | 2 |
I have an ASP.NET 2005 application (using VB) with a GridView control that needs to have the last 5 or 6 rows in Bold or maybe some other special formatting. Most of the rows show monthly info but the last few show other information. The gridview is bound to a stored
|
| Implementing a singleton pattern on a given session | 10 Oct 2007 18:01 GMT | 4 |
Is it possible to implement a singleton on a given session under asp .net? While purists would say than thats technically not a singleton, i dont know what else to call it. Thanks!
|
| ASP.NET Development Server -> IIS | 10 Oct 2007 16:37 GMT | 3 |
Can I disable the use of the ASP.NET Development Server entirely and use IIS instead? During development, I mean, with debugging from within VS2005 etc. /David
|
| Need your help please. Covert time to army time, and trim off the date & am/pm | 10 Oct 2007 15:59 GMT | 1 |
Option Explicit Private mdTarget1 As Date Private mdTarget2 As Date ' called on form load
|
| Data access error | 10 Oct 2007 15:30 GMT | 4 |
I've moved code from a stage machine to the production machine, exact same code works fine on the stage machine, they are both windows 2003 servers, I'm getting a "Cannot generate SSPI context" error, there are other sites on this server that access the same database. IIS is the ...
|
| Error - unknown server tag 'asp.Scriptmanager' | 10 Oct 2007 14:52 GMT | 1 |
I have an issue with the content page('default.aspx') while executing the asp.net project. I am getting the error 1. unknown server tag 'asp.Scriptmanager'
|
| HtmlSelect showing Value when Text is blank | 10 Oct 2007 14:11 GMT | 2 |
I have two ASP.NET (v1.1) websites running a modified version of the same code - they live on the same IIS6 server in separate virtual websites, with separate application pools. Each has exactly the same code for the population of a HtmlSelect control,
|
| Weird isn't it ? | 10 Oct 2007 12:17 GMT | 11 |
When i want to put my application on IIS and start it, i get the following error (below): (all files/folders rights are set correct). Server Error in '/umowix2' Application.
|
| AJAX template | 10 Oct 2007 09:58 GMT | 2 |
I have installed ASP.NET 2.0 AJAX Extensions 1.0 and ASP.NET AJAX Control Toolkit, but there isn't a template "ASP.NET AJAX-enabled Web Site" in my Visual Web Developer 2005 Express Edition(?) Do you know why? Do I have to do anything else?
|
| Setting Cache-Control to Public in WebHandler does not work | 10 Oct 2007 09:51 GMT | 1 |
the task is easy: I want to have the Cache-Control set to Public. void IHttpHandler.ProcessRequest(HttpContext context) { const int maxAge = 10;
|
| dropdown list properties | 10 Oct 2007 09:09 GMT | 1 |
I can change the "porperties" in the dropdown list in VB, for example, I can let the user change the value in the dropdown list or not.. is this possible in asp.NET? Cheers!
|