| Thread | Last Post | Replies |
|
| Beginner's question about access control in ASP.Net 2.0 | 17 Dec 2007 21:56 GMT | 3 |
I have extensive programming experience in windows and asp.net 1.1 but I've just started looking at access control in 2.0 and I'm absolutely lost. (Background note: I'm writing a 2.0 website for a company intranet, no outside access so far as I know. I'm using Visual Studio ...
|
| Not a specific ASP.Net question but what the heck. | 17 Dec 2007 21:14 GMT | 6 |
Is there an easy way to see what pages are accessed on a web site? I would assume I would have to go through the IIS logs. I can't do it through my app because there are 'rogue' pages out that that we put out that aren't part of my product. And I'm about to change the name of our ...
|
| .NET Error running Application from IIS on Vista | 17 Dec 2007 20:42 GMT | 6 |
I have tried looking up this error and all hits are from way back in 2002 when .NET was in its infancy. All the answers point to a corrupt install of the .NET framework. I started getting this error shortly after uninstalling the AJAX extensions for .NET.
|
| Validator question | 17 Dec 2007 20:40 GMT | 1 |
I need to make sure that the number entered into textbox2 is greater than that which was entered in textbox1. I am unclear on which validator to use and how to accomplish it. Any help here would be greatly appreciated.
|
| problem with postback | 17 Dec 2007 20:39 GMT | 6 |
I have a problem with postback. When the page is postbacked, i want the second dropdownlist to be visible if the selectedvalue of the first one ="y". With this code, it remains invisible. What do i wrong here?
|
| formview changeMode | 17 Dec 2007 19:10 GMT | 1 |
hey all, i'm doing the following inside a button click event. i'm doing a FormView1.ChangeMode(FormViewMode.Insert) and following that i'm trying to affect the visibility of a textbox control that is within
|
| Dynamically change tag attribute | 17 Dec 2007 17:23 GMT | 7 |
I have a CSS based menu in a master page that uses class attributes to determine which item is currently selected. So, for example if the Homepage is currently the active page then its list item tag carries a class attribute of "current", while all other items carry one of ...
|
| Free LINUX Tips and Triks - Building Interactive Movie With Ming | 17 Dec 2007 17:20 GMT | 1 |
Free LINUX Tips and Triks - Building Interactive Movie With Ming 001. Linux What are the benefits of Linux 002. Which Linux distribution should I use 003. Linux redhat network programming
|
| Creating Web Controls | 17 Dec 2007 17:19 GMT | 3 |
Is it possible to create a library of Web UserControls. It seems (and most likely this is the answer) that when I create either a class library or a Web Control Library, I cannot add Web User control to that library. I would like to have them as a dll which I can reference but ...
|
| How complex is this, really? | 17 Dec 2007 16:46 GMT | 10 |
I have been a Window application developer for over 13 years. I know SQL though I have been able to avoid it for a vast majority of my career. I understand the basics of ASP.Net and Web servers, actually put together a VERY basic Asp.net web site for my little business. It
|
| ASPMail Question | 17 Dec 2007 16:41 GMT | 2 |
not sure this is the right forum but I have this old ASP application that is sending ASPMail using the SMTPsvg.Mailer object. It has to use a remote smtp server that requires a UID and PWD but the asp mail docs never mention this capability i.e. their is no Mailer.Password .
|
| calculations, javascript + asp | 17 Dec 2007 16:34 GMT | 4 |
I created the following form for the company intranet. All seems to work well, with the exception of the submission. After submitting, all of the answers come through in the e-mail EXCEPT the calculated answers which were figured and placed on form elements by my
|
| debug is not working | 17 Dec 2007 13:16 GMT | 3 |
I'm unable to debug websites. For some reason my visual studio is not stopping on break points. Has this happened to anyone else. I'm on vista and vs2k5
|
| </script> in String Constant | 17 Dec 2007 11:38 GMT | 7 |
I have an ASPX page with my C# code in a <script> block within the page itself (not a code-behind file). Within that code, the syntax highlighter indicates the following string constant ends just before the "</script>", and the line produces the error
|
| Ajax Toolkit 1.0 | 17 Dec 2007 10:27 GMT | 1 |
Im trying to learn the microsoft Ajax implimentation. and im reading the book which is talking about xml-script as a scripting type. < script type="text/xml-script"> But this type does not appear in the intellisense even tho when I pick an
|