| Thread | Last Post | Replies |
|
| Persistant cookies and non-persistant cookies. | 25 May 2007 09:43 GMT | 1 |
Can anyone tell me what exactly persistant cookies and non-persistant cookies means. I read some where that in non persistant cookies if i am using session data remains in that cookies untill end of session.
|
| w3wp process | 25 May 2007 09:30 GMT | 3 |
I am using windows 2003. I have unchecked all options in IIS6 application pool, so I assume no worker process recycling will be performed whether any event occured.
|
| DSN Connection to Microsoft Access | 25 May 2007 09:14 GMT | 12 |
I want to use a DSN connection to connect to MS Access Database. The ODBC DSN has been configured as MIT. I use the following connection string to connect (using VB.NET): Dim cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;
|
| Persisting Data between pages | 25 May 2007 09:05 GMT | 4 |
We have a busy website, and I was wondering if we should persist the data by storing the data table in a session or cookie, and when the user re-loads the page I can cast the session or cookie back to a datatable and rebind to the grid.
|
| upload file to server immed after user selects the file | 25 May 2007 07:43 GMT | 1 |
How do I enable the file upload process to start as soon as the user selects the file? currently, I have two INPUT controls on the form. One is type=file and the other type=submit:
|
| How does a dynamic control load post back data across post back?? | 25 May 2007 06:02 GMT | 1 |
As we know , the view state is not responsible for having TextBoxes, CheckBoxes, DropDownLists, and other Web controls remember their values across postback. When I dynamically add a DropDownList in the web,and dynamically add the
|
| <location> element does not seem to work - Does anybody know how to solve this. | 25 May 2007 02:12 GMT | 1 |
I have been struggling with this for the past couple of days. We have a custom http module setup in our project to filter some requests. I only want this module to be applied to certain pages. In order to try to do this I have added the following test code in our web.config
|
| IIS Security | 25 May 2007 02:04 GMT | 2 |
I have a web app that we use internally, which is accssible internally on a specific port on the server. Our firewall blocks it to outsiders. However, this app is only for Management use, and we'd like to secure it as such.
|
| AJAX Tool Kit Tab Control | 25 May 2007 01:11 GMT | 1 |
I made the changes in the ajax tool kit project (http://forums.asp.net/ p/1074319/1723688.aspx#1723688). Some how Visual Studio knows to pull the newly complied dll because the tabs are showing up disabled instead of hidden. My problem is I am trying to manipulate the tabs
|
| How to bind input text field to pass as parameter to stored procedure in BLL | 25 May 2007 00:27 GMT | 2 |
I'm fairly new at this so I may be doing this the wrong way but I've got a FormView within a multiview that when it is updated in edit mode, will call on the update method associated with the objectdatasource that fills the formview.
|
| ASP.NET event validation | 25 May 2007 00:17 GMT | 3 |
Does anyone have experience with turning off ASP.NET event validation ? What is the complete set of consequences ? I'm aware that event validation ensures that parameter values submitted to event handlers for read-only ASP.NET web controls ( such as ListBox ) must
|
| Date time | 24 May 2007 23:33 GMT | 4 |
I have a table in sql server of datatype datetime. I want to set it's default value to Current date in design mode. I am typing in default value property = Date.now(). But it doesn't work. Any idea. Thanks
|
| question about viewstate | 24 May 2007 23:18 GMT | 1 |
i'm testing ViewState with this page here below: i tried with EnableViewState="false" and with EnableViewState="true", but the produced source code is the same in both cases. I would expect here no hidden" name="__VIEWSTATE in the source because of 'false' ...
|
| properties of Radio buttons on a page | 24 May 2007 23:13 GMT | 4 |
I have a page that has a number of radio buttons that will be displayed to different access levels of a user who logs in to my website. For instance, if there are a dozen buttons, user1 will see all twelve. User2 would see buttons 1-3,10-12 and NOT any others, and so on.
|
| App_Code folder question concerning profile object | 24 May 2007 23:10 GMT | 7 |
I have a base class that contains code for the profile object that works fine when the code is not in a file within the App_Code folder. Once I put the code into the App_Code folder it will no longer compiling telling me: "The name 'Profile' does not exist in the current ...
|