Search

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

Matching Posts

  • asp.net 4.0 ajax preview 3 questions

    Two questions: 1. I have created a dataview and have created an item created event. I assume tha the item created event will be called when each row is databound. The question is how do I actually reference the controls within each item of the dataview? 2. I would like to iterate through the rows in a dataview? I’m able to get the number of rows in my dataview. I would think that I would use the .getItem(int) to provide a reference to the row in the dataview, but I got an error on that. The next
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Wallym on 3/8/2009
    Filed under: ajax
  • Re: Silverlight media control and textbox focus

    Thanks for your suggestion Mike. I spoke with someone doing a lot of client side development and their suggestion was to force the tabindex of my textbox control to be 0 and that of my media player to a much higher value. I did that and this seems to have resolved my problem. It sounded completely wack, but it worked. Wally
    Posted to ASP.NET AJAX UI (Forum) by Wallym on 2/25/2009
  • Silverlight media control and textbox focus

    I'm having this weird problem. I've written some basic code where I need to put focus on a textbox. I've done that through calling TextBox .focus(). Everything seemed to work. I've added some other content to an aspx page, but I don't think that matters. I now have a silverlight media control on my page. I *think* the silverlight media control is somehow taking focus from my textbox. I've got some audio being played through the control. I've set the OnClientMediaLoaded
    Posted to ASP.NET AJAX UI (Forum) by Wallym on 2/25/2009
  • Sys.Data.DataService .update problem

    I'm using the ASP.NET AJAX Client Library for ADO.NET Data Services that is downloadable from codeplex. I'm having a devil of a time getting an update to work. My inserts and deletes work, but the update method is generating an error stating: Object doesn't support this property or method. The *important* javascript that I am using is below. I've stepped into the code with VS 2008 on the client, but I don't see an answer. Any suggestions are appreciated. I've got values in
  • ASP.NET AJAX With Virtual Earth and Google Maps

    Here are some podcasts that I have just created regarding ASP.NET AJAX and Mapping. Please subscribe, download, and enjoy. Wally ASP.NET AJAX with Virtual Earth: Original url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/05/05/asp-net-podcast-show-111-asp-net-ajax-with-virtual-earth.aspx Subscribe. Download WMV - Video for PC. Download M4V - Video for iPod. Download MP3 - Audio only. Show Notes: a.. Upcoming events. b.. URLs of importance, so important that your life depends on
    Posted to Announcements (Forum) by Wallym on 5/4/2008
  • Re: round tripping a dataset/datatable back and forth to a webservice

    Just to be clear, my problem is in sending a datatable from an asp.net ajax web client back to a web service. The datatable is of the type Sys.Preview.Data.DataTable. I can recieve a datatable/dataset from a web service, that process works fine. I think you are talking about getting a dataset/datatable from a webservice. :-) Wally wrote in message news:1935125@forums.asp.net... > Be sure to include the reference to the Microsoft.Web.Preview.dll in your > bin folder, and to add the relevant
    Posted to ASP.NET Futures (Forum) by Wallym on 10/1/2007
  • round tripping a dataset/datatable back and forth to a webservice

    I have been able to get a dataset/datatable from a webservice using the asp.net ajax futures. I have loaded that into a Sys.Preview.Data.DataTable object. I would think that I should send that DataTable object back to a webservice method, but when I attempt to send it, i get the error message: Microsoft JScript runtime error: Sys.InvalidOperationException: Cannot serialize object with cyclic reference within child properties. My code never gets to the webservice that accepts the datatable. Any thoughts
    Posted to ASP.NET Futures (Forum) by Wallym on 9/29/2007
  • documenation on client side DataTable, DataColumn, and DataRow

    I am trying to learn more about the Sys.Preview.Data.* objects DataTable, DataColumn, and DataRow objects. Is there any formal documentation on these objects? I haven't found it on quickstart.asp.net. I've been reading through the PreviewScript.js and I see a lot of good stuff, but I'm having trouble understanding all the methods and how they should be used to work together. Wally
    Posted to ASP.NET Futures (Forum) by Wallym on 9/8/2007
  • Re: delete all breakpoints

    Here is the scenario: 1. Start a debug session with breakpoints. 2. While the application is running, hit a breakpoint to stop. Select the menu item to delete all break points. 3. Stop the currently running application and its debugging session. 4. Start a new debug session. The breakpoints that had been deleted before are still there. My question is why are the breakpoints from the old debug session in the new debug session when I had selected to delete all breakpoints. Is this functionality dependent
    Posted to Visual Studio 2008 (Forum) by Wallym on 9/4/2007
  • Setting up the ASP.NET AJAX listView

    Hi all. I have setup the ASP.NET AJAX listView as shown below. I am attempting to bind some data to it through the following javascript near the bottom of the post. I am using VS 2008 beta2. I am successfully calling my web service to get the datatable. I am able to step into the calling js method as well as the callback method. No errors can be found, however, I don't get any data to display. I am thinking that I might have listView hooked up incorrectly. Any help is appreciated. Wally <
    Posted to ASP.NET Futures (Forum) by Wallym on 9/4/2007
Page 1 of 31 (309 items) 1 2 3 4 5 Next > ... Last »