| Thread | Last Post | Replies |
|
| Translate C# to VB2005 | 22 May 2007 16:35 GMT | 4 |
Who can translate this code into VB.net? On May 19, 4:48 am, "dancer" <dan...@microsoft.com> wrote:
> Using VB2005 and Asp.net |
| parser error message: Ambiguous match found | 22 May 2007 16:29 GMT | 3 |
This is from a Dot Net 1.1 project converted to Dot Net 2.0. In 1.1, all was fine without any problem. In 2.0, on the developement machine all seems more or less OK. In release mode on the test machine, I have this error. at Line 1.
|
| Form Results to other webpage | 22 May 2007 16:25 GMT | 8 |
Using VB.Net and ASP.Net I have a forms page which returns results to an HTML email. Can I have this results page be on the website as well?
|
| SecurityException | 22 May 2007 15:29 GMT | 2 |
I get a SecurityException when I try to execute EventLog.SourceExist(..) in Visual Studio 2003 How can I fix that problem?
|
| web.config <assemblies> section being modified | 22 May 2007 14:37 GMT | 5 |
I am having a strange problem which I have actually seen on 2 different servers now. The problems manifests itself as a ConfigurationException, and upon inspection, a new (invalid/non-existent) assembly reference is added in the <assemblies> element of web.config.
|
| How to create a website without virtual directory? | 22 May 2007 14:25 GMT | 3 |
I use Visual Studio .NET 2005 to create a website called "website1". When I start this website in Visual Studio, the URL is http://localhost:49299/website1/default.aspx How can I get rid of "/website1" in the path? I want the URL to be
|
| Setting a Default Value | 22 May 2007 14:02 GMT | 10 |
I have an asp.net/csharp application that requires a particular variable to work properly. This variable is usually passed via a query string in the URL when the application is first run but under certain circumstances the query string may not contain the variable. So I need some ...
|
| asp.net 1.1 application pool locking | 22 May 2007 13:51 GMT | 6 |
I have a webservice written in dotNet1.1 that does some stuff and calls a webservice written in dotNet 2.0. I'm using a Visual Studio 2005 webtest and loadtest to test webservice. When I load test the 1.1 webservice with for example 25 simultaneous users
|
| frmEmail.Visible = False | 22 May 2007 13:33 GMT | 9 |
Exactly what does this mean? frmEmail.Visible = False
|
| Public Variables | 22 May 2007 10:07 GMT | 5 |
I am developing 3-tiered application. I have and ASP UI, VB.Net Business Objects and a SQL ServerDB. I am encountering a problem that I have a mental block on and would appreciate some help.
|
| Free asp.net forum software? | 22 May 2007 09:23 GMT | 17 |
Hi all does anyone know of any good free open source forumsoftware? Google did not really return anything good apart from the original 1.1 ASP.,NET version which I installed. http://www.asp.net/Forums/Download
|
| Web.config Encryption | 22 May 2007 09:13 GMT | 2 |
Hi, I am an experienced .Net developer, but new to ASP.Net 2.0. I have been using the Personal Web Site Starter Kit and have successfully uploaded the site to a shared hosting provider. I am connecting to the SQL database via SQL authentication rather than Windows authentication, ...
|
| use java script in asp.net | 22 May 2007 09:06 GMT | 1 |
I m vinod I am creating an asp.net application and I want if any body enter any value in a textbox then it should only be appear if entered value is
|
| XmlDataSource or DataSetDataSource | 22 May 2007 08:21 GMT | 2 |
I have a code below i'm trying to test It had a DataSetDatasource but i thinks its deprecated if yes what can i use in this scenario below? I used XmlDatasource but its saying it can't find the property url in the
|
| Default VS.NET 2005 to Design Mode Rather than Source Mode? | 22 May 2007 04:28 GMT | 1 |
I must have hit a wrong button... but VS.NET now defaults my ASPX documents to "source" mode. Is there a way to make VS.NET display the document in design mode (graphic layout?) Thanks!
|