in Search
ATTENTION: I've decided to put the upgrade on hold due to a compatibility issue of our server environment with the latest CS installer package. CS 2008 now requires SQL Server 2005 as the backend DB but our database server currenlty has SQL Server 2000 installed on it. I'll resume the upgrade once I figure out when Telligent is releasing a patch to the schema compatibility issue. For now, we will continue to use the old version of CS while waiting for the said patch. If you have any questions about this process, please don't hesitate to post them on our forums and I'll answer them as soon as I can. Thanks for your patience and support guys! I'll let you know as soon as this is resolved. - Keith Rull

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » asp.net (RSS)
  • How To: Make A Master-Detail View In ASP.NET

    In part 3 of this 5 part series I am going to show you how to make a Master-Detail View in ASP.NET. I you weren't able to see the two previous post you can check them out here: How To: Consume Web Services in ASP.NET How To: Convert an Xml string to DataSet This post is a continuation of what we...
    Posted to Weblog by keithrull on 10-22-2008
  • How To: Create dynamic input rows in a GridView with ASP.NET

    Sorry for not being able to post anything interesting the past few months. Anyway, I saw this old thread at DevPinoy.org the other day and I realized that nobody has posted a complete sample solution that would solve and show how to accomplish dynamic input rows in a GridView. I was thinking of replying...
    Posted to Weblog by keithrull on 07-28-2008
  • Adding AJAX to ASP.NET 2.0 Websites

    This was really my problem wayback I starting learning AJAX. I cannot figure it out on how to add AJAX capability if I already have an existing website. One solution I remember at that time is I created an AJAX enabled website and transfer all my work there. Quite a tedious task, but that's what...
    Posted to Weblog by willydavidjr on 07-24-2008
  • Problem on Postback when using Modal Pop-up Window

    I was doing an online job application this week when I encounter this problem. I can create Modal pop-up window using BLOCKED SCRIPT myLinkButton.Attributes.Add("onclick", "BLOCKED SCRIPTwindow.showModalDialog('http://" + myUrl + "')"); Everything works fine, because...
    Posted to Weblog by willydavidjr on 07-09-2008
  • Microsoft Silverlight: Light Up the Web

    Silverlight Overview http://www.microsoft.com/SILVERLIGHT/ <---- check this out! so cool! Microsoft Silverlight is a cross-browser, cross-platform implementation of the .NET Framework for building and delivering the next generation of media experiences and rich interactive applications (RIA) for the...
    Posted to Weblog by coldapoy on 07-08-2008
  • RadControls for ASP.NET AJAX (Prometheus)

    RadControls for ASP.NET AJAX (Prometheus) is Telerik’s next-generation ASP.NET UI control suite, which is built on top of the industry-standard Microsoft ASP.NET AJAX framework. RadControls for ASP.NET AJAX (Prometheus) delivers faster performance, unified programming model and enhanced functionality...
    Posted to Weblog by coldapoy on 06-29-2008
  • Sending Email with attachment in ASP.NET using SMTP Server

    Introduction This application demonstrates how to send mail with attachments using SMTP server and how to configure the default SMTP server. The System.Web.Mail namespace provides classes for sending email in .NET. The classes involved are MailMessage which manages the content of the mail message and...
    Posted to Weblog by coldapoy on 06-22-2008
  • Just Released: .NET StockTrader Sample Application

    Just in case you are studying WCF.. You might want to check out the .NET StockTrader Sample Application. The .NET StockTrader Sample Application is an end-to-end sample application illustrating Windows Communication Foundation and .NET Enterprise Technologies. It is a service-oriented application based...
    Posted to Weblog by keithrull on 06-19-2008
  • Alternating colors on DropDownList, ListBox and other ListControl.

    My former colleague asked me if it is possible to attach an alternating color to a DropDownList control, similar with the GridView’s alternating rows. I found out that you can achieve that, by setting the background-color of the ListItem using “style” attributes. Here is the code. ...
    Posted to Weblog by n.ocampo on 06-17-2008
  • Using ASP.NET Session State in a Web Service

    Since yesterday, I am having problem creating a Session State in a Web Service. First the session creates a unique ID everytime you invoke the method. Second you need to tell the web service method that you will use session state. I've seen a lot of example out there, but I am having trouble increment...
    Posted to Weblog by willydavidjr on 06-13-2008
Page 1 of 13 (121 items) 1 2 3 4 5 Next > ... Last »