| Thread | Last Post | Replies |
|
| Dynamic Control and Event handling | 12 Dec 2007 21:36 GMT | 1 |
I add some checkboxes to an <ASP.Table> I want execute a function whenever one of the checkboxes is clicked. How can I do that. This is how I was trying...
|
| What are the good approaches to monitor our website? | 12 Dec 2007 21:34 GMT | 3 |
Hello, friends, We just launched a website programmed using asp.net. Now, we want to monitor it so see who is online, when the user logs in/out, which pages he/she visits, etc.
|
| How to pass a parameter to an event from a textbox in a gridview | 12 Dec 2007 20:16 GMT | 2 |
I have a gridview with a textbox in an ItemTemplate, as below. The OnTextChanged event fires okay but how do I pass a parameter to it, I get an error when I try "OnTextChanged(""SomeData"")". I would also like to pass in the value of column 1. I would also like to be able to ...
|
| Session_OnEnd not firing sometimes? | 12 Dec 2007 20:11 GMT | 4 |
There seem to be isolated occurences of Session_OnEnd not firing in my app. This is problematic because some clean up of resources happens here. I know the Session events were unreliable in classic ASP, but is this still the case in ASP.Net?
|
| Using System.IO.Compression.GZipStream to zip multiple files | 12 Dec 2007 19:31 GMT | 1 |
I have an application in which I need to allow users to download multiple files at once. All the sites I could find on the web when looking for help suggested creating a zip file, and letting the users download that. This would be fine, except for the fact that not all users will ...
|
| Can I convert an asp.net 1.1 website to an 2.0 site? | 12 Dec 2007 18:38 GMT | 5 |
I have a website written in asp.net 1.1 Is it possible to convert it to asp.net 2.0 There is no solution or project file. I'm using VS2005.
|
| dynamically change web service URL based on environment | 12 Dec 2007 18:33 GMT | 2 |
as many web developers do, i sniff the URL of my app and toggle things like the db connection string, default email recipients, etc dynamically based on what i find (ie. dev.mysite.com, qa.mysite.com, mysite.com). this way, i don't have to worry about updating my
|
| Strange "ambiguous in namespace" complier error disappears with rebuild | 12 Dec 2007 18:23 GMT | 1 |
I am using VS 2005 and VB.NET. Lately as my Web Application is getting larger, I have been getting strange compiler messages like the following: ---------------------------
|
| how do u call async webmethod from javascript!??!! | 12 Dec 2007 17:35 GMT | 2 |
Hello to all! I have a fairly simple webservice running in asp.net ajax under c# (vs 2008). I built the service and it runs just dandy when i test it by itself in
|
| Odd crash involving Javascript and a calendar control | 12 Dec 2007 17:25 GMT | 1 |
I'm writing a web app in VB/Asp.net 2.0. I have a screen with a detailsview. In this detailsview are 2 template fields. The first field contains a dropdown list, a custom validator, and a hyperlink. The second contains a pair of calendar controls.
|
| Use Viewstate info instead of nested FindControl? | 12 Dec 2007 16:34 GMT | 5 |
After more than a year programming with ASP.NET 2.0 and VB I am still finding it difficult to leave some habits from classic ASP behind. this is particularly true with cross-page posting. My site uses Master pages and user controls. On an Advanced Search page I have numerous ...
|
| Creating a Web Service out of a VB6 project? | 12 Dec 2007 16:26 GMT | 6 |
I just got a project that is taking me into previously uncharted territory. I have a reasonably large VB6 project and need to "turn it into a web service".
|
| Global.asax.cs and Session[] | 12 Dec 2007 16:04 GMT | 3 |
Does anybody have any idea why we were able to get Session[] in Global.asax.cs in .NET 1.1 and the same code became unworkable in .NET 2.0? The code is compilable but the app complains when gets to this point that Session[] is not available in current context. Why?
|
| How to increase memory for w3wp process? > System.OutOfMemoryException | 12 Dec 2007 15:53 GMT | 1 |
Hi people, I was wondering if there was a way to control how much memory we can allocate to an ASP.NET process. I have an application where users upload files for special image processing. The images can be as big as 10 or 20MB
|
| More of a javascript question | 12 Dec 2007 14:40 GMT | 2 |
Hi I know its not really an asp.net question. But I need to select a number of contiguous cells in a rendered table. So, I need to determine how to manage the following operation. I click in cell#1 and as I drag my mouse over the nearby cells to the right
|