Browse by Tags

Related Posts

  • Email to Users

    Hi Everyone, I am using (MS VS 2008 Express Edition) WPF 3.5 (C#). In form, when a user clicks the submit button, I want to send email to that user holding the "Thank You Message". I have given like this in the btnsubmit_click event and also I inserted namespace using System.Net.Mail; private...
    Posted to Getting Started (Forum) by prnkrish on 02-12-2008, 12:00 AM
    Filed under: Orcas, Visual Studio 2008, vs 2008, vs2008 internationalization, .NET, .NET 3.5, .net framework 3.5, WPF, VS2008, vs2008 beta2
  • Can't set configSource of compliation section in web.config in VS008

    I have a web application that has it's compilations settings broken out to a different file than the main web.config. This was done by creating a web.compilation.config file that is referenced in the configSource attribute of the compliation section of the web.config file. We did this because we...
    Posted to Visual Studio 2008 (Forum) by mhildreth on 01-08-2008, 12:00 AM
    Filed under: Visual Studio 2008, vs 2008, web application project, Build Configuration, Orcas, debugging, ASP.NET, VS2008
  • Exposing WCF Rest Service to external clients

    If we have a WCF Rest service and an aspx web page as part of the same project, we can reference the service in the web page in the ScriptManager in this way: <asp:ServiceReference Path="~/Service.svc" /> How do we reference the Service using this same proxy mechanism if: 1. The service...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by coderGeek on 10-19-2007, 12:00 AM
    Filed under: networking, Orcas, proxy, rest, visual studio 2008, .net 3.5 framework, .net3.5, ajax, atlas, web services, WCF, vs2008
  • WCF ASP.NET Service not working - what am I missing

    Hello. This is a simple question, so please take a look. I am using Orcas Beta2 and I created a new Solution. In there added a Web Application Project. In the project I created an Ajax enabled WCF service. When I call the service from JavaScript I get this error: Service1 is not defined. What am I missing...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by coderGeek on 10-12-2007, 12:00 AM
    Filed under: Orcas, ajax, beta2, WCF, vs2008, JSON
  • Re: Ajax Projects after installing 2008 Beta2

    I may have found my problem... I have been playing with my website on another machine, where I hadn't panicked and done all the messing about with system restore... First, I created a new website under my wwwroot. This resulted in the same strange configuration errors - even when I looked at the...
    Posted to Visual Studio 2008 (Forum) by KelseyThornton on 08-24-2007, 12:00 AM
    Filed under: Orcas, Web Developer, AJAX .NET 3.5, configuration, Express, VS2008, IIS
  • Re: Ajax Projects after installing 2008 Beta2

    I installed VS 2008 beta2 on my machine a couple of days agoand immediately ran into the version problem with my AJAX-enabled websites (hosted on this machine). Not knowing that this was the problem (it's not mentioned on the MS page where it *does* say you have to run a particular script to leave...
    Posted to Visual Studio 2008 (Forum) by KelseyThornton on 08-24-2007, 12:00 AM
    Filed under: Orcas, AJAX .NET 3.5, configuration, Express, VS2008
  • how to know the record I want to query doesn't exist via LINQ?

    Hi all: for example: testDataContext db=new testDataContext(); var res=db.tables.single(p=>p.columnName=="hi"); if there is a record in the database, it works well, but if there isn't , it will throw an exception, then , How could I know the record exists or not ? I don't think exception...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Moosdau on 08-13-2007, 12:00 AM
    Filed under: Orcas, .NET, .NET 3.5, 3.5, linq, VS2008
  • Event Binding From HTML Designer Source View

    It would be nice in this next release of Visual Studio to be able to bind events from the source view in the HTML Designer. For example if I delcare and asp button in souce view I would like to be able to right click on the tag and choose from the context menu the click event and it would then generate...
    Posted to Visual Studio 2008 (Forum) by rmeans on 08-05-2007, 12:00 AM
    Filed under: Orcas, ASP.NET, designer, VS2008
  • Orcase beta2 breaks fckEditor inside an UpdatePanel

    When placing an fckEditor inside an UpdatePanel, upon submitting to the server, the content of the fckEditor gets cleared. This has been a known issue prior to VS2008 Beta2. The solution is documented here: http://jlcoady.net/archive/2007/03/30/fckeditor-work-inside-updatepanel here: http://wiki.fckeditor...
    Posted to ASP.NET AJAX UI (Forum) by coderGeek on 08-05-2007, 12:00 AM
    Filed under: orcas, upadatepanel, beta 2, FCKEditor, vs2008
  • Re: 'Sys' is undefined in VS2008 Beta2

    I've had this error while using VS2005. The error was because there were lines missing in my web config releating to ASP AJAX setup. I fixed it by opening a new ASP.net AJAX project and copying the new web config file. Because VS2008 now comes with AJAX built in, i'd assume that the references...
    Posted to Visual Studio 2008 (Forum) by iljones on 08-02-2007, 12:00 AM
    Filed under: Orcas, AJAX, Atlas, VS2008
Page 1 of 2 (17 items) 1 2 Next >