| Thread | Last Post | Replies |
|
| Switch between TextBox and Label inside DataGrid | 27 Jun 2006 11:52 GMT | 4 |
I have DataGrid with Label in one of its columns. Label should change into TextBox, when user do some specific action. How can I acomplish this?? P.S. Sorry for multiple posts in the same newsgroup, but I had to do that, because my OE news reader doesn't show all my posts.
|
| strange file upload behaviour (404 with one pdf but not with another) | 27 Jun 2006 11:15 GMT | 3 |
Maybe there is an oracle out there who can help. I have an aspx site and a simple fileupload control on it. Everything works fine except: I can reproduce an 404 error when trying to upload some files.
|
| having visual studio recognize my own extension | 27 Jun 2006 10:05 GMT | 4 |
I have renamed aspx to .ret and would like visual studio to recognize .ret file as an aspx file recognize = show designer, intellisense, group up with corresponding codebehind in solution explorer, etc.
|
| Forcing a save of a downloaded document | 27 Jun 2006 09:31 GMT | 4 |
We'd like to take advantage of code we already have for transforming XML into HTML (using XSLT) for our users to save the HTML as an MS Word document locally. I've dug around and found the following code to include in the code behind:
|
| Newbie question: how to create users after publish a form authenti | 27 Jun 2006 09:26 GMT | 1 |
I've publish my form authentication app to my web host. It seems the "publish" function removed the admin user I created. How to add users to the application?
|
| Navigation Menu | 27 Jun 2006 06:44 GMT | 4 |
I am a beginner in asp.net. I am trying to create a menu and submenu in the left margin and right side of the page should bring up the new page based on the selection on the left side.
|
| how to disable caching pictures | 27 Jun 2006 06:40 GMT | 5 |
I have image control with jpeg url on my asp.net web. That jpeg has the same name but changes Problem is that web is caching the old one even if its contents have changed. I cannot change the name of that pic but I must display current image. Please help with some good solution. ...
|
| formview insert | 27 Jun 2006 06:16 GMT | 1 |
I have a formview based on an SQL Data Source see below. I have a formview bound to it. The item insert template has a command button with a command name insert. When I press it the insert doesn't take place in the database. What obvious thing am I doing wrong!!? Regards, Chris. ...
|
| CSS problem | 27 Jun 2006 05:53 GMT | 1 |
I did a search on this forum and find others also encountered the same problem. I have the following code on master file: <head>
|
| ASP.NET 2.0 and SQLServer 2000 | 27 Jun 2006 05:43 GMT | 2 |
I have a problem to connect to SQLServer 2000 on ASP.NET 2.0. When I logon the .NET show me the error <I>"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default ...
|
| Can 2.0 use project references like in 1.1? | 27 Jun 2006 04:23 GMT | 4 |
Hi all. I apologize if this has been asked/answered already, I couldn't find any info. In 1.1, my standard web application structure includes a front end website, and a management site (or administration site.. however you call it). The management site is a subfolder of the primary
|
| Which OS is most suitable for ASP.NET 2.0 development? | 27 Jun 2006 04:23 GMT | 5 |
I am setting up my ASP.NET 2.0 development environment. I have a hard time picking between Windows XP Pro vs Windows Server 2003 since I am not sure of all the pros and cons that come with each OS. And if Windows Server 2003 is better, which edition then? Web edition, enterprise ...
|
| Controlling Title and Metatags when using MasterPage | 27 Jun 2006 03:00 GMT | 3 |
I'm using a MasterPage for my website rebuild (vs2005, .net2, c#). I want to be able to control the Title element, both on the MasterPage and the Content pages. For example, on each page I want the following to appear for the Title..
|
| Session not being displayed | 27 Jun 2006 02:49 GMT | 1 |
I am trying to set a session variable an find that the session variable doesn't get set until I refresh the page. I am trying to display an image with text on it (Captcha) and need to save the text that gets printed. Each time the page gets refreshed a new random
|
| User Control definitions | 27 Jun 2006 01:45 GMT | 2 |
User VS 2003, I would like to use User Controls to control the page look with 3 User Controls (...PageTop.ascx, ...NavigateTop.ascx and PageBottom.ascx). I would put the Content User control between the NavigateTop and PageBottom User controls.
|