| Thread | Last Post | Replies |
|
| Multiple web farms sharing Machinekey | 29 Jun 2005 21:28 GMT | 1 |
I need some info to make sure I avoid problems with my webfarms. Currently I'm running 3 separate sites, each with their own webfarm of 2-3 webservers. All of these sites are using the same backend machine for SessionState info.
|
| Generate XML from XSD | 29 Jun 2005 20:19 GMT | 1 |
My application has to generate dynamically XMLs from any schema. The application doesn't know the shema structure, only the name of the .xsd file. So I would like to generate an empty XML from given XSD. Could anybody tell me how I can do this in .NET Studio?
|
| Creating/working with classes in .NET | 29 Jun 2005 19:07 GMT | 2 |
As a newbie, can someone recommend a link/tutorial to help me understand how to create Classes and how to integrate within a .NET app? Thanks.
|
| optimizing .net NTD application | 29 Jun 2005 18:09 GMT | 2 |
We had developed a .Net application which has the following environment Uses the No touch deployment concept Uses framework 1.1 on client and server machine, Visual studio 2003,
|
| Detecting USB Ports | 29 Jun 2005 14:30 GMT | 2 |
I'm looking for a way to detect available USB ports on a machine using VB .NET. It would also be advantegous if I could tell if they had hardware plugged into them as well. Any help is appreciated,
|
| Installed .Net Framework V2.0 but VS.Net still references V1.1 | 29 Jun 2005 14:13 GMT | 2 |
I have not managed to install .net framework v2.0 but how can I use it? VS.Net still references v1.1 Why?
|
| Problem with assemblies loaded via reflection | 29 Jun 2005 13:29 GMT | 3 |
I am loading some dlls for my application using reflection. These dlls are plugins as suggested in the MSDN article: http://msdn.microsoft.com/msdnmag/issues/03/10/Plug%2Dins/ (although I came up with this idea myself before reading the article).
|
| How to cancel user-clicks in AxWebBrowser | 29 Jun 2005 12:54 GMT | 4 |
I am trying to present HTML in the AxWebBrowser control, but I want to cancel the even of user-clicks, since I don't want to user to navigate any further than the presented page. Any ideas?
|
| Loading and Running ASP .NET application | 29 Jun 2005 06:26 GMT | 5 |
while trying to open an Asp .Net application ' I get the following message (the IIS on my computer is running) "Visual Studio .Net has detected that the specified web server is not running ASP .NET version 1.1 you will be unable to run ASP .NET web
|
| Looking for a RegEx pattern | 29 Jun 2005 04:16 GMT | 1 |
I have some address string like this: 101st Street 45J 45th Karamba Street 123 1st Street 45L
|
| rotate label 90 degrees | 29 Jun 2005 01:12 GMT | 1 |
Is there anyway to rotate a label 90 degrees so that the letters in the label are printing sideways? I need to do this for headers on skinny columns. Thanks for any help you can offer!!!!!
|
| Cannot open .aspx page | 29 Jun 2005 00:10 GMT | 1 |
I am new of ASP.NET, I am trying to develop a web application with ASP.NET and Microsoft Visual Studio .net 2002. I create only one simple page with simple C# code behind, it works fine in the developing computer. After I move all files to another computer on which web server is ...
|
| 1 solution or 2? | 29 Jun 2005 00:07 GMT | 1 |
I'm writing an application and the corresponding web services. Am I better off with having 2 solutions (1 for the app, 1 for the web services) or 1 solution (both app and web services as projects within the solution)? Pros? Cons?
|
| Getting the Value of a DropDownList | 28 Jun 2005 19:58 GMT | 1 |
I have a Repeater that is paginated, and I would like the user to navigate to each page via a DropDownList. I have set the AutPostBack attribute to true and written code that fires on the OnSelectedIndexChange event. However, I am unable to retrieve the
|
| Best method to hide/show a single tabPage in a Tab control? | 28 Jun 2005 16:15 GMT | 9 |
This is probably an easy one, but I have not been able to figure it out so far. I have a tab control on a windows forms app. Depending on some business logic, I need to hide/show some of the individual tabs. The tab page has no "visible" property. The tabpage class has a ...
|