| Thread | Last Post | Replies |
|
| Bind datagrid to SQL query using a CURSOR | 24 Jun 2006 09:56 GMT | 1 |
I am using a SQL query that uses a CURSOR to loop and executes a SELECT statement in each loop. When I bind a datagrid to this stored procedure through a datareader as data source, I only get the first SELECT statement in the grid.
|
| keeping MsgBoxes on top | 24 Jun 2006 09:15 GMT | 3 |
In VWD 2005, I have some code which send out confirmations before transactions are executed. The code for such confirmations sometimes involves MsgBox(). Sometimes, when the MsgBox code is called, the resulting message box appears beneath the webpage. The only clue the
|
| Postback issue with ASP .NET 2.0 | 24 Jun 2006 06:02 GMT | 3 |
I have an issue with the login process on my site since the upgrade to ASP .NET 2.0 (from 1.1). I have the standard textbox and button for logging and my own custom login process. I'd like to continue using this as it works fine
|
| Capture Handle using authentication | 24 Jun 2006 05:56 GMT | 4 |
I want to allow all users on our company intranet (domain\handle) to enter our website. However, I would like to capture the handle of the person entering my website. I was told that if I turn on Enable Anonymous Access and Integrated Windows Authentication, that all users will ...
|
| Draw Images on fly | 24 Jun 2006 02:33 GMT | 10 |
Hello friends, I have developed an application using ASP.NET and SQL Server. Ours is a garment factory. I need to design another module in my application.
|
| changing the "../" reference PATH in Visual Studio | 24 Jun 2006 02:06 GMT | 3 |
I need to reference a file on my published server as "../mydir/myfile.txt", which is fine and it works. On my local develop computer the "../mydir" refers to C:\Program Files\Microsoft Visual Studio 8\Common7
|
| PostBackURL problem | 23 Jun 2006 23:03 GMT | 1 |
The only problem I am having in my case is that I need to programmically fire the button that has the PostBackURL property on it becuase in some cases I want to user to be "redirected" to another page and not have to interact with the page at all.
|
| Passing data between pages? | 23 Jun 2006 22:05 GMT | 7 |
For a website that has users logged into it using sessions, its it best to pass data between pages in session variables or through query strings?
|
| browsernames for HttpBrowserCapabilities IsBrowser | 23 Jun 2006 21:34 GMT | 3 |
Gday Im using the IsBrowser, however the only browsername that i am successful with is IE. What is the browsername for firefox and for other browsers? I cannot find a list anyway...
|
| Strange caching behaviour with ASP.net 2.0 | 23 Jun 2006 21:14 GMT | 2 |
Last month we upgraded our production server from .net 1.1 to 2.0. We have seen some odd behaviour that we do not know how to fix. It seems that Cache is reset or cleared. We have 2 or 3 global entries in the the cache with the NotRemovable flag set. I have set up a callback that
|
| Forms Authentication Access Rules | 23 Jun 2006 20:46 GMT | 1 |
I've implemented forms authentication for my application. I would like to use access rules by creating individual web.config files in folders to allow/disallow access to directories. My problem is when I create an access rule for a directory to disallow a role or user, when that ...
|
| Passing Data From ASP to ASP.NET | 23 Jun 2006 20:07 GMT | 4 |
I'm looking for the best way to pass login data from a SingleSignOn page (written in ASP) to a page in my application (written in ASP.NET). I'm using Roles-Based FormsAuthentication in my app, but I can't create the cookie until I have the user's LoginID. So, I'm looking for
|
| Page with multiple web user controls | 23 Jun 2006 19:43 GMT | 1 |
Hello aspnet experts! I have a design question for the more experienced developers (more than me at least :-)). 1) I have a page in the application I'm building that displays a web
|
| Cache an object | 23 Jun 2006 19:11 GMT | 5 |
I want to cache an object whose scope in only within the page. The cache should expire once the user leaves the page. How can I do it? Regards, Prashanth
|
| How to set the ContentEncoding of the HTTPWebRequest object | 23 Jun 2006 18:21 GMT | 1 |
Has anyone been able or is having trouble with setting the Content-Encoding to a value in the headers collection of an HTTPWebRequest object. I am trying to post a RosettaNet message to a trading partner that is using webMethods server. The message gets to their server just fine ...
|