| Thread | Last Post | Replies |
|
| Accessing cookies from response object | 22 Aug 2007 19:21 GMT | 1 |
I'm working on a winapp that sends a httprequest to a remote server. The server actually sends back a cookie for login request. I have searched a lot. I didn't find the right solution for accessing the cookies from the response object.
|
| Login mechanism for web apps | 22 Aug 2007 18:54 GMT | 3 |
I am writing a generic login mechanism for our web apps using ASP.NET / C# (VS2005). Various web pages need to present a login dialogue for the user to re-enter their application-level username & password every 20 minutes. The dialogue would pop up, the user would enter their ...
|
| Format Units on ReportViewer chart axis | 22 Aug 2007 17:02 GMT | 1 |
Hi there, I have an asp.net 2 application, and created a local report using MS ReportViewer. The report consists of a line chart, with date intervals on the x axis, and amounts of money in the y axis. It all works fine, but the amounts of money are high (in millions),
|
| Enable session state | 22 Aug 2007 14:34 GMT | 5 |
I test asp.net 2.0 application on virtual PC for studio Orcas 2.0. When I start application I get error in line session("aa")="bb" Error tells that I need to enable session state. I found in @page directive
|
| What is retrieved by using User.Identity.Name? | 22 Aug 2007 13:17 GMT | 4 |
in my asp.net 2.0 (VB2005) application I use httpContext.Current.User.Identity.Name to get the samaccount of the currently logged in user, e.g. DOM\UserA. This works fine for most users, but with just 1 user we have a case-sensitive problem: It always returns DOM\userA, so a
|
| Postback problems | 22 Aug 2007 13:11 GMT | 1 |
I am very new to asp.net 2.0 as I come from a windows development background. I have developed a small user control which has a couple of textfields. One of the textfield requires that when then return key be
|
| asp.net configuration | 22 Aug 2007 12:12 GMT | 3 |
I have an old application written in .net 1.1. and i am trying to write a new feature in 2.0. This is what i am trying to do. x.y.com/abc --> site 1 (.net 1.1)
|
| [Newbie Question] Enumerating the values in a OleDb parameter collection? | 22 Aug 2007 12:10 GMT | 3 |
Is there an easy way of Response writing the value contained within each item in an OleDb parameter collection? Using a For each loop for example? Thanks in advance,
|
| SqlDatareader & Datatable vs Dataset | 22 Aug 2007 12:07 GMT | 5 |
If I use a datatable in conjuction with a sql datareader, would this still be faster in performance than using a dataset? If so why? my Sourcecode like this :
|
| Select a Random Number from MSAccess Table Using C# | 22 Aug 2007 12:07 GMT | 3 |
I want to use C# to select a random number from MS Access database table. <SELECT TOP 1 userID FROM users ORDER BY NEWID()> seem to work only with SQL Server.
|
| Are Application collection and Page.Cache thread safe? | 22 Aug 2007 10:54 GMT | 5 |
Since Application collection and Page.Cache can be shared among all sessions, I wonder if they are thread safe? Thank you, Max
|
| Message box | 22 Aug 2007 10:51 GMT | 5 |
I used to have some nice code to manage message box in ASP.NET but I lost it somehow... Would anybody give remember where to get it? Thanks a lot!
|
| Can we use static table adapters in highly concurrent web sites? | 22 Aug 2007 10:51 GMT | 6 |
I am trying to make our business logic layer components more efficient. We use strongly typed datasets and TableAdapters. Is it a good idea to use a static TableAdpater to share the static instance among all sessions?
|
| Help needed in ASP.Net 2.0 Text Box Password Mode | 22 Aug 2007 10:29 GMT | 6 |
i am running a ASP.Net 2.0 application. in one of the pages i have a text box which is set as PASSWORD mode. when the page is submitted or transfered , am not able to get the contents of this textbox which is in Password mode.
|
| connectionstring to 127.0.0.1 | 22 Aug 2007 09:02 GMT | 4 |
I have a project that someone else wrote that I have to figure out. The database connection string is as follows: sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" What is this connection to??
|