| Thread | Last Post | Replies |
|
| Cached pages? | 05 Nov 2007 20:23 GMT | 2 |
Different users seem to have different versions of my aspx page in thier browsers. They do not seem to get the updates I make. Some do and some ddon't. Is there a way to force the page to load anew each time it is accessed?
|
| Trap BrowserClose event so can Logout Session | 05 Nov 2007 20:22 GMT | 3 |
How can I trap the user just closing the browser (upper right [x]) so I can shutdown the Asp.net session properly. Don't really want to wait for the default timeout to occur. I'm using a Master page so it should be easy to logout once I know how to catch the event. Thanks.
|
| can I send e-mail by using hotmail and ASP.NET? | 05 Nov 2007 20:18 GMT | 1 |
Please can someone help me, i want to be sure if i can send emails from hotmail(e-mail) using asp.net and vb.net code or should i pay for new email so i can use smtp?
|
| putting code in master page Page_Load event moves everything on the page down 2 lines? | 05 Nov 2007 19:58 GMT | 2 |
I put some code in the master page load event and find that for some reason, all of the stuff on the page got moved down 2 lines. Is there any way to fix this?
|
| dropdownlist FindByText | 05 Nov 2007 19:30 GMT | 2 |
hey all, drp1.SelectedValue = drp1.Items.FindByText(lblEdit.Text) how would i make the above work. it says: Cannot implicitly convert type 'System.Web.UI.WebControls.ListItem' to
|
| Event | 05 Nov 2007 19:24 GMT | 2 |
I have the following: Parent > Child > Button Parent is a custom control. Child is another custom control added to Parent. Button is an ASP.NET button added to Child control.
|
| Link button Text | 05 Nov 2007 18:24 GMT | 4 |
I want to break the text in the link button into 2 lines. How would this be possible in ASP.NET 2003? Ex: I have a link button "Maintenance Screen" , I want to show that into 2 lines because its length
|
| problem with css | 05 Nov 2007 18:06 GMT | 1 |
I´ve a web application using file system and VS 2005. I´ve a styleseet and works fine, but if I change the css when I run the application on ASP.NET develop web server I can´t see the changes. I must reintal in order to see the changes.
|
| Does Page.RegisterClientScriptBlock Not Work Under ASP.NET 2.0? | 05 Nov 2007 18:01 GMT | 8 |
I have an app that was xcopy deployed from an ASP.NET 1.1 W2KServer to a box running ASP.NET 2.0 W2003Server. The app runs fine with the exception of where I use the above method. It just doesn't seem to work at all anymore. I get no errors...but what used to work...now just ...
|
| Most Important New Features Coming in 3.5 | 05 Nov 2007 17:57 GMT | 3 |
.NET 3.5 will soon be released. Just wondering what you believe to be the most important new features or capabilities ASP.NET will have in 3.5. I would appreciate your *opinions* on this. I'm not looking for a list of all the new features... already have that.
|
| Checking to see what page is loaded from inside a master page file? | 05 Nov 2007 17:57 GMT | 6 |
Is there a way you can test what page is loaded from inside a master page? What I need to do is test to see what page is loaded inside the master page and then gray out the root item linked to that page in the Menu control. I.e. I have a root item called home. When a person is on ...
|
| Change Account from Aspnet | 05 Nov 2007 17:37 GMT | 1 |
Hello group, I want to setup a series of web services to run under a user account, rather than the defacto Aspnet account. These web services all are in .Net 2 and all run under one dedicated app pool. What is the best
|
| An attempt to attach an auto-named database | 05 Nov 2007 16:58 GMT | 2 |
When i try to run my program by using different User it is giving me this exception can you please help me. An attempt to attach an auto-named database for file C:\Documents and Settings\priya.srivastava\My Documents\Visual Studio 2005\WebSites
|
| Looking for open source cms | 05 Nov 2007 16:19 GMT | 4 |
Hello, Everybody. Can you give me some advise about open source .NET CMS? I've found Rainbow and Cuyahoga, and I want to know more. Thanks for your answer and discussion!
|
| Exceptions Best Practice | 05 Nov 2007 16:04 GMT | 5 |
asp.net 2.0 vs2005 What is best practice for exception handling on a website in vs2005? I was going to catch errors in application on_error event, log them to the event log, then send users to an error page. But looking at the event log,
|