| Thread | Last Post | Replies |
|
| pass Selected Date in as a querystring | 20 Jul 2005 13:43 GMT | 1 |
We are trying to pass the selected date from the .net calendar in a querystring.
|
| Session ending prematurely - Forms Authentication | 20 Jul 2005 13:31 GMT | 2 |
We are having a problem with sessions ending sooner then they should. We have a two server web garden, both servers have identical machine keys. I'm storing session state in Sql Server. Sessions expire in 20 minutes even though I have changed the settings in the web.config, ...
|
| Different between DataGrid and DataList. | 20 Jul 2005 12:59 GMT | 2 |
Hi friends Can anybody tell me where to use datagrid and where to use datalist. Or explain Different between DataGrid and DataList. Regards,
|
| Adding Values to Session State | 20 Jul 2005 12:46 GMT | 1 |
I would like to know that best way of adding data to the session state object. I have a page with a series of links such as: designs.aspx?categoryID=1
|
| how do i access usb using asp.net | 20 Jul 2005 12:40 GMT | 1 |
how do i access usb using asp.net, i need to validate the keys I really need that, but i do not know how to accomplish this. Does someone can help me ? Thanks in advance
|
| Paging question | 20 Jul 2005 12:01 GMT | 4 |
Suppose I have a datagrid and when I retrieve a datatable, and flake a dataview off of that table to bind to my grid, my datatable has, say, 10,000+ records in it. Suppose further that my datagrid has paging turned on, and I display 10
|
| ASP.NET/IIS6 Web Farms - confused | 20 Jul 2005 11:52 GMT | 2 |
I was under the mistaken impression that Application variables could be shared by websites running under the same IIS process. Looking at the documentation this isn't true. So what is the best way to share services/pages/code between IIS6 and a
|
| Browse files in server | 20 Jul 2005 11:23 GMT | 1 |
Any one knows any way to browse the files(direcories) in web server? Regards, P.Nishanthan
|
| June/July CTP | 20 Jul 2005 10:46 GMT | 4 |
Anyone has any idea what new features are in June or July CTPs and also if they are more stable than beta2? Thanks Regards
|
| Client Side - click radio button - controls become enabled | 20 Jul 2005 10:39 GMT | 3 |
Can somebody help me please? I have two 'sets' of controls on a page. There are two radio buttons that enable the two sets (when radiobutton A is checked, set A should be enabled, B, Set B should be enabled). I know how to do it on the server side but not on the client side (I'd ...
|
| How can I disable Net Framework >>without<< uninstalling it? | 20 Jul 2005 10:20 GMT | 5 |
I have the Service Pack installed, but this program is just plain buggy. I don't even WANT it, but I couldn't get my ATI drivers to install unless I had it on the system. I don't mind if the files just sit there; I just don't want them
|
| Error in WebUIValidation.js function ValidatorOnLoad? | 20 Jul 2005 10:13 GMT | 4 |
I'm getting some strange error on one of my pages: The page is composed of some nested ascx controls, the error I am getting is 'undefined is null or not an object'. The error occurs in line 180 of WebUiValidation.js (if
|
| Session Time out---info needed | 20 Jul 2005 10:01 GMT | 2 |
In the Web.config file , i have specified the Session timeout as 20 minutes. I need a clarification that , when this timeout happens. all the Session variables will be null
|
| TimeSpan problem | 20 Jul 2005 09:41 GMT | 1 |
I'm sure there's an easy solution to this that I am just not thinkin of. I am trying to get the total minutes between 2 times. It work fine except when the ending time crosses over midnight. For instance I am trying to get the total minutes between 11:59 PM and 12:09 AM.
|
| SELECT dynamically populated probem | 20 Jul 2005 09:22 GMT | 2 |
Hello, All. I have SELECT on my WebForm, marked as [Run as Server Control]. <SELECT id="Select1" name="Select1" runat="server"> <OPTION value="AAA" selected>AAA</OPTION>
|