| Thread | Last Post | Replies |
|
| LARGE file upload components/controls/add-ons? | 21 Dec 2007 21:26 GMT | 3 |
I briefly researched this a year or so ago for a project that never materialized, but now I'm in the midst of one and need to look into this a bit more. I'm working on a site where the client want people to be able to upload
|
| How to "overlay" your functionality on another site? | 21 Dec 2007 20:11 GMT | 1 |
I know this isn't necessarily an ASP.Net question, but it is web programming and I intend to try it using ASP.Net, I just need to get pointed in the right direction. I've seen some sites that allow you to browse other sites "through" their site with some of their functionality ...
|
| Crashing caused by Dropdownlist in Header template | 21 Dec 2007 19:37 GMT | 4 |
I've been looking at references about this all afternoon but I can't really see anything that seems relevant to my particular situation. I have a gridview. This is used in read-only mode only, strictly for display and deletes. Paging is on. I turned a column into a template ...
|
| Property | 21 Dec 2007 19:33 GMT | 1 |
I created a custom control as follows: Public Class Field Inherits Control Implements INamingContainer
|
| Somebody uploads a file - put a button on to preview the file. | 21 Dec 2007 19:32 GMT | 2 |
I've got a spot where a user can upload a file. I then want to have a button appear once the file has been uploaded that they can click on that will show them a preview of the file. What's the easiest way to do this? A hyperlink to the file with a link to the file? I'd kind of ...
|
| Difference between using a hidden field and a label that is not visible. | 21 Dec 2007 19:12 GMT | 3 |
Is there any real difference between using a hidden field and using a label that is not visible. My thought being that I could leave the labels visible while testing but make them invisible once I'm done. This way I can see what is actually being stored in the values.
|
| text box value does not match value on postback | 21 Dec 2007 19:03 GMT | 2 |
I have a text box that is currently being set by a javascript function as a running total. the javascript is working fine, as values are changing the running total is being set correctly in the text box. When the page is posted to the button OnClick event, the value of the
|
| Can I debug and see where I am in an website? | 21 Dec 2007 15:04 GMT | 10 |
I'm trying to fix a site that someone has left me and - to understate it - it is huge! I'm trying to work on a specific section but i can't seem to find where the proper code for it is..
|
| Mixing compiled and uncopmiled pages | 21 Dec 2007 13:55 GMT | 7 |
If I provide someone with a compiled page (i.e. an aspx and dll file) to drop into their site, will it work ok if the rest of the site is uncompiled (i.e. no dll's)? Thanks
|
| FileUpload control does not recognize having a selected file | 21 Dec 2007 11:39 GMT | 3 |
I have a FileUpload control which is inside an UpdatePanel which is inside a TabPanel. In my code, I use the FileUpload's HasFile and FileContent.Length properties. However, after I select a file, the HasFile=False, and the FileContent.Length=0. Why is this? Does it have ...
|
| Control. Is this possible? | 21 Dec 2007 08:22 GMT | 3 |
I have been creating a few controls and I have a problem. I want to create a control that renders a TextBox, a Label, and a few more controls. Is it possible to create such a control without all these controls to
|
| Compare OldValue of TextBox in GridView | 21 Dec 2007 04:58 GMT | 1 |
I have a GridView that is used to display and edit a SQL table. I have a text field that I need to know if it changed during the update and also what the previous Text value was before the change. What is the best way to do this? I have other code in the OnRowEditing event, ...
|
| launch dotnet application from asp | 21 Dec 2007 03:19 GMT | 1 |
How can I launch a dot net application from asp 2.0?
|
| CreateUserWizard changed page.User.Identity | 21 Dec 2007 03:03 GMT | 2 |
I put a CreateUserWizard controll in my page to create users. One thing I notice is that after a user is created and when I goes to other pages, the property: Page.User.Identity.Name is changed to the newly created user.
|
| How to activate toolbox items? | 21 Dec 2007 02:38 GMT | 8 |
How can I make the 'Menu & Toolbars' menu active in the toolbox? Right now I can see the options, but not been able to select items.
|