| Thread | Last Post | Replies |
|
| CheckVirtualFileExists | 04 Sep 2007 15:18 GMT | 2 |
I have an asp.net application with a HttpModules in it. It looks at: AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(OnUhe); //UHE on threads
|
| Enabling GZip in MS Ajax | 04 Sep 2007 15:14 GMT | 3 |
I have been using YSlow over the last couple of days grading the perf of my site. On some of the pages i have managed to get the score up a very respectable B using a couple of custom httpmodules to handle Gzip, adding expires headers, and combining css and script files. One ...
|
| Application Pool Restart | 04 Sep 2007 15:05 GMT | 2 |
Problem: Application Pool restart. We have a Web Application / Service running on IIS 6.0 on ASP.Net 2.0 framework. The service performs some operations in worker threads. At times the Service stops suddenly and so do the worker threads.
|
| Events on a Timer | 04 Sep 2007 14:41 GMT | 4 |
I'm pretty new to asp.net programming and to these forums, so I hope that I'm asking an appropriate question in the right place. I'm helping to develop a web application in asp.net 2.0, vb.net, and I'm trying to execute code every 10 minutes, starting at 6:00 am and ending at
|
| Forum package | 04 Sep 2007 14:23 GMT | 3 |
I'm looking for a forum package. I would prefer something free with source and written in C#. I want to add a community forum section to my web site. Any suggestions?
|
| Can't find a GridView inside a template of a custom templated web control | 04 Sep 2007 13:23 GMT | 2 |
This is my first Templated Web Control I've written and I hope someone can help. I have three templates inside my web control and I'm trying to find a GridView inside one of them. Naturally, it's throwing a null
|
| Doubt Panel and JS | 04 Sep 2007 12:51 GMT | 4 |
Hi, I have asp.net 2.0 C# panel, named: pnlRejeitar on a master page... but the generated name will be: ctl00_Contentplaceholder2_grdContratos_ctl02_pnlRejeitar... I need to do a js function wich hides/shows it on client, not having the
|
| WWF with ASP.Net | 04 Sep 2007 11:56 GMT | 3 |
My boss told me that we would be developing the in house project which would be based on WWF integrated with Asp.Net. I have started reading about WWF but only could understand few stuff. I want to know how it is implemented with some case studies
|
| Scraped content via WebRequest: Fixing mis-rendered characters systemically? | 04 Sep 2007 10:04 GMT | 5 |
I have a portion of a web page that I am scraping via .NET's WebRequest object. Code and page URL is below. Some characters are being mis-rendered when the string representing the page portion is returned: these are various entity characters that do not translate correctly into ...
|
| Send email with carriage return | 04 Sep 2007 09:23 GMT | 1 |
I'm using the following code to send an email and it's working OK but using \r\n is not breaking up the lines and I tried Convert.ToChar(10) also and still it doesn't carriage retun. MailMessage objMailMsg = new MailMessage(strFrom, strTo);
|
| user info | 04 Sep 2007 08:20 GMT | 3 |
WindowsPrincipal p = System.Threading.Thread.CurrentPrincipal as System.Security.Principal.WindowsPrincipal; p.Identity.Name tells me userId. how do I get out not only the log in name but also the name of the person who is inlogged in the system???
|
| Can the validation control apply to server controls other than TextBox? | 04 Sep 2007 08:06 GMT | 3 |
|
| Code Ignored?? | 04 Sep 2007 04:42 GMT | 1 |
I added an AdRotator control to my master page. It seems to work fine. But if I set it's visible property to False, and then place the following code in the page (actually, it's in another, nested, master page): void Page_Load()
|
| autocomplete=off is not XHTML compliant | 04 Sep 2007 00:59 GMT | 1 |
I have a school test site where students enter answers. I want to disable the auto complete feature. You can do this for IE via autocomplete=off to the form or input control. But, this is not XHTML compliant. Does anyone know how to disable this in a XHTML compliant manner?
|
| The 'OraOLEDB.Oracle.1' provider is not registered on the local machine | 03 Sep 2007 23:43 GMT | 1 |
I am developing an ASP.NET application using NET 1.1 and using Oracle as my Databse, when i tried to run the application by giving the ServerNAme/IP address of machine(i.e. server), I am getting the followinig error:
|