| Thread | Last Post | Replies |
|
| Session Object from Application | 15 Nov 2007 00:46 GMT | 6 |
I was experimenting with putting code in the Application_AuthenticateRequest hander. I called some static code and found that HttpContext.Current.Session was null!
|
| ASP.NET way of handling the "Network" Token issue KB207671 | 14 Nov 2007 23:42 GMT | 2 |
I'm writing an .ashx page that needs to be able to write files to a network share. Example: string fullPath = @"\\someserver\someshare\log.txt";
|
| AJAX Futures CTP | 14 Nov 2007 22:37 GMT | 1 |
I installed the Futures CTP prior to installing the AJAX Control Toolkit. I then later went back and uninstalled AJAX futures via Add/Remove Programs as well as deleted the AJAX Control Toolkit in c:\programs\Microsoft ASP.NET\. But apparently there's more to removing it than ...
|
| Visual Studio non-generic method bug | 14 Nov 2007 21:47 GMT | 3 |
I have just spent a very frustrating morning reading postings on this problem and nothing seems to work. I am trying to write a demo project in VB/ASP.net 2.0 and I am unable to get any sort of edit page to work. This is extremely simple stuff, straight out of one of ...
|
| ASP.NET Profile Provider Not Working | 14 Nov 2007 21:30 GMT | 2 |
I have added some profile properties to my web.config: <profile enabled="true"> <properties><add name="firstname"/></properties> </profile>
|
| Thread.CurrentPrincipal.Identity.Name | 14 Nov 2007 21:24 GMT | 2 |
I'm testing on web application (.net 1.1 using C#). when I tested the application on local machine (IIS5.0,XP professinal), it return value for Thread.CurrentPrincipal.Identity.Name However, When I tested the same application on the server (IIS6.0, 2003
|
| ASP.NET driving me crazy | 14 Nov 2007 21:11 GMT | 2 |
First of all let me know that the CSS Control Adapters is a really good idea ... ASP.NET renders poorly some of their controls and not CSS friendly ... so surprise that. Just see IE6 ...
|
| Training on asp.net projects | 14 Nov 2007 20:40 GMT | 2 |
I am an asp.net programmer and will be off work for a couple of months looking for new jobs. In the meantime, I thought it is important to learn some new asp.net and web development skills.
|
| Navigation menu question | 14 Nov 2007 20:39 GMT | 2 |
I have a couple of newbie questions concerning menus. Question #1 I'm trying to build a vertical navigation menu in ASP.NET 2.0. I want the main menu to appear as a list of items, with some containing submenus, like
|
| How to use a javascript popup calendar in asp.net? | 14 Nov 2007 20:27 GMT | 8 |
I know AjaxControlToolKit has a popup calendar control. It does not seem to have a year navigation option. In other words, if I wanna select a date in 1012, I will have to navigate to that year monthly --- dozens of clicks in a row!
|
| Finding control in GridView | 14 Nov 2007 19:28 GMT | 2 |
I am trying to toggle a calendar control in a GridView and I am getting the error "Object reference not set to an instance of an object." The error is occurring in the 1st FindControl of the code below. I am using an ImageButton next to a textbox so that when clicked, the ...
|
| worth extracting method | 14 Nov 2007 19:07 GMT | 1 |
hey all, i have about a 40 or more lines in my switch statement and was just wondering if it was worth extracting out the individual case statement which would involve passing a Table object, 2 ints and a string?
|
| Error Page in web.config .. getting Page name with error? | 14 Nov 2007 18:31 GMT | 1 |
I know I can set my web.config to redirect to an error page when there is an error. Is there any way to report what page had the error in the that error page? Will that always be the referring page name? Thanks for any help or information.
|
| CSS Website.... | 14 Nov 2007 17:23 GMT | 3 |
All, We are currently in the process of rewriting our website using asp.net and are trying to determine if we should use CSS/Div instead of tables and make the site a full CSS site. We are new to CSS/Div and need advice/opinion on
|
| need help debugging please | 14 Nov 2007 16:55 GMT | 4 |
hey all, i have a simple user control that has a button on it which is on my web page. everytime i click it i get the following message: ---------------------------
|