Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / January 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ASP.NET sessionstate mix-up, static question10 Jan 2007 10:56 GMT4
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 UserControls10 Jan 2007 10:50 GMT5
My Web.config file contains the following section to register some of my
UserControls:
<pages>
 <controls>
Send data Via SSL10 Jan 2007 10:49 GMT1
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-Directories10 Jan 2007 10:41 GMT1
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 key10 Jan 2007 10:37 GMT3
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 GMT2
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 Problem10 Jan 2007 09:42 GMT1
           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 GMT3
Stored Procedure:
CREATE PROCEDURE [dbo].[GetBanner]
   @BannerPage nvarchar(50),
   @MagazineID int
Browser Sub-Directories10 Jan 2007 06:52 GMT1
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 Info10 Jan 2007 02:41 GMT2
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 GMT1
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 error10 Jan 2007 01:19 GMT1
>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 GMT1
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 SqlDataSource09 Jan 2007 23:57 GMT2
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 Order09 Jan 2007 22:26 GMT7
Is it possible to alphabetically order the items in a DropDownList
after being added to it?
Thanks,
Miguel
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.