| Thread | Last Post | Replies |
|
| web.cobfig reference | 18 Jun 2006 18:13 GMT | 1 |
I am looking for comprehensive reference for the web.config file options Thank you, Samuel
|
| Global exception handler | 18 Jun 2006 17:52 GMT | 1 |
Is there a global exception handler for ASP.NET application? and can that be/is implemented? Thank you, Samuel
|
| Password protected html files | 18 Jun 2006 16:37 GMT | 5 |
I need to create a simple asp.net application that use password protect some html pages. The html page provider doesn't know asp.net. And the host doesn't allow me to create user accounts. What's the best way to store users/password except database tables? and to
|
| beginer in ASP - how to implement counter | 18 Jun 2006 14:14 GMT | 5 |
This works in vb.net. The value of n increments: Public Class Form1 Dim n% Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
|
| How to get the page name of itself | 18 Jun 2006 13:05 GMT | 3 |
I am use VS2005 to develop a web application. How can I get the page name(the name of .aspx file) of it self in the page class?
|
| can get forecolor but not background color in Javascript | 18 Jun 2006 10:41 GMT | 4 |
When clicked into any cell of the table, i want to get the background color of it. I can get the forecolor but not the bakground color (gives an empty Alert, no error). I think i can't change anything in the code-behind, so the error will be in
|
| major component vendors | 18 Jun 2006 10:07 GMT | 1 |
Can you point me in the right direction? - I am looking for two or three of the more popular ASP.NET component vendors to supplement the functionality of my VS 2005 web application. Best regards
|
| Source code... | 18 Jun 2006 10:06 GMT | 3 |
I don't want anyone to see my rendered HTML code on my asp.net pages. (i.e. view -> source). Is there anyway I can keep this private? Thanks, RABMissouri
|
| Question for ASP.NET + HTML guru | 18 Jun 2006 10:05 GMT | 6 |
I am starting a new project to build a software product using APS.NET 2.0. In past I have used "frameset" and "frame" to build pages. My current requirements I have coded using frameset and frame like code below. My question is, because this is a new development is it good to use ...
|
| Any Asp.Net 2.0 login control example? | 18 Jun 2006 05:21 GMT | 1 |
I want to build a secure login using credentials in web.config file. Any exmaple shows how to do it?
|
| Page Reload Scrolling Issues | 18 Jun 2006 02:25 GMT | 2 |
I've got a long web form that has to reload 6-7 times to validate data (sigh, I know) making for a rocky-enough experience for users. To add insult to injury, each time the page reloads, it loads and scrolls back to the top instead of remaining in the section that caused the page ...
|
| Atlas ASP.NET Profile Service Not Working | 18 Jun 2006 02:18 GMT | 1 |
Hello, I was wondering if anyone has gotton profile Service for Atlas to work. I followed the instructions on setting up Membership login, and programmed a simple page with a drag panel. But the information is not saved when I closed out and go back to the website. Thanks.
|
| Repeater : AlternateItems when no AlternateItems are defined. | 18 Jun 2006 02:16 GMT | 1 |
I discovered by accident, that ItemCreated sees ListItemType.AlternatingItems even when no alternate items are defined. I thought, that this method would just receive all the EventArgs as as normal ListItemType.Item,since I did not defined AlternateItemTemplates
|
| Error in deploying website | 18 Jun 2006 02:14 GMT | 1 |
I am trying to deploy my website. But when i try to access the page, I get following errors in event viewyer. So could you please tell what is wrong? Event code: 3005 Event message: An unhandled exception has occurred. Event time: 5/20/2006 8:51:24 AM
|
| response.contenttype | 18 Jun 2006 02:14 GMT | 4 |
I have an image.aspx that does the following: if request("s")=1 then response.redirect(http://www.domain.com/image1.gif) else
|