| Thread | Last Post | Replies |
|
| How to hide some map nodes from menu | 28 Mar 2006 03:44 GMT | 3 |
I have web.sitemap file that is used in sitemappath control. I also have a menu that uses the same sitemap file. is it possible to "hide" some nodes from menu but still have them available for SiteMapPath control. I need it since some pages could be displayed only if the have some ...
|
| Changing page bgcolor from code (repost) | 28 Mar 2006 03:17 GMT | 12 |
In the original post I failed so indicate that I am using framework 1.1....... I need to be able to change the background color of a page from code. I found an answer to this question in another forum from Peter Huang that said
|
| display empty datetime as blank? | 28 Mar 2006 02:29 GMT | 3 |
How do I display a datetime field that hasn't been assigned a value as blank instead of the default minimum value? I need to do this in both display and edit modes. Thanks!
|
| Opening a Word 2003 template | 28 Mar 2006 00:57 GMT | 4 |
I need to open a Word template so that I can merge some data from a database with the document. I am using ASP.NET, VB.NET. I can not even get MS Word to be visible. I can see that an instance is created in Task Manager. Here is my code:
|
| Compiler Error Message: | 28 Mar 2006 00:53 GMT | 8 |
Compiler Error Message: BC30002: Type 'System.Management.ManagementObjectCollection' is not defined. Source Error: [code] Imports System.Management
|
| .NET App to monitor Processes | 28 Mar 2006 00:51 GMT | 2 |
Is there a sample application or reference to monitor processes using .NET? Thanks, Stephen
|
| Roles/Groups in ASP.NET 2.0 | 28 Mar 2006 00:44 GMT | 6 |
I'm looking to protect some pages using the Membership provider (ADS) built into .NET 2.0. In order to protect these pages, whose details are stored inside a SQL Server table with columns id,name,url,parentid etc. I need to link them into some roles, or groups.
|
| How to make web user control? | 27 Mar 2006 23:15 GMT | 3 |
I have a SIMPL HTML form that displays a javascript clock. I want to take this component and put it in a web user control so that I can reuse it easily. The problem is I don't know what to do with some of the elements, like...
|
| referencing a user control: ASP.NET 2.0 | 27 Mar 2006 23:08 GMT | 5 |
Hi, I have a user control on my page and all I would like to do is call one of its public methods. in 1.1 I would just go... ((MyUserControlType)(NamedInstanceOfControl)).PublicMethod();
|
| How to get 2nd Wednesday of each month? | 27 Mar 2006 23:07 GMT | 1 |
Please suggest something to get date corresponding to 2nd wednesday of each month in VB.NET.
|
| Printing from ASP.NET | 27 Mar 2006 22:34 GMT | 2 |
Howdy all, I need to print from my ASP.NET script with minimum user interaction. I have a work order management piece that they need to simply print the WO when its completed to a single printer. I don't want the user to be presented with
|
| Recently written record does not show in a descendingly sorted dat | 27 Mar 2006 21:47 GMT | 1 |
Here's the problem I'm having. I write a record to backend database and upon the postback my record set is not showing the record I just added. If I close the page totally and reopen the page it will show up, or if I add a second record the first will show upon the postback of ...
|
| Error connecting to SQLExpress 2005 locally (error: 26 - Error Locating Server/Instance Specified) | 27 Mar 2006 21:43 GMT | 2 |
I'm a newbie here and was wondering anyone could help me with this. I have a simple ASP.NET 2 web application running perfectly fine with IIS and SQLServerExpress installed locally on my WinXP as a testing server (I created the app in Visual Studio.NET 2005).
|
| postback problem | 27 Mar 2006 21:02 GMT | 2 |
i have a problem with postback... i don't find an answer ... only the same problem without a solution.... (look here: http://groups.google.de/group/microsoft.public.dotnet.framework.aspnet ...
|
| change an attribute of all controls, before the page renders | 27 Mar 2006 20:51 GMT | 3 |
i want to enumerate all server controls in a page if it has a text property, change it right before the page is sent to the browser how do i do this?
|