| Thread | Last Post | Replies |
|
| connection string in Web.Config | 26 Feb 2006 16:57 GMT | 7 |
If a SQLDataSource add the following to my web.config file, how to I programmatically extract the connection string: <configuration> <appSettings/>
|
| ASP 2.0 Membership API | 26 Feb 2006 16:55 GMT | 5 |
I am wondering how create a security framework for all our web application. Is it possible to create a single forms authenication (cookieless) setting for multiple web applications and web config files. For example, I want the security web site on our webserver to
|
| DynamicColumns\AccessingRows\DataGrid | 26 Feb 2006 16:18 GMT | 4 |
I create the columns for the asp.net datagrid at runtime and populates them. I have a template column for checkboxs I created at runtime as well. The user selects the product they want by checking the checkbox, next to it. In the submit button I loop through the datagrids ...
|
| Perfomance test | 26 Feb 2006 15:39 GMT | 2 |
Let's say I have 2 functions, both return data from the database. Now I would like to compare perfomance of these two functions. I would like to know how long it takes to execute these functions. How can I do that?
|
| Help! How can I set up a relation between 2 tables in memory? | 26 Feb 2006 14:27 GMT | 4 |
I've got a situation where I have live data coming in from multiple sources. I'm able to get it into two tables in RAM. I have one table called "Providers" and it has a ProviderID and some other fields.
|
| How to exclude folders from project in VS 2005? | 26 Feb 2006 14:19 GMT | 1 |
In VS 2003, I was able to exclude full folders from a project but I can't do the same in VS 2005. I can exclude files but not folders. I prefer to exclude at the folder level because the folder icon has visual indicator. John Dalberg
|
| How to add two value in xslt | 26 Feb 2006 14:05 GMT | 1 |
I have a xslt file, there are tree columns in a table, There is Value1 in column 1 and Value2 in column2. The type of Value1 and Value2 are number. I want to add Value1 and Value2 together and display it in column3
|
| Database Connection Module | 26 Feb 2006 13:25 GMT | 2 |
I have a module that handles creating a sql connection object as per below code. What do you think, is there a better way to do this? Imports System.Data Imports System.Data.SqlClient
|
| Generate code documentation xml for ASP.NET 2.0 website | 26 Feb 2006 12:24 GMT | 1 |
I have an ASP.NET 2.0 website in Visual Studio 2005 (ie I open it with File
| Open Web Site...). I have put XML comments in the source code in the App_Code directory (with <summary> tags, etc) and I want to turn these into XML files that can then be run through NDoc (along with ...
|
| Browse client Directory to a specific folder and ftp the file from server to client | 26 Feb 2006 11:34 GMT | 1 |
In ASP page, I have a button on the web page. when it is clicked, it should open the windows "Save As" Dialog Box of client m/c with the default directory which i will be specifying. When user clicks on "Save" button of the Dialog Box, i have to
|
| simple question: How to refer to an image on the header control? | 26 Feb 2006 07:01 GMT | 1 |
I am a newbie and have a simple question? I have a aspx file and on the form I have a user control which is my header and has some images. Now for various pages I need to load different images on the header. How to replace image "A" with image "B"
|
| Default sort column and order in Gridview? | 26 Feb 2006 06:52 GMT | 2 |
I have a gridview displaying News items and fetches the data through a (little complicated) sql stored procedure... The sorting seems to be done in the gridview since there is no sorting implementation in the stored proc (well actually it is sorted by DateIn DESC by default but ...
|
| ASP.NET 1.1 and ASP.NET 2.0 performance for simple pages | 26 Feb 2006 06:30 GMT | 3 |
Simple ASP.NET page executed on .NET 1.1 and .NET 2.0 gives different processing times - 2.0 is slower. Why? Here is source code for the page: <%@ Page Language="C#" AutoEventWireup="true" Trace="true" Debug="false" EnableViewState="False"%>
|
| OT: GenuineASP | 26 Feb 2006 06:06 GMT | 3 |
Has anyone got a website hosted by GenuineASP. I have been having problems this last few months and they have not responded to a single support ticket, or email request. I live in the UK and they are based in Canada so telephone support is not somthing I really want to do. But ...
|
| Adding to an arraylist? | 26 Feb 2006 05:45 GMT | 1 |
I'm using some code I could swear I've used before without problem but I've run into difficulties and cant see whats wrong.... I have a class which holds other classes - its defined as an ArrayList... In this class I have an "Add" method...
|