| Thread | Last Post | Replies |
|
| Customizing windows authentication | 30 Jan 2007 14:39 GMT | 2 |
In windows authentication 1. Apart from user name and password, can we force the user to select the domain name at the time of login through browser?. 2. In windows authentication
|
| Read emails | 30 Jan 2007 14:29 GMT | 2 |
How to read emails (by meanse of System.Net.Mail) and put the attachements to the specified folder? (Our partner sends their registries by emeail.) Thanks in advance.
|
| AS.PNET 2.0, runtime modules Best Practices | 30 Jan 2007 14:21 GMT | 2 |
we are rewriting our .NET 1.1 web application with VS. 2005 and .NET 2.0, it takes big work but we believe there is a point to do that... at least we hope! we believe that:
|
| API to get all themes from APP_Themes ? | 30 Jan 2007 14:19 GMT | 3 |
I need to list all available themes for a .NET app, is there any API in .NET2 for this or should I explore the folder files using IO methods ? Thanks for indication CS
|
| Adding details to user profile | 30 Jan 2007 14:12 GMT | 3 |
Whats the best way to do this?: Users from different companies need to log into a web site. I want to add the users company name, address etc to their profile. However I want the company details to be stored separately (i.e. in a separate table in the
|
| site searching | 30 Jan 2007 13:50 GMT | 1 |
Can anybody provide me sample/code for web site searching(i.e HTML pages, etc) without database. I am using ASP.NET 2.0. Thanks, Pradeep
|
| Automation of Word from .net 2 | 30 Jan 2007 13:43 GMT | 22 |
I'm developing an intranet (win XP, .NET 2, Visual Studio 2005, Microsoft.Office.Interop.Word.dll in references) and needed to implement find-replace in word doc before sending letter and it worked fine on my station.
|
| Why doesn't control load? | 30 Jan 2007 12:53 GMT | 1 |
I have a user control with a namespace similar to: mysite.SomeApp.TheControl In an aspx page, I'd like to load the above control based on its filename. The page is in the same namespace, mysite.SomeApp and both
|
| looping what the heck? | 30 Jan 2007 12:26 GMT | 1 |
Given this: *************************** For Each entryName In Request.Form Response.Write("Name: " & entryName & "<br/>")
|
| how to share authentication cookie between ASP 3.0 and ASP.NET | 30 Jan 2007 12:23 GMT | 1 |
I have a new ASP.NET 2.0 web site installed side by side with existing ASP 3.0 web sites, each under a different domain, like this: https://dotnetapp.mycompany.com https://app1.mycompany.com
|
| Running jscript in initialization of ContentPlaceHolder | 30 Jan 2007 12:15 GMT | 3 |
Hi - We need to be able to invoke a child (contentplaceholder) page from a master page and have the child run some jscript code in the initialization event to load data specific to that child. We can't seem to find a way to do it. The page.load event seems to be limited to the ...
|
| Unable to execute an ASP app locally. | 30 Jan 2007 11:46 GMT | 2 |
This is probably a dumb question but can anyone tell me why I'm getting this message in the Event log? Basically, I'm trying to run a simple ASP application from VS2005 and I keep getting 'Server Unavailable'. The Event log is as follows:
|
| Master page question | 30 Jan 2007 11:03 GMT | 4 |
Is it possible switch between conten page programmatically without lose the control's state in the master page ?
|
| Newbie UserID question | 30 Jan 2007 10:11 GMT | 1 |
I wanted to know if anyone could tell me if I am going about this the right way: I have a 'project' database table (sql 2005). I want to allow certain users to access certain projects. Each user will have an access level assigned
|
| Monitor mailbox with POP/ASP.NET | 30 Jan 2007 09:57 GMT | 3 |
I would like to build a web application that will monitor a mailbox for new emails and then send a response. I have a reseller package with my hosting company, but they don't want to give me direct access to the mail server's API for security reasons.
|