| Thread | Last Post | Replies |
|
| Problem creating Release EXE | 23 Aug 2007 21:38 GMT | 4 |
I am using VisualStudio 2005 (VB.Net). A weird thing happens. I used to have a button and a textbox on my form, and I deleted them. I do a Build on a Release mode. But, the EXE that it creates is dated 8/23/07 4:20 pm. My computer clock says 8/22/07 4:50 pm. And, when
|
| The referenced component 'OWC10' could not be found after copy app | 23 Aug 2007 21:24 GMT | 2 |
a new server machine. Now I edit the asp.net application in the new machine. The 'OWC10' is still shown in the .NET project reference with label '!'. When I compile it, I got the error: The referenced component 'OWC10' could
|
| Page Events hook via designer | 23 Aug 2007 21:08 GMT | 1 |
How to hook to the Page events like PreRender. in C# I need to just add the event and signature provided. I don't want to hunt for the signature etc.. I thought we can select the event from some place
|
| physical Architecture of Web Client Software Factory | 23 Aug 2007 19:35 GMT | 2 |
My company has a policy to use 3 tiers to host the entire application: 1 server - presentation layer, 1 server - application server 1 server - database
|
| Dynamically changing styles in DataGrid | 23 Aug 2007 17:32 GMT | 2 |
I am trying to build a datagrid that is customizable by my clients. I can hide and show columns or changes sizes of the Columns or DataGrid itslef from the Page_PreRender event that works pretter well. DataGrid1.Width = new Unit("551px")
|
| Long Web Form Validation Errors Not visible | 23 Aug 2007 16:51 GMT | 4 |
I have a web page that does not fit all on the screen vertically. At the bottom I have a submit button, When I click on the Submit button and have Validation Errors at the top. the user is unable to see the Errors on top of the page.
|
| Ajax Asynchronous refresh. Is it possible ? | 23 Aug 2007 16:38 GMT | 10 |
Say i have a server process which listens for some changes in database. When a change occurs i want to refresh my page in browser by notyfinig it. I do not want to refresh my page i.e. every 5 seconds, i just want to refresh it ONLY on server change just like desktop applications ...
|
| HTML-file to pdf | 23 Aug 2007 16:32 GMT | 4 |
From an aspx I wish to grab a html-file from the same directory and push it to PDF via Response.ContentType = "application/pdf". Alternatively the html-content can be held in a string variable, which can be used instead.
|
| Gridview with DropDownList | 23 Aug 2007 16:13 GMT | 4 |
I am trying to use a dropdownlist inside of a gridview. I want the gridview to display some value as a label until the user clicks the edit button for that row. Then I want to populate the dropdownlist with some values from a table. I have tried a few different
|
| TreeNode.Value - where can I find it in a client-side script? | 23 Aug 2007 15:23 GMT | 2 |
I'm trying to persist the expanded/collapsed state of a TreeView's nodes to cookies. I've managed to accomplish this using OnTreeNodeCollapsed() and OnTreeNodeExpanded(). I'm using TreeNode.Value as the name of the cookie, and values of either 0 (collapsed) or 1 (expanded) for ...
|
| WYIWYG way for creating Custom Controls | 23 Aug 2007 15:16 GMT | 1 |
Previously I used to create user controls if I wanted to use a specific set of controls in multiple pages, however I want to deploy my control in other applications so I thought of creating custom controls.
|
| Upload/DownLoad from Excel | 23 Aug 2007 14:53 GMT | 1 |
I am doing an aspx application and need to let my users be able to edit the information in my database by the page. My first Idea was to let them export the information to an excel file at local machine where they can edit it och then upload the file by the page again to save ...
|
| VB vs C# question (trying to switch languages) | 23 Aug 2007 14:44 GMT | 18 |
I'm trying to make the jump from VB to C#. Aside from the syntax issues i'm running into some execution differences i think 1. I created a C# page in an existing VB.net website 2. I added a gridview with a footer row
|
| Caching business objects? | 23 Aug 2007 13:00 GMT | 5 |
I have custom bustom objects whose properties i populate using a datareader. Is it possible to cache the business object afteri have populated it? If so, how? Everything i have tried does not work. Ashok
|
| asp.net 2.0 ajax autocompleteextendet with 2 column | 23 Aug 2007 12:28 GMT | 1 |
I have implemented Auto Complete feature by using AutoCompleteExtender. It's just I may need to have an extra column, just to display some extra information. Still, when I click on the item I would like only the first column to populate my textbox.
|