| Thread | Last Post | Replies |
|
| Google Maps & Master Pages | 11 Jan 2007 20:38 GMT | 17 |
There comes a time when you know you are not going to be able to work something out yourself, however hard you try. I have reached that moment. I have a master page and a slave page (or whatever one calls it) All I want to do is show a Google map on the slave page.
|
| Increasing Tooltip visibilty | 11 Jan 2007 19:41 GMT | 2 |
I want a tooltip (in an item in a datagrid) to stay for more then 5 seconds (standard) visible, Do I have to write my own Toolip or can I change a setting somewhere to increase the tooltip visible time? during databound of the grid, I search for the cell where i want a
|
| CACHE callback - not fired on recycling? | 11 Jan 2007 19:35 GMT | 1 |
I've implemented a call-back function to repopulate the stored Cache objects when they expires or are removed it works great
|
| ApplicationManager.cs - has anyone used this location for their datamappers? | 11 Jan 2007 19:14 GMT | 1 |
Our consultant added the datamapper definitions to our ApplicationManager.cs file. Has anyone else used this technique, and how has it benefited you? Here is what a sample of it looks like: public static LaborRateDataMapper LaborRateDM;
|
| Calling ASP.NET Component from ASP Page | 11 Jan 2007 19:13 GMT | 3 |
Has anyone successfully and efficiently called an ASP.NET component from legacy ASP code? What are the risks, if any, associated with doing so? What are some general guidelines or best practices? Thanks!
|
| Rename a project. | 11 Jan 2007 19:05 GMT | 2 |
I've got a project that I want to rename. But when I rename it, it then won't load in Visual Studio (2003). Any hints suggestions on how to make this work?
|
| AJAX works with Visual Web Developer built-in Web server, but ... | 11 Jan 2007 18:12 GMT | 2 |
Hi, guys, I have an interesting problem with AJAX. I just downloaded and installed the latest microsoft AJAX extension for .NET and the CTP December package. I created a simple web application (on Drive C of the hard disk) with a
|
| Missing Referring URL in log files | 11 Jan 2007 18:03 GMT | 2 |
We have a strange situation where some of the referring URL's are missing from our log files. This is on .NET application on IIS 6.0. Here is what is happening: Page a.aspx has a form that POST's to a.aspx. If there are errors with
|
| Change control type at runtime | 11 Jan 2007 17:45 GMT | 3 |
Is it possible to change the type of controls at run-time? In other words I have a form with TextBoxes etc. on it. If the user only has readonly privelages I was wondering if I could change the type of control from TextBox to a Label or something and set the text
|
| Scanning uploads in my asp.net pages | 11 Jan 2007 16:49 GMT | 4 |
We have a few pages that accept uploads and want to scan the files before accepting them. Does Asp.net have a way of doing a virus scan? We are using Trendmicro to scan files and email but don't know if we can use it with our pages to handle files that our clients upload. Is ...
|
| TreeView is caching, requering datasource has no effect.... | 11 Jan 2007 16:22 GMT | 1 |
This is driving me nuts. My TreeView won't show any changes/additions unless I restart visaul studio. When I requery datasource (xmldatasource control) new data is there, but tree must be grabbing a cached version because it gets ignored. It's not until I restart VS will it ...
|
| Set application timeout to more than 3 minutes | 11 Jan 2007 16:14 GMT | 7 |
I have a custom VB.net application that runs a query against an SQL server that takes more than 3 minutes. Right now after 3 minutes it times out. So far after doing my research I have changed the following: in web.config:
|
| Speeding Up with Controls and Caching? | 11 Jan 2007 15:42 GMT | 5 |
I have two subroutines that are running on virtually every page of my site; it's an if/then/else situation where one runs if the user is registered and the other runs if the user is a guest. I have two questions:
|
| List | 11 Jan 2007 15:11 GMT | 1 |
I created a list as follows: Dim errors As New List(Of String) Now I added the errors simply by doing so: errors.Add(error)
|
| GridView Not Returning Data | 11 Jan 2007 15:03 GMT | 3 |
I'm using the 2.0 framework and cannot get a gridview to return records with an objectDataSource. I can preview the data from the datatable. To make this as simple as possible I used the wizard and turned all
|