Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > november 2007 > threads for friday november 23

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

ASP on a home computer
Posted by consulttech2004@hotmail.com at 11/23/2007 8:16:54 PM
Hello! I am trying to play with ASP on my home computer. I am placing a "hello.asp" page with simple code in C:\Inetpub or C:\Inetpub\wwwroot and running it and am getting: The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experienci...more >>

Creating a Web Service (Service, not Client) from WSDL
Posted by Bert Leu at 11/23/2007 8:02:04 PM
Hi I understand, that the "normal way" in creating Web Services is: Creating Web Service --> WSDL --> Creating Client Unfortunately, I have to create a Web Service (Service, not Clinet) from an existing WSDL. Can somebody tell me, what's the right way to do this? Any hint is much...more >>

Predicate in Net 3.5
Posted by shapper at 11/23/2007 6:45:19 PM
Hello, I have a List(Of MyClass). MyClass has two properties: Name and City. I want to find, without using a loop, if there is a item where name = NameParameter. I know that I can use a Predicate but in .NET 2.0 Predicates do not accepted Parameters. Because of that I used a Predicate...more >>

how to compile asp.net 3.5 application?
Posted by Bob at 11/23/2007 6:41:30 PM
Hi, i have just installed . net framework 3.5. With asp.net 2.0, i compiled my code like this: cd \windows\microsoft.net\framework\v2.0.50727 aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f Is this still the right way with aspnet 3.5 or another compiler must be ...more >>

UpdateCommand DetailsView
Posted by rote at 11/23/2007 6:32:29 PM
Why doesn't update work unless when i set readonly=true in my asp:boundcolumn or if i set it visible=false. If i make it visible true it does work. When i look at my sql profilier it setting it to NULL ...more >>

Repetitive coding
Posted by JJ at 11/23/2007 5:58:01 PM
When I'm creating a new web site project, I tend to spend a lot of time repeating the same code, but with different variable names and types. This is when I am setting up the business, and data layers in particular. Even the SQL stored procedures are much the same (except for the names and t...more >>

Throw Exception
Posted by shapper at 11/23/2007 5:54:28 PM
Hello, How can I throw an exception to be showed in the traditional ASP.NET error page where the error appears in red? Thanks, Miguel...more >>

Javascript going to the wrong place?
Posted by shapper at 11/23/2007 5:47:42 PM
Hello, I used the following: Page.ClientScript.RegisterClientScriptInclude(Me.GetType(), "Wait", "~/App_Scripts/Wait.js") Page.ClientScript.RegisterClientScriptBlock(Me.GetType(), "Hello", "Alert('Hello World');", True) On Page_Load (also tried Page_Init and Page_Prerender) In...more >>



Website interface program
Posted by Kivak Wolf at 11/23/2007 4:55:21 PM
Greetings everyone, I have a question about how to implement a intelligent web spider....more >>

.NET app not fully operating on server
Posted by Tom at 11/23/2007 2:33:57 PM
I am a novice .NET developer, using Web Dev. 2005 Express version. I found some code dor doing CAPTCHA verification and it works great on my local machine. I FTP all files to my web server and when I run the default.aspx I get the error below...The hosting company (Verio) got rid of the web....more >>

Transfer Stream of Recordset
Posted by Harvey Triana at 11/23/2007 2:22:26 PM
Hello - I am migrating a large COM system solution to ASP.NET To transfer data from Web to client this application uses streams of ADO recordset, example: Clasic ASP (VB Script): <% Dim Rs ' Recordset of ADO ' populate recordset ... Response.ContentType = "multipart/mix...more >>

Site built with AJAX.NET - dont want it. How to remove?
Posted by ShutterMan at 11/23/2007 1:26:39 PM
Subject says it all. What do I have to remove from a site to get rid of Ajax.net? Including the webconfig stuff. Thanks...more >>

"Manage Styles" and "CSS Properties"?
Posted by Asaf at 11/23/2007 11:10:00 AM
Hi, I have just installed VS.NET 2008 Pro. According to Scott Blog at http://weblogs.asp.net/scottgu/archive/2007/07/25/vs-2008-web-designer-and-css-support.aspx I can't find how to add the "Manage Styles" and "CSS Properties" to Solution Explorer. * Also I have VS.NET 2005 already in...more >>

What ASP.Net wiki engine you advise me?
Posted by Alexander Vasilevsky at 11/23/2007 9:33:22 AM
What ASP.Net wiki engine you advise me? http://www.alvas.net - Audio tools for C# and VB.Net developers ...more >>

What ASP.Net blog engine you advise me?
Posted by Alexander Vasilevsky at 11/23/2007 9:32:45 AM
What ASP.Net blog engine you advise me? http://www.alvas.net - Audio tools for C# and VB.Net developers ...more >>

What ASP.Net hosting you advise me?
Posted by Alexander Vasilevsky at 11/23/2007 9:29:14 AM
What ASP.Net hosting you advise me? http://www.alvas.net - Audio tools for C# and VB.Net developers ...more >>

Application Tier HTML Email
Posted by bthubbard at 11/23/2007 8:38:01 AM
Hello All, I am hoping to hear other people's suggestions and advice regarding this issue. Generating and sending a basic HTML email with Microsoft.Net is easy. I can throw some HTML together from strings, templates, excreta and then fire it out to the world via System.Net.Mail. If I want ...more >>

jsp to asp
Posted by josh at 11/23/2007 2:39:11 AM
Hi, I'm a jsp programmer and I have changed work. My boss does not matter about my previous Java experience and so he told me to learn web programming using c#. I have also many Javascript/DOM experience and I wish to program in my "already learned mode": In jsp I program to write Java code...more >>

Developing a web page that always listen to a WebService
Posted by a.mustaq@gmail.com at 11/23/2007 1:32:43 AM
Hi All, I have to develop a web page that should always listen to a web page i.e , whenever the data sending by the service changed, the page should refreshed, please help me in acheiving this.If any one have code please send it to me. With Regards, Mustaq Ahmed.A...more >>

Presentation
Posted by Fresno Bob at 11/23/2007 12:04:20 AM
I have done my first big project with .net 2.0. I like how easy it is to build 3 tier apps with strongly typed datasets and a business logic layer. The main thing I dislike is how to handle presentation logic: The formview: is there any way of getting around having separate forms for the in...more >>


DevelopmentNow Blog