Search

You searched for the word(s): userid:708868

Matching Posts

  • Missing MVC Website Template , what is order of installs ?

    Hi everyone, I'm missing the MVC Website Template in my VS 2008 new projects list. I cannot open any MVC project files etc. Running Vista Ultimate. I installed 3.5 .NET FW sp1 and VS 2008 sp1 I'm not sure if I did this before I upgrade Vista Ultimate to sp1. I don't believe I install Asp.Net 3.5 extensions Preview CTP prior to the above installs I try to install the Asp.Net 3.5 extensions after and it is failing. The Ado.Net entity framework install is failing install.log shows problem
    Posted to ASP.NET MVC (Forum) by laguy on 7/1/2008
  • Re: RE: MaskedEditExtender with MaskedEditValidator

    Hi all, I'm having the same problem with the latest Toolkit and I also am getting the same error without the ( ) for the area code. The code below has 2 textboxes with a extender mask / validator <% @ Register Assembly ="AjaxControlToolkit" Namespace ="AjaxControlToolkit" TagPrefix ="cc1" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http
    Posted to ASP.NET AJAX Control Toolkit (Forum) by laguy on 10/26/2007
  • Re: The Commerce Extensions Forum is Live!

    Well, it is now Oct 2007 and no annoucement of a CTP ? Thanks, LA Guy
    Posted to Commerce Extensions (Forum) by laguy on 10/5/2007
  • Re: CustomControl: Repeater for a Calendar Control - PostBackEventHandler

    Research: Dr. Khoshravi book on Professional ASP.NET 2.0 Server Control and Component Development Need to have the Postback control field be named the same as the Container Control id name !!! Use this.UniqueId property to set the name Thanks to SteveMC who posted this on the Open Forum http://forums.asp.net/p/691893/691893.aspx "I didn't go over you code completely but LoadPostData will not fire unless there is an html input control rendered in the form with the same id as your server control
    Posted to Custom Server Controls (Forum) by laguy on 9/22/2007
  • Re: CustomControl: Repeater for a Calendar Control - PostBackEventHandler

    Hi everyone, Haven't had any response so far :( So I'm hoping someone can give me a clue on where to start. I adding INamingContainer to the control but it didn't seem to assist in "firing" the event. I do have Oninit and OnLoad events firing on postback. Thanks and Peace, LA Guy
    Posted to Custom Server Controls (Forum) by laguy on 9/22/2007
  • CustomControl: Repeater for a Calendar Control - PostBackEventHandler

    Hi, I'm just learning about custom controls. I have some sample code that I'm trying to tweak. public class CalendarList : ListControl , IRepeatInfoUser , IPostBackDataHandler This control is a repeater control for creating multiple Monthly Calendars. The problem is that when I try and click on a Date in one of the Calendars, the code postsback but doesn't fire public bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection) { return true;
    Posted to Custom Server Controls (Forum) by laguy on 9/19/2007
    Filed under: Repeater Calendar PostBack
  • Re: Call Web Service : can not return dataset

    Hi again, I missed these settings but still no go. <jsonSerialization maxJsonLength="50000"> <converters> <add name="DataSetConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataSetConverter, Microsoft.Web.Preview"/> <add name="DataRowConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataRowConverter, Microsoft.Web.Preview"/> <add name="DataTableConverter" type="Microsoft.Web.Preview.Script.Serialization.Converters.DataTableConverter
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by laguy on 2/26/2007
    Filed under: WebService Ajax DataSet
  • Re: Call Web Service : can not return dataset

    Hi folks, I'm getting the same problem and am "stuck", so I appreciate some help ! I installed the ASP.NET AJAX Futures January CTP msi file. I added a reference to my \BIN C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Futures January CTP\v1.0.61025\Microsoft.Web.Preview.dll I put this in the web.config: <system.web.extensions> <scripting> <webServices> <jsonSerialization maxJsonLength="50000"> <converters> <add name="DataTableConverter" type="Microsoft.Web
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by laguy on 2/25/2007
    Filed under: AJAX Jan CTP Dataset serialization
  • Re: GridView Pager not displaying - DatSource is DataTable

    Hi, If it's any consolation, I'm having a similiar problem as you are. I too am specifying a DataSource at runtime. When I display the first page in Ascending Order the pager does not show. But if I change the sort order to DESC then the pager does show. Regards, LA Guy
    Posted to Data Presentation Controls (Forum) by laguy on 2/23/2007
Page 1 of 1 (9 items)