| Thread | Last Post | Replies |
|
| Sorting a dataset displayed using a repeater | 24 Oct 2005 14:49 GMT | 4 |
I am displaying a dataset using a Repeater. I would like to allow the user to click on a column header and have the data sort by that column. How do I go about this? Does anyone know of any example code?
|
| How to config the web.config for both Internal and External users using Windows and Forms Authentication? | 24 Oct 2005 14:37 GMT | 1 |
I have a new project which is a web site used by Internal and External users (login required users) and public users (no login required users). On internal users, all users login network using Windows or Forms authentication login. External users will use Forms authentication ...
|
| Is there any example how to write the site's authorization support Internal and External users? | 24 Oct 2005 14:26 GMT | 1 |
I want learn how to handle the web site which allow internal users (windows network users and internal browser users without windows network login) and external users including cookie and cookieless. Is there any good example to refer?
|
| most bizarre problem ever | 24 Oct 2005 14:19 GMT | 3 |
I have a stored procedure that takes 14 parameters, including two for start date and end date. The procedure then creates a sql string and does an 'exec sql'. The stored procedure always works correctly when I run it stand alone.
|
| How to obtain page width? | 24 Oct 2005 13:12 GMT | 1 |
When page is loaded I need to know what is page width. And when the window (webbrowser) is resized the width is changed. How to obtain page/window width?
|
| how to best use classes | 24 Oct 2005 13:03 GMT | 4 |
I've defined a number of classes that currently only include public variable declarations. I've been reluctant to add subroutines and functions for fear of taking a performance hit when I pass the class as an argument to another function and in a one case, store the class to a ...
|
| ASP.net and GAC | 24 Oct 2005 12:36 GMT | 1 |
I have a following peice of code which access AD. When I place the code in ASP.net page it works fine. but when I create a class and put the code in the class, and then compile the class and register it in the GAC, and reference it in my
|
| RadioButtonList in table? | 24 Oct 2005 11:56 GMT | 1 |
I need to put a number of RadioButtons in a table as part of a RadioButtonList but keep getting errors whenever my RadioButtonList tag contains any table-related tags: "System.Web.UI.WebControls.ListItemCollection must have items of type
|
| User control remember state across pages without session | 24 Oct 2005 09:36 GMT | 10 |
Is there a way to get a user control to remember its state across pages? I have a standard page layout I use with a header and footer as user controls. Each page uses the same layout by means of copy paste (I hear this will improve in ASP.Net 2 via master pages).
|
| Application Design Question | 24 Oct 2005 07:43 GMT | 2 |
Hello everyone I'm hoping someone with more experience can suggest how I would go about designing the following: We have a standard web application and in its current form there are no distinct layers. Everything is jumbled together. In an effort to
|
| Internet Explorer error | 24 Oct 2005 06:12 GMT | 2 |
I have a websote developed using visual studio 2005 beta , .net version 2 i deploy my application to a server and it is run from client computers. One of the users gets the error "Internet Explorer cannot open the internet site "XXXXX"
|
| Component to display formated source code | 24 Oct 2005 06:02 GMT | 3 |
Can anyone recommend a component that displays asp.net source code on a web page, with formatted layout and vs.net-like color scheme? Basically looking for a way to share some asp.net source code on my page and format it nicely. I searched around but was surprised I could only ...
|
| Retrieving IIS website name from W3SCVn id... | 24 Oct 2005 05:48 GMT | 5 |
I need to iterate through a directory on a server which contains a folder for each of the websites within IIS, each directory has the name of the website under IIS, the name being the W3SCVn id, the n being an identifying number....is it possible to query IIS via .net to retrieve ...
|
| Visual InterDev Question | 24 Oct 2005 04:22 GMT | 1 |
I know that MS no longer supports Visual InterDev but I was hoping someone here might be able to answer my question. I have a live ASP 3.0 web site. I open VID and specify new project, point it to the live web site and create a new project. Under Visual InterDev in My
|
| SqlCacheDependency - repost in hopes of a reply | 24 Oct 2005 04:11 GMT | 5 |
I've got the standard SqlCacheDependency working just fine , ie. I've defined (and encrypted) the connectionStrings section in the web.config, and I've also defined an an sqlCacheDependency in the caching section. So, in my code I add an item to the cache with an sqlCacheDependency, ...
|