| Thread | Last Post | Replies |
|
| Asp.net 2.0 RequiredFieldValidator | 19 Jan 2006 00:32 GMT | 2 |
I am using ASP.NET 2.0 RequiredFieldValidator in my application. This Control works fine with IE and latest Netscape. However, in netscape6 page Postback fails.Is this a bug or by design? Regards
|
| moving projects | 19 Jan 2006 00:31 GMT | 3 |
I am sure this must have a simple answer. I can't move web projects. I move the project to the webserver and it runs fine from the browser soo it is there an it works
|
| Opening a MS Access APP - if the SQL connection is not found... | 19 Jan 2006 00:31 GMT | 6 |
I have two versions of a 'Downtime Application that will run in the event that the mainframe goes down 1) SQL Server ASP.NET app (accessed outside the mainframe network) 2) MS Access Version of the same app locally installed (C Drive)
|
| Add reference | 19 Jan 2006 00:27 GMT | 3 |
Quick question: what is the syntax to manually add a reference to a DLL on an aspx page? Thanks!
|
| How to refresh one frame from another? | 19 Jan 2006 00:07 GMT | 1 |
I have a page with two frames, one on the left and on on the right. Certain actions taken in the right side pane need to cause a refresh or a re- Databinding of the left pane but I'm not sure how to programatically trigger such an action.
|
| How do I... | 18 Jan 2006 23:27 GMT | 2 |
I have to created a page that allows users to click a link or button to watch a video. The app must insert a database row with information about the video and time watched. I am unsure how I should proceed with this. Right now I just a link:
|
| netfxsbs10.xe - What does that do? | 18 Jan 2006 22:44 GMT | 2 |
I went to \windows\microsoft.net\framework and i typed netfxsbs10 /? and it just went to the next command prompt. I thought it may bring up a help screen about that executable, but I "fear" that the executable ran.
|
| Can you use multiple authentications (Windows and None) together | 18 Jan 2006 22:34 GMT | 3 |
Most of my pages require the Windows authentication. I have one page that does not need authentication. Can that be done on the same site? If so how?
|
| Parse Error with FileUpload | 18 Jan 2006 22:28 GMT | 2 |
What is wrong? Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error
|
| this.Dropdownlist not working | 18 Jan 2006 21:52 GMT | 4 |
I added a textbox to a c# page and can access it with code behind but added a dropdown list by draging it on the page from the toolbar but when typing this. the dropdown id is not selectable and I can not access any of its attributes.
|
| FileUpload control - How to limit 'Files of Type'? | 18 Jan 2006 21:39 GMT | 1 |
How do you limit the "Files of Type" selections in the dialog for a FileUpload control?
|
| App.Config file | 18 Jan 2006 21:02 GMT | 13 |
Is there a way to have conditional statements in app.config file? I want to add keys, so that based on the args[], appropriate keys are taken from the config file and used in my app Thanks,
|
| What is the proper code for file uploading. | 18 Jan 2006 20:50 GMT | 4 |
I have tried everyway i know both Input type=file and asp.net 2.0 asp:uploadfile and continue to run into road blocks at one point or another. The objective is as follows: Allow user to upload multiple files of a specific extension (i.e. .jpg). In
|
| Using Hyperlink Control for file download | 18 Jan 2006 20:49 GMT | 1 |
I am using a Hyperlink control that links to an Excel file. I would like the "File Download" dialog box to appear instead of the Excel file automatically opening within the browser. What do I need to do? Thanks in advance.
|
| Freezing Datagrid Column Headers | 18 Jan 2006 20:38 GMT | 2 |
We have a datagrid with column headers. If the datagrid has more than say 25 rows the user needs to scroll down to be able to see the rest of the grid. When the user does this the column headers scrolls up off the screen and it becomes hard for the user to determine what the ...
|