Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score [ASP.Net 2.0] Hiding asmx file ?
Steve B. - 15 Mar 2007 10:10 AM - 1 message
Hi, We have build an ASP.Net 2.0 framework for our corporate sites. This framework add some asmx files that are used by all application. The asmx files only contains the directive <%@ WebService Language="C#" Class="OurFrameworkServiceClass" %> ...
Score Email regular expression
shapper - 14 Mar 2007 1:49 PM - 1 message
Hello, I have a regular expression to validate email addresses: "\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" Now I need to force all emails to be from a given domain, for example, accept only: j***@MyDomain.com and***@MyDomain.com marysm***@MyDomain.com ...
Score Advice on the best practice please...
Nemisis - 13 Mar 2007 10:41 AM - 1 message
Guys, I would like to write a error handler, or something, that will allow me to write to a database when an error occurs on my site.  I am trying to implement this in the global.asax file a the moment, but am ...
Score Clipboard
alastairgarrow - 11 Mar 2007 9:04 PM - 1 message
Hi there I am looking for some help in getting a clipboard image into an Sql Database table. My plan is to have a web page that will allow the user to copy an image on their home computer and paste it into my asp.net ...
Score Impossible to connect to SQL Server 2005 Express
Gabriel - 11 Mar 2007 5:57 PM - 1 message
Hello, I installed SQL server 2005 SP1 on a Windows XP SP2 From Visual Studio, I'm trygin to create a connection to a database, but I receive this error but I'm creating the connection (I don't receive the ...
Score AJAX Dropdown extender & Gridview
William Youngman - 11 Mar 2007 1:29 AM - 1 message
I have a gridview displaying data and would like to use the AJAX dropdown extender so that when the user clicks on a record a dropdown menu will display providing the user with a menu of selections to choose from (yes much like the SharePoint 2007 dropdown menu). ...
Next »