| Thread | Last Post | Replies |
|
| Cannot create Web Projects on Windows XP in Vusial Studio 2003 | 14 Sep 2006 23:44 GMT | 4 |
I'm facing a nightmare here... I had Visual Studio 2003 installed and working perfectly but I decided to install Visual Studio 2005 just to begin to use it. The installation of the VS 2005 finished successfully but since then I cannot create or open any asp.net web application. I
|
| [NEWBIE] Call an event from a javascript | 14 Sep 2006 22:13 GMT | 9 |
Newbie question about syntax. I'd like to fire the zzzzz event when the user presses the 'Canc' key on a Listbox item.
|
| asp.net windows authentication - login / password prompt | 14 Sep 2006 21:11 GMT | 2 |
I have an asp.net application on our intranet, and I am trying to use windows authentication. My problem is that I would like to get the user's credentials without having the login / password box pop up when you go to the page.
|
| DatGridView Control in VS 2005 | 14 Sep 2006 20:25 GMT | 2 |
Which of the controls listed under data in the continuation to the old DataGridViewControl? Thank you Samuel
|
| OS Requirements | 14 Sep 2006 20:22 GMT | 6 |
Does Windows XP Media Center Edition support installation of IIS and ASP.NET or do you need Windows XP Pro or Server series? I installed on Media Center and I get errors is the reason I am asking. My previous use was on XP Pro and never had any problems. If XP Pro is required I ...
|
| Name '___o' is not declared | 14 Sep 2006 20:07 GMT | 7 |
What is this? I can't get rid of it. I've seen articles that say I should add something like <% ="" %> at the top of the page and I've done that, but these errors won't go away and they actually appear to the user on the website.
|
| changing the focus from an ASP.NET control to another | 14 Sep 2006 17:38 GMT | 3 |
I hope you could help me out on this one,cause I have been trying for 4 days to solve it,but couldn't quite get it right: I have an ASP textbox that should change the value in a dropdownlist. this happens,but the problem is with the validation of the ddl.it has a
|
| Validators require login | 14 Sep 2006 17:21 GMT | 2 |
I'm not sure how I screwed up my setup but the first page that has a validator on it pops up a Windows authentication login screen. I've insured that every page has Anonymous enabled, and all files in the project have read-access for IUSR_machine in the ACLs. If I login ,the ...
|
| Client Script and ASP Validator | 14 Sep 2006 16:52 GMT | 1 |
I'm using ClientScript to validate a textbox. The problem is, even if I return false; after window.alert('Error message'); in clientscript,The page still get loaded. I've other validators (RegularExpressionValidator and
|
| testing method | 14 Sep 2006 16:40 GMT | 2 |
I already got the data back from the database (so I am not worried about database related performance testing at this point) and there is a couple of different ways to process the data and I want to see which one is the more efficient.
|
| Viewing Word/PDF/Other in Master Pages (or ASP.NET at all) | 14 Sep 2006 16:36 GMT | 3 |
This is a newbie follow-up to my previous newbie question.... Is there a way to view a Word document (or a PDF, or a text file, or any other file) as content for a Master Page? Previously, I had an HTML file that used frames, with a "table of contents"
|
| Out-of-memory errors and caching errors. | 14 Sep 2006 16:34 GMT | 2 |
All, I've recently upgraded our production ASP.NET/C# application from framework 1.1 to 2.0. Since then I've been plagued by out-of-memory errors and problems with the cache object (which may simply be a result
|
| accessing classes in the app_code folder | 14 Sep 2006 16:18 GMT | 1 |
is it possible to access a static class written in C# from a VB .Net based ASP .Net 2.0 app? what would be the syntax. I jut tried to create a static class in vb .net and it is not supported..
|
| remove user password that IE could cache : how ? | 14 Sep 2006 15:47 GMT | 2 |
i have a Asp.net V2 login page with a password to enter. In some case, a user could forget and tell IE to save its password : How to prevent it ? Is there a way to disable it ? to block it ?
|
| Asp.net Dropdownlist selected index in changed | 14 Sep 2006 15:44 GMT | 11 |
i am writting following code. if(Page.IsPostBack==false) { try
|