| Thread | Last Post | Replies |
|
| ASP.NET sessionstate mix-up, static question | 10 Jan 2007 10:56 GMT | 4 |
It seems that many people experience problems with mix-ups and non-intentional sharing of sessions in ASP.NET. This is often tracked down to the use of static variables for user data, which are indeed shared and overwritten among all users.
|
| Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls | 10 Jan 2007 10:50 GMT | 5 |
My Web.config file contains the following section to register some of my UserControls: <pages> <controls>
|
| Send data Via SSL | 10 Jan 2007 10:49 GMT | 1 |
I never used SSL before and I really don't how they work. Could I have small simple code on how send data via SSL to another application. And what's an SSL Certificate!?
|
| Browser Sub-Directories | 10 Jan 2007 10:41 GMT | 1 |
A ListBox lists all the folders & files existing in a directory named 'MyDir' on the server. Assume that the ListBox lists 2 directories - 'Dir1' & 'Dir2' i.e. these 2 directories reside in the 'MyDir' directory. Both 'Dir1' & 'Dir2' also house sub-directories & files.
|
| Submit a form by pressing the enter key | 10 Jan 2007 10:37 GMT | 3 |
All, I have a "Search" button and "Cancel" button on a web page. When I hit enter, the "Cancel" button receives the focus and btnCancel event is fired. But I want the search button event to be fired when I click
|
| Server Application Error - I have searched a zillion posts... | 10 Jan 2007 10:35 GMT | 2 |
I am trying to create my first Web application in VS2005 and am pulling my hair out!!!! I cannot seem to get aspx pages to work from a locally installed copy of IIS.
|
| Export to EXCEL / WORD - Interoperability Setup Problem | 10 Jan 2007 09:42 GMT | 1 |
I need to export some of the reports to MS EXCEL & MS WORD in a WEB APPLICATION.I also need to LOCK some of the Columns in EXCEL-sheet.Right now I need to
|
| One record returned but e.AffectedRows == 0? | 10 Jan 2007 09:19 GMT | 3 |
Stored Procedure: CREATE PROCEDURE [dbo].[GetBanner] @BannerPage nvarchar(50), @MagazineID int
|
| Browser Sub-Directories | 10 Jan 2007 06:52 GMT | 1 |
A ListBox lists all the folders & files existing in a directory named 'MyDir' on the server. Assume that the ListBox lists 2 directories - 'Dir1' & 'Dir2' i.e. these 2 directories reside in the 'MyDir' directory. Both 'Dir1' & 'Dir2' also house sub-directories & files.
|
| Application_OnError Global Server.GetLastError = No Info | 10 Jan 2007 02:41 GMT | 2 |
Ive just implemented some application level exception handling in ASP.Net 2.0. I deliberately set up a null reference error in my code to see how this would be handled. Sure enough the applicationOnError code runs in Global.asax and hands it off
|
| User Control in Repeater fires multiple events. | 10 Jan 2007 01:21 GMT | 1 |
I have a problem that I have boiled down to a very simple example. I have a user control that displays a some data from a business object. On one screen I have a collection of these business objects and wish to display the user control multiple times. On this web page I simply ...
|
| Column does not belong to Table error | 10 Jan 2007 01:19 GMT | 1 |
>From vb.net 2005, I'm reading a list of XML files into a dataset and updating SQL database with the data.I'm stuck with an issue. One of the XML file from the list don't have a node mentioned. For example almost all XML files structure is like this
|
| How does this example retain selectedItem on postback? | 10 Jan 2007 01:16 GMT | 1 |
I am experimenting with the Viewstate and based on a few articles I have read, I put together a test. it is a simple test where I am dynamically creating a DropDownList that contains 25000 list items. When I don't create the control dynamically, I get a viewstate that is roughly ...
|
| Generalized filtering with GridView and SqlDataSource | 09 Jan 2007 23:57 GMT | 2 |
I have a Gridview displaying the results of a stored procedure. The stored procedure is constantly changing so the columns displayed in the data grid are constantly changing. I'd like to give users the ability to filter by the value of any column. This is easily done using the
|
| DropDownList Order | 09 Jan 2007 22:26 GMT | 7 |
Is it possible to alphabetically order the items in a DropDownList after being added to it? Thanks, Miguel
|