| Thread | Last Post | Replies |
|
| hidden inputs and viewstate | 11 Jun 2008 16:14 GMT | 2 |
I have an asp.net page with viewstate disabled. I have a control on the page that dynamically creates controls inside itself, no viewstate. The controls aren't created in Init, but in Load. With Viewstate disabled, a few hidden inputs appear in the beginning
|
| Impersonating and Windows Authentication | 11 Jun 2008 16:10 GMT | 1 |
Hi :-) I'm having some trouble with LDAP and Active Directory on Win2k3 I use Windows Authentication and the code System.Threading.Thread.CurrentPrincipal.Identity.Name gives me the correct
|
| LoginControl\ASP.NET2.0 | 11 Jun 2008 15:51 GMT | 2 |
I am using the Login Control in a VS 2008 web app. I validate the login in the Login1_Authenticate event and set e.Authenticate if (dsLogin.Tables[0].Rows.Count == 1) {
|
| using common classes and enums for all projects in a Solution | 11 Jun 2008 15:24 GMT | 4 |
I am using VS.2008 and I have one windows apllication project and two web project in my solution. How can i use common classes and enums for all projects ? I add "Solution Items" folder in my Solution and create a class in that
|
| Security Server Controls | 11 Jun 2008 14:52 GMT | 2 |
I am using the Login, LoginName, LoginStatus and LoginView controls in my ASP.NET 2.0 website. I need to be able to control user access at a more fine grained level in my C# code but I can not figure out how to get the username of the current logged in user. None of the above
|
| format for decimal values | 11 Jun 2008 14:04 GMT | 8 |
I have a decimal value on the GridView BoundField which comes from sql server and it seems on gridview like that; 2096.62 14899.01
|
| 2000 DOLLAR WAITING FOR YOU | 11 Jun 2008 13:46 GMT | 1 |
2000 DOLLAR WAITING FOR YOU http://earnmoneyathome1.blogspot.com/
|
| Remotely access my application | 11 Jun 2008 13:42 GMT | 1 |
I have a application deployed on my machine. Suppose the url is http://187.125.1.96/cs/Default.aspx. I want another machine in the LAN network to access my application. As of now it is giving page cannot be displayed even with port
|
| IFrame\HiddenFleld | 11 Jun 2008 10:28 GMT | 3 |
I have an asp.net page that is being displayed in an IFrame of a html page. The html site is on a different server than the asp.net page. I have a value I would like to pass to the html page. Can I store the value in a hidden field of the asp.net page and access it from the ...
|
| HttpWebRequest over Https Via Proxy Fails using NTLM | 11 Jun 2008 10:15 GMT | 2 |
A C# (.NET 2) application which uses the System.Net.HttpWebRequest object to request a resource over HTTPS is failing following the installation of a new proxy server on our internal network with 407 Proxy Authentication Required. The same request through the old proxy succeeds.
|
| Synclock in Begin request must be bad right? | 11 Jun 2008 09:52 GMT | 5 |
I have had code in my Application_Start which is intended to run once at the start of my application's life. It loads connection information and similar from a known location. However I recently migrated my app using
|
| Hiding rows in an ASP.NET table | 11 Jun 2008 08:13 GMT | 2 |
I have an ASP.NET 2 web page that dynamically populates an ASP table in the Page_Load event. Rows relate to different people and I want to let the user display only rows for a particular person when they select them from a dropdown list on the same page. (Each row has a hidden ...
|
| Cascaded menus and multi-select CheckBoxList | 11 Jun 2008 06:00 GMT | 6 |
There are three parts to this 1.) How do I cascade menus? 2.) And, how do I cascade menus with a multi-select CheckBoxList? 3.) How do I default to all? When no items are selected. (I know how to
|
| Help with streaming binary content to Safari | 11 Jun 2008 01:29 GMT | 3 |
I have an aspx page that is sending pdf files to client browsers: it uses a filestream to read the pdf file and response.binarywrite to send content to the browser. This has worked great for years in IE, Firefox and Opera on windows, and it works on a Mac with Firefox and ...
|
| on postback how keep screen "positiion" | 10 Jun 2008 23:07 GMT | 2 |
I have a dropdownlist on the bottom of a long form which does a postback. How can I make the form "stay" where it's it and not go back to the top of the page after the code is ran? I can't use ajax in this case. Thanks.
|