| Thread | Last Post | Replies |
|
| Question About Design Strategy | 27 Sep 2007 16:07 GMT | 3 |
I have written an app in C#/asp.net 2.0 that is a system built to handle a large number of scenarios. Part of that system involves allowing users to download large files. As part of my original design strategy, I chose to locate these downloads in a directory separate
|
| ASP.NET/IIS Problem when using ../../ in Application. | 27 Sep 2007 15:51 GMT | 5 |
Hi. I have a virtual directory named Vehicles which serves a website. An .aspx page in the Vehicles directory needs to display an image from a folder existing one folder above Vehicles. So I tried this. myImage.ImageURL = "../../image.gif"
|
| Recommended Book for ASP.NET which features code-behind | 27 Sep 2007 15:25 GMT | 1 |
Is there a recommended book for ASP.NET which avoids DataSets and DataTables in favour of collections and uses code behind to bind data to controls rather than using SqlDataSource and ObjectDataSouce?
|
| BBCode Editor for ASP.NET | 27 Sep 2007 15:24 GMT | 1 |
Where can I find BBCode editor (editor for forums and blogs) for ASP.NET. I need editor like FreeTextBox (but BBCode, not HTML like FreeTextBox). I need source code or control. Where can I find it? Thanx
|
| DisplayMaster\DetailResults | 27 Sep 2007 15:22 GMT | 1 |
If you will goto this link http://www.railpictures.net/ and click the Find the Photos button, about the middle of the page. The page that gets opened as you can see displays trains and photos. What I have is a Master(Projects) and Details(Photos) that I would like to display in ...
|
| ASPNet 2.0 Cache question | 27 Sep 2007 14:44 GMT | 4 |
In the ASPNet 2.0 web application, the Form1.aspx is set to HttpCacheability.NoCache, and the Form2.aspx is also set to HttpCacheability.NoCache. The Form1 will do the
|
| Aync WebClient | 27 Sep 2007 14:39 GMT | 1 |
I'm a newbie about asp.net. I've a web client that call in async mode one webservice method The problem is that I don't know how to refresh control text property. Some code:
|
| Socket connection lost (Connected = false) | 27 Sep 2007 12:31 GMT | 3 |
i try to write a website which should dynamically show statusinformation of the user which are using it. Another server provides the information over TCP (plain text api). In the codebehind file i create a thread which connects to the server
|
| MasterPage Reference Problem | 27 Sep 2007 11:53 GMT | 3 |
In VS.NET 2005 I have created a web site with a MasterPage and a function. I have then created a new folder and put a WebUserControl in it. How do I access my function in the MasterPage from the WebUserControl?
|
| does ExecutionTimeout include file upload time? | 27 Sep 2007 10:52 GMT | 8 |
I am trying to investigate a problem reported by one of my users who received a "System.Web.HttpException: Request timed out." error trying to upload a large file into my asp.net 2.0 application. I have seen several blog posts and other articles implying that the
|
| Displaying table | 27 Sep 2007 10:37 GMT | 1 |
I am writing a court booking system for 4 courts. The problem is I don't know how to render the table. I want each court as a column and I want time down the left hand side. Each court has a session duration of 40 minutes. The tricky bit is that each court's session starts 10 ...
|
| Lost the session | 27 Sep 2007 09:23 GMT | 1 |
I've migrated my web App 1.1 to Asp.Net 2.0 using the VS Migration Wizard, I've added 4 pages aps.net 2.0, Ajax Extensions. Everything works ok until yesterday that I've Pubilsh the web site. All the asp.net 1.1 and 2 as.net 2.0 pages works properly but int the other 2 pages Asp ...
|
| Your security settings do not allow websites to use ActiveX contro | 27 Sep 2007 09:12 GMT | 5 |
I have already set the Internet Options->Advanced ->Security to "Allow active content to run in files on My Computer" and restarted the browser. If I navigate using the browser to the website that contains the ActiveX, the ActiveX is loaded and the website works fine.
|
| aspnet vs php | 27 Sep 2007 08:37 GMT | 14 |
Could you tell me witch are the advantages of using aspnet instead php? Thank you
|
| Changing LinkButton in GridView | 27 Sep 2007 08:11 GMT | 4 |
I have an GridView and when I put ALLOPAGIN = TRUE I can go to differents pages. The problem is that to do it they appear LinkButtons and I want to change then by Buttons. May anyone please help me? Thanks in advance,
|