| Thread | Last Post | Replies |
|
| ASP.NET Ajax vs jQuery | 26 Jun 2008 07:48 GMT | 3 |
For my next project I'm going to need Ajax, so I'm in about to read some books on ASP.NET Ajax. While reading Rick Strahl's blog I stumbled upon jQuery. I've been to the website and seen some examples, and it sure looks promising.
|
| Master page Enter key as Sumbit | 26 Jun 2008 06:24 GMT | 1 |
I have web application in Framework 2 with master page which have this code in body tag <body onkeydown="javascript:if(event.keyCode==13){event.keyCode=9;}"> this codes work very nicely all the pages except Search page. The users want to be able
|
| Hidden llist box does not populate | 26 Jun 2008 05:03 GMT | 2 |
I intend to populate a listBox from the database for later use. (the intent for doing this is irrelevant to this questrion) The list box when hidden is never populated. The list box when visible is always populatd. How do I populate it even though it remains hidden?
|
| web page <title> | 26 Jun 2008 04:22 GMT | 5 |
How can a page title be supplied at runtime. It looks to me like it is hard coded, but there must be some way. <head runat="server"> <title>Training</title>
|
| SiteMapProvider and userid | 26 Jun 2008 03:42 GMT | 1 |
Hey everyone, My scenario is as follows: In my website the users session id is constantly passed from page to page on the URL. I have one main menu that appears the same on each page, one of the
|
| ASP.NET 2.0 Web Page Problem? | 26 Jun 2008 02:00 GMT | 2 |
Hi all -- I have a strange issue. I have obtained a scripted database and compiled ASP.NET 2.0 application from a sister site that I'm trying to implement locally. I have
|
| Visual Web developer 2005 and 2008 cannot open local web server | 26 Jun 2008 01:43 GMT | 1 |
I have a tutorial I was working on with Visual Web Developer 2005 express. Very basic stuff intro to asp.net. All was working fine a few days ago. I took my pc home and installed the visual studion 2005 sdk and also visual web developer 2008. Today when I try to run or debug a ...
|
| Determine referrer website | 25 Jun 2008 22:46 GMT | 2 |
I want to determine referrer website when someone comes to my page. Since the link URL has to be static between sites (i.e. I can't use something like mysite.com?refid=14 to determine who linked to me) I'm guessing I need to read the referrer.
|
| ASP.NET Dynamic Compilation | 25 Jun 2008 21:47 GMT | 8 |
I am studying ASP.NET and have a simple question reading the first lines in this page: http://msdn.microsoft.com/en-us/library/ms366723(VS.80).aspx Are they talking about compilation of C# code to IL code or about
|
| URGENT: FormsAuthentication.SetAuthCookie fails in IE6 | 25 Jun 2008 20:58 GMT | 2 |
FormsAuthentication.SetAuthCookie works fine in IE7, but not in IE6. Any idea why? Any alternative to FormsAuthentication.SetAuthCookie? Here's my code:
|
| asp.net validation controls not showing error message in Windows 2003 with IIS 6.0 | 25 Jun 2008 19:06 GMT | 1 |
I am working on asp.net 2.0 with Visual Studio 2005. My asp.net project contains one Masterpage. I exposed my asp.net project in my machine (Windows XP with IIS 5.1) and access using "http://localhost/[applicationname]..."
|
| VS2008 Vista SP1 Slow Page Loading | 25 Jun 2008 18:58 GMT | 1 |
I know I'm not the first to report the extreme slow page load problem after applying Vista SP1 and using VS2008 (I don't know if the same is true for VS2005/2003) but has anyone found the solution? Waiting 4 minutes to load a single page web project with only "Hello World" is ...
|
| Passing data between pages | 25 Jun 2008 17:59 GMT | 3 |
newbie question What are the various ways that data can be passed between pages. For example; How is data about the logged in user passed to subsequent pages Thank you,
|
| Calendar Extender Problem | 25 Jun 2008 17:40 GMT | 2 |
I am using a calendar extender with a masked edit validator and masked editextender that provides a dropdown calendar and a text box for date entry. On the same page there are other other textboxes in the area where the calendar control appears. When the calendar control pops ...
|
| virtual directories/physical directories in IIS | 25 Jun 2008 17:04 GMT | 4 |
Im confused about the difference(s) between virtual directories and physical directories in IIS. Any ideas?
|