| Thread | Last Post | Replies |
|
| memory leak in asp 2.0 | 03 Aug 2007 18:18 GMT | 11 |
I wrote application on asp.net 2.0 using dataset. One dataset I put in session collection and other (which is small and common for other users) I put in application. I expected that it will get some amount of memory, however I expected that this amount of memory will be fixed and ...
|
| AJAX function (webmethod) call question | 03 Aug 2007 18:13 GMT | 1 |
Calling a simple webmethod from a page with the scriptmanager works like this: ret = SimpleService.SayHello(document.getElementById('Text1').value, OnComplete, OnTimeOut, OnError);
|
| Ajax Best Practices | 03 Aug 2007 17:34 GMT | 2 |
Hi Gang, If you incorporate Ajax into your web app, what is the best way to handle browsers that do not support Ajax or have Java disabled? Thanks.
|
| Video streamlining control? | 03 Aug 2007 17:01 GMT | 1 |
Hi, I would like to add video streamlining on a web page (small education site) to enable registered users to converse with the instructor. Questions: 1. Is this possible? 2. I thought of subscribing to a media streamlining host. Does that make technical/
|
| Generic Data Access Layer | 03 Aug 2007 16:16 GMT | 3 |
I need to feed UI controls (DataList, GridView etc) using XML or SQL Server. What would be a "good practice" to access these two types of data sources? Is ObjectDataSource a good choice? I would appreciate any links to websites describing a Data Access Layer
|
| Hidden Panel Problem | 03 Aug 2007 16:14 GMT | 2 |
I have a aspx web page with several hidden(visible=false) panels on it. Depending on the task the user is going to perform I show or hide the appropriate panel. What I'm discovering is that my controls on the panels are not firing their events if the panel was initially hidden ...
|
| Hyperlink and ResolveURL | 03 Aug 2007 16:07 GMT | 7 |
I am finally getting the path to the Current Page using Page.ResolveURL. I am now getting "/jobSeeker/displayCompanyOverview.aspx" which is what I was looking for. But what is the syntax to add it into the HyperLink object?
|
| Ent Library Application blocks | 03 Aug 2007 15:50 GMT | 3 |
I have just been through the docs on the Data Access Application blocks and it seems that they complicate things more than make things simple. To me it seems that there is nothing more simple and straight forward than writing simple stored procedures and executing them from .net ...
|
| Content-Disposition attatchment question | 03 Aug 2007 15:16 GMT | 6 |
I have a link in a page that allows the user to download a dynamically created XLS file. I add these headers and everything works correctly - as long as the .xls file is in the "home" folder. AddHeader("Content-Disposition", "attachment; filename=MyFile.xls")
|
| Unable to open the Web...You are not authorized to perform the current operation | 03 Aug 2007 15:10 GMT | 3 |
I'm getting the error: "Unable to open the Web 'http://blah/blahblah'. You are not authorized to perform the current operation". I have changed a few things recently but I can't change them back as I need them. I can't find anything about it using searches.
|
| asp.net 1.1 on VS 2005? | 03 Aug 2007 15:06 GMT | 5 |
I have been using VS 2005 since its introduction. Prior to that I used VS 2003...For Windows Applications Programming. Recently, I had need to develop a simple web form application which I did in VS 2005. Then I tried to deploy it on a server that was running ASP.NET1.1
|
| Cannot debug web application "Cannot create/shadow copy ..." | 03 Aug 2007 14:36 GMT | 4 |
does anyone know the cause of this problem. When I press F5 to debug a C# web application, I get an error message that begins "Cannot create/shadow copy " then various different file names. Sometimes I can debug, other times I get the message above.
|
| Repeater Question | 03 Aug 2007 14:02 GMT | 1 |
I am using a repeater to display messages to users within my website. I get the messages by binding a SqlDataSource to the repeater, and accessing them directly from the database. However, in my messages database, I only store the GUID of the user whom
|
| Detecting Browser details | 03 Aug 2007 12:03 GMT | 1 |
Hope someone can help. Using Delphi Borland Developer 2006, a C# Internet project. I am attempting to detect the Browserm version etc during the Page Load event but cannot work out how.
|
| ASP.NET AJAX / scriptmanager problem | 03 Aug 2007 11:55 GMT | 3 |
I've been given the job of "Ajaxifying" an existing application. If I create a new test page in the application, Ajax works fine. However when I add a scriptmanager and updatepanel to an existing page, it doesn't work - the page just gets completely refreshed.
|