| Thread | Last Post | Replies |
|
| Datasync - decimal comparisons | 09 Oct 2007 15:41 GMT | 1 |
I'm trying to update an SQL database by allowing users to upload a csv file via webform. I then want to fill a datagrid to show what changes have been made. At first I tried using DataSets Merge, however this sets row states to
|
| 'True' could not be set on property | 09 Oct 2007 15:40 GMT | 4 |
I get this design-time error (below) when setting thus property in my inherited web control to 'True'. I've debugged the code running at design-time to double check to see that no exception was being thrown. While there are other people that have run into this exception, what ...
|
| Global.asax | 09 Oct 2007 15:07 GMT | 1 |
I am putting instructions for the application_OnStart event into my global.asax file but it seems as if the file is not being used when I debugg; I have tried using stops in the code to see if I actually use the event. Is there something I need to do to get the application to use ...
|
| Lost link between GridView and DetailsView | 09 Oct 2007 14:32 GMT | 2 |
For some reason, when I select the record in my GridView the DetailsView doesn't show up anymore. What "links" the 2? The DetailsView is based on an SQLDataSource with a WHERE clause using the value from the GridView.
|
| Membership question: Menus based on role | 09 Oct 2007 14:32 GMT | 2 |
I have 3 roles in my ASP.NET webapp: Admin, Manager & User (higheset to lowest) When the user logs in I want 1 or more custom menues to appear: Admin: Show menu1, menu2, menu3
|
| Treeview Clientscript - Auto Check Child Notes After Check Parent Node | 09 Oct 2007 14:25 GMT | 1 |
I have a treeview on my web form, When I check one of the parent nodes, Child nodes must be checked automatically at client Is this possible ?
|
| IIS question - Please help me I am sinking | 09 Oct 2007 13:45 GMT | 2 |
I been using my laptop as a webserver for development. I now setup a dedicated webserver (production server) and I got everything working where I can open my website while working on the production server. However, I cannot open the website from any other computer??? I typed
|
| Sort Event does not fire when EnableViewState =false for data grid | 09 Oct 2007 13:15 GMT | 1 |
I am not able to get the sort event when i EnableViewState =false for data grid. Is there any relation betwn those two.Please comment. How can I get through this problem?
|
| Debug a web site with a referenced project | 09 Oct 2007 13:08 GMT | 4 |
I have a solution with a web site (start project) and a project reference, which offers some functions to the web site. Intellisense works fine. Though I can't debug into the referenced project, although the code is
|
| Excel Interop & IIS: Permissions Issue: PlugPlayManager Security Failure | 09 Oct 2007 11:04 GMT | 5 |
First of all I didn't design this website, but I have been asked to fix it with the minimum fuss! Website is using .NET on IIS6 with an Excel Interop to produce reports. The website impersonates the user and anonymous access is
|
| multi language site... | 09 Oct 2007 09:59 GMT | 2 |
I have a site that Iwant to either display my text in english or french, based on the users prefernces ? I am new to webforms, but I know in winforms, this is pretty easy with a resource file.
|
| How to make File Explorer Search Work | 09 Oct 2007 09:39 GMT | 2 |
Ok, I got a new dev box and I forgot the Rube Goldberg procedure I need to go through to make File Explorers search really work. I've done it before but now I have forgotten. I don't know why MS doesn't make it work out of the box.
|
| stream Excel to browser- Framework 2.0 | 09 Oct 2007 07:28 GMT | 7 |
I have a Framework 2.0 web site running on a Window 2003 server, We are streaming an excel file(csv) into the browser for one of our customer reports, When the excel browser window opens the data is in HTLM format, I open the same file runnning a duplicate web site from my ...
|
| unable to debug web service project | 09 Oct 2007 06:53 GMT | 3 |
I have a VS 2008 solution which has a .net 2.0 winforms app that was just upgraded from VS 2003 .net 1.1. It also has a web service project .net 2.0. when I try to debug by stepping from the winforms app into a web service I get the error:
|
| Log in | 09 Oct 2007 06:32 GMT | 1 |
Hi and TIA! I have a MS Access application that I use to populate a table. I then log into my ASP web application, Import the table to SQL Server database to do some data searches etc. What I want to do is have the user click the button in MS access, have it launch the web site ...
|