| Thread | Last Post | Replies |
|
| Resize Iframe width on change of gridview width | 09 Jan 2007 20:39 GMT | 1 |
We have a non asp web page that contains a hyperlink which opens an iframe. The iframe is hidden until the hyperlink is selected then javascript toggles the visibility to 'visible'. Inside the iframe is our aspx page which contains a gridview. I've manually set the iframe
|
| 2 Question about Enterprise Library 2.0 | 09 Jan 2007 19:58 GMT | 1 |
Well, I guess I did express myself very clearly. I implemented the Ent Lib 2.0 data block against SQL database successfully. The system now is a production system. But now we want to migrate the database to MySQL. From mySQL website you can find
|
| Gridview and mult-select boxes | 09 Jan 2007 19:15 GMT | 1 |
I am looking for a gridview example for including a multi-select box - either for in-line editing or master-detail records. For example, I have 3 tables: Product, Category, and ProductCategory
|
| Problem with 2005 aspnet Wizard Control | 09 Jan 2007 18:18 GMT | 2 |
I've been using the wizard control for a while now and it works fine - however, if I want to resume the wizard from a certain step it won't allow me to go back to previous steps. Any ideas why this is?
|
| Architecture: How to call the clean-up ? | 09 Jan 2007 17:43 GMT | 1 |
On pages 1..(N-1) out of my M pages in my website I gather info from the user. On page #N I need to open/preview/use some external objects (i.e. Word & Excel). The user might not be happy with the results and he might
|
| Datagrid TemplateColumn | 09 Jan 2007 17:35 GMT | 1 |
I have an ItemTemplate in a datagrid that must use a conditional statement. The templatecolumns is as follows: <asp:TemplateColumn HeaderText="Listen To File"> <ItemTemplate>
|
| Enumeration. Get values | 09 Jan 2007 16:52 GMT | 4 |
Is there a way to loop trough all enumeration values? Thanks, Miguel
|
| DetailsView not updating | 09 Jan 2007 16:18 GMT | 2 |
Howdy, I have a DetailsView that when I fire the UpdateItem event, it doesn't update the data. The page reloads and the data is set back to the original. I'm using a Button to fire the UpdateItem event and then leaves the user a
|
| function is inaccessible due to its protection | 09 Jan 2007 14:44 GMT | 2 |
I have the code below (Using Delphi 2006 Developer to create an C# ASP.Net page to update a simple database table. When the page is fired I get the following error message +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
| VS 2003 regions | 09 Jan 2007 14:02 GMT | 1 |
Is there a command that opens all regions on a C# page? It is very time consuming (and annoying) when you have to go and manually open dozens of regions every time you open a project.
|
| Commenting for document generator | 09 Jan 2007 14:00 GMT | 2 |
I have been developing ASP.NET applications. In 1.1 I added a <remark> tag for each class and inside it I added my modification history (HTML formatted). With the built-in function that allowed me to build web docs from my comments, this would appear in the generated ...
|
| Startpage not in root folder | 09 Jan 2007 13:55 GMT | 2 |
Hy all, My problem is that my default page is not in the root folder of my website but in a subfolder called public_pages which is in the root if my website.
|
| HttpHandler not overriding security | 09 Jan 2007 13:50 GMT | 3 |
I have an HttpHandler installed on a server in the GAC that I want to grant public access to across all sites on the server. The problem I have is that some sites use forms authentication. For these sites I need to override the security of the public URLs using the GLOBAL web ...
|
| confused myself | 09 Jan 2007 13:46 GMT | 1 |
I need your help please, i've been thinking about this one for so long I have confused myself! I have a web app that contains a clients table in SQL server. When a new client is entered onto the system I want to take all the usual
|
| linear regression in webform | 09 Jan 2007 13:44 GMT | 1 |
Is there any tools/objects from Microsoft that I can use to perform linear regression in webform and generate the results into a graph? If not, is there any recommendations for 3rd party tools? Thanks in advance!
|