| Thread | Last Post | Replies |
|
| The size FileUpload can access? | 22 Jan 2006 21:11 GMT | 4 |
I use a FileUpload control to upload a text file to web server. If the size of the file is larger (about 9M), the page will result in an "Can't find page" error after I press a button to access the file. But if the size of the file is small, it will be ok.
|
| ASP.Net 2.0 and ASP.Net 1.1 | 22 Jan 2006 21:09 GMT | 6 |
Is it possible to install and run asp.net 2.0 and 1.1 side by side? Or, is it enough to install framework 2.0 only? Are they compatible?
|
| Only allowing certain html tags | 22 Jan 2006 20:26 GMT | 4 |
I would like to limited what html tags are allowable in inputting into an xml page. Just <a>,<b>,<i>,<font>, <li>, <ul> and <ol>. I am using VB 2005. TIA Aaron
|
| Forms Authentication | 22 Jan 2006 19:09 GMT | 2 |
I'm using Forms Authentication for my users to login to a website. It works good, but there are a couple of files that should not be password protected (such as "forgot password"). My question is:
|
| ASP.NET 2.0 and Firefox | 22 Jan 2006 15:56 GMT | 6 |
does anyone know why the Firefoxbrowser requires local logindata when you try to access a local asp.net 2.0 site? Couldn't find anything in the Net.
|
| Problems with positioning objects on form with Visual Web Developer | 22 Jan 2006 15:15 GMT | 2 |
I am trying to place objects like buttons, calendar, listboxes etc on a webform. I am strugling with the positioning. I placed all the objects in a cell and the cell centers itself on the page. However the objects don't appear on the webpage on the same place as the design form in
|
| asp:Hyperlink NavigateUrl problem | 22 Jan 2006 15:00 GMT | 2 |
I have a page that has an asp:Hyperlink control on it. The NavigateUrl is set to "~/Aaa/Bbb.aspx" When the link is rendered it is rendered as Aaa/Bbb.aspx which I would think is completely incorrect.
|
| Building a multi-tenancy application | 22 Jan 2006 11:55 GMT | 2 |
Can anyone point me to a article of product about using an application hosted on a webserver for multiple customers? So everything is the same except for the connection string each customer runs with, which gets loaded upon logon.
|
| Webservice behavior and authentication | 22 Jan 2006 11:36 GMT | 2 |
I'm trying to use th webservice behavior for using a web service published inside a virtual directory with Windows Integrated Authentication and I have huge problem. The behavior can't retrieve WSDL definition but if I put the webservice
|
| How do I do cross page posting from a master page? | 22 Jan 2006 11:01 GMT | 4 |
I would like to add a search text box to the master page, so that it appears on every page of the site. I then want the button next to the search box to do a cross page post to the search page, where I want to pick up the contents of the search box.
|
| Updating property value in a custom contorl using ASP.NET 2.0 Callback | 22 Jan 2006 10:48 GMT | 2 |
I'm a new ASP.NET programmer and I want to create a custom control consist of two properties (Number1) and (Number2) and both of them are integers and default value = 0, now I'm using callback technique so I can change those two proprties
|
| Memory loss in download of large files fixed in .NET 1.1 SP1? | 22 Jan 2006 09:41 GMT | 3 |
Article ID 823409 discusses a problem where the downloading of large files via ASP.NET can cause a large memory loss and results in the recycling of the ASPNET_WP worker process. It appears as though this article was posted prior to the release of .NET
|
| XML, where do I start? | 22 Jan 2006 08:25 GMT | 2 |
I'm doing a custom web control. In this web control, I must load an xml file and parse it to get all the items to add to the control. I will be a menu bar, so I will have to find all the menubar items and their children, et al. For the rendering logic, I have no problem, the ...
|
| Launching application from asp.net web application | 22 Jan 2006 07:47 GMT | 7 |
I have an Gui Application written in C#.net. Is it possible to launch my application from a web application. I also need to pass a parameter to this application so that appropriate data is loaded based on user Id. Is it possible to do this? If so, Can anyone please suggest how to
|
| Weird date problem! | 22 Jan 2006 06:16 GMT | 2 |
Hi, I have a date / time in the following format 1/25/2006 8:00:00 AM When I do the following on my local server Convert.ToDateTime('1/25/2006 8:00:00 AM') I get 1/25/2006 8:00:00 AM which is fine..
|