| Thread | Last Post | Replies |
|
| how to disable textbox in HTML inputfile control | 30 Mar 2005 20:20 GMT | 9 |
i need to protect textbox in HTML inputfile control in .net.Because i dont want enter filename by typing just i need to browse and select the file. thanks, -------------------------------- From: pc chada
|
| asp pages keep locking | 29 Mar 2005 02:43 GMT | 5 |
The development team is having a problem when they open an asp page edit the code and then try to save it they receive an error. "The process cannot access the file because it is being
|
| Problem with UIPAB caching state option | 28 Mar 2005 23:23 GMT | 2 |
I have a question regarding the UIPAB caching state option – if I set the state persist provider as a SQL server provider and set the enableStateCache to false, the state does not being saved at all. I’m using the windows 2000 as the operating system.
|
| GetVaryByCustomString - Problem | 25 Mar 2005 21:24 GMT | 2 |
I've added an override for GetVaryByCustomString to global.asax: Public Overrides Function GetVaryByCustomString(ByVal context As System.Web.HttpContext, ByVal custom As String) As String Dim sTemp As String
|
| Use in non web applications? | 25 Mar 2005 01:31 GMT | 2 |
Can this ASP.NET cache be used in non asp.net applications? So for example, if I have a console application or a .NET service, can I use ASP.NET cache in those apps?
|
| OutputCache Shared=True not working as expected | 24 Mar 2005 21:47 GMT | 2 |
I have several ASP.NET web pages, on which I place a user control with caching enabled. I would like to share the cached version of this control across all pages on which the control resides, but, vary it by a property in the user control. So, my user control @Cache directive ...
|
| User-control doesn't postback with forms authentication | 20 Mar 2005 19:36 GMT | 4 |
I have a web form that contains a web (.ascx) user-control. The user-control contains an ImageButton control with a handler set-up for it. The application uses Forms authentication which causes "Private" caching. By adding an OutputCache directive, the handler doesn't get
|
| Partial Page Caching on a Page without User Controls | 17 Mar 2005 17:18 GMT | 1 |
All the documentation of asp.net seem to be saying that user controls are required on a given page for partial page caching to make a reality. Is this the only way to achieve partial page caching? Thanks.
|
| Caching to a file instead of memory? | 14 Mar 2005 21:13 GMT | 2 |
Can the cache object be used to cache XML to the file system instead of memory? I have large XML files that are common to all users that I want to cache and I don't think storing them in memory will be a good long term solution.
|
| Binding Treeview in datagrid(ASP.Net(C#)) | 11 Mar 2005 21:06 GMT | 1 |
We have a Datagrid and we are using third party tool treeview control. it's like we have to add treeview control in the datagrid dynamically, such that each cell will have a tree structure then we have to populate the data from the database according to the id.
|
| Badly in need of help on Caching | 10 Mar 2005 07:40 GMT | 4 |
I'm creating an windows application that interacts with ASP .NET web services. I would like to cache objects in the windows application (running on the client) and set expiry for the objects that are being cached. The application would need to requery the webservice only when the ...
|
| invalidating cache on load balancer | 09 Mar 2005 20:30 GMT | 1 |
Hi, i have web app that is running on 3 servers with load balancing. few pages are cache using the configuration: <%@ OutputCache Duration="300" VaryByParam="*" Location="Server" %>
|
| Partial Caching and Cache Invalidate Callback ... | 07 Mar 2005 16:12 GMT | 2 |
I am trying to find out is there any way to hookinto when Output Cache is invalidated on the User Control. I know how to do it for the Page but is there any way for th User Control as well. The Reason for that is that I only want to Cache the User Control and
|