Search

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

Matching Posts

  • Re: Activating a website to do a task periodically

    Thanks for your note. The Website does not run on our server and I dont know if the owner wants to make those OS changes. Buddypup
    Posted to Web Forms (Forum) by Buddypup on 6/2/2009
  • Activating a website to do a task periodically

    We have a tools website written in VWD2005 (VB). We would like to add a tool to the site that will periodically run a test without manual intervention or website access. We have tried to use the Timer Tool which works well when the page in which the timer is embedded is active but does not work otherwise. The test accesses an external email site. If there is an email, our site extracts it and combines it with local data to evaluate the problem. Since the probability of a failure is low and the associated
    Posted to Web Forms (Forum) by Buddypup on 6/2/2009
    Filed under: timer control, VB, Activation
  • Re: 'dgAdBlock' of type 'GridView' must be placed inside a form tag with runat=server. BUT Form Tags Present

    Thank you for your response. I have posted the complete source because there are a number of lines of code between </ContentTemplate> </asp:UpdatePanel> and the </form> This page has a timer and an update panel. I use the timer to start the access of an email account from which I extract some data that is used to fill the gridview which is outside the update panel. Most of the update panel will dissappear when I get this app running. Thank you for your help and Happy Easter. Buddypup
    Posted to Web Forms (Forum) by Buddypup on 4/11/2009
  • 'dgAdBlock' of type 'GridView' must be placed inside a form tag with runat=server. BUT Form Tags Present

    I have searched the numerous "placed inside a form tag with runat=server" problems and I dont see the problem with my code. I have a gridview named dgADBlock that I want to render and use in an email. The gridview is defined in source code as follows: < head id ="Head1" runat ="server"> < title > Untitled Page </ title > </ head > < body > < form id ="form1" runat ="server"> &nbsp; < asp : ScriptManager ID
    Posted to Web Forms (Forum) by Buddypup on 4/11/2009
    Filed under: Visual Web Developer Express, .NET Gridview Problems, asp .NET 2005
  • Re: Trying to Email Rendered Controls

    I am sorry but I dont have your skills. Could you give me a code example please.
    Posted to Web Forms (Forum) by Buddypup on 11/3/2008
  • Trying to Email Rendered Controls

    I have been trying to use the knowledge of “Emailing the Rendered Output of an ASP.NET Web Control in ASP.NET 2.0” by Scott Mitchell to generate billing to be emailed to our customers. I have also reviewed several other articles. I have a screen containing tables (gridviews) that contain the customers name block plus a parts list. I want to be able to put the gridview containing the parts list in and cost information in the billing email. My problem is that I apparently don’t know how to use <form
    Posted to Web Forms (Forum) by Buddypup on 11/3/2008
  • Migrating VB 6 to VB Net

    I couldnt find a forum that matched exactly to this question but .. Reportedly there was a Microsoft tool called either the "Migration Tool" or VB6 to VB Net that automated the conversion of VB6 to VB .Net. Now I understand it was made available in some Professional editions back in 03 . I do volunteer programming for non-profits and there is an app written in VB 6 that provides a Telnet server and client. I have seen numerous requests for a Telnet server and client in VB Net at a price
    Posted to Migrating from ASP to ASP.NET (Forum) by Buddypup on 6/16/2008
    Filed under: migrating asp .net 2.0
  • Re: Telenet Support

    Thanks for the reference. I will have to work my way through it and see how it goes into VB.
    Posted to Visual Basic .NET (Forum) by Buddypup on 5/5/2008
  • Telenet Support

    I have spent the last 8 months learning the basics of VWD and now need to add some simple communication to some code I am writing. I do volunteer work for non-profits so I have to do things on the cheap. I need to access a piece of equipment to check its status using Telnet. I can find very nice tools on the Internet but they are designed to be the total comm solution and are very expensive. I just need to access the device, send a string identifying the data I want, receive a string with the date
    Posted to Visual Basic .NET (Forum) by Buddypup on 5/4/2008
    Filed under: Socket Programing, VB, vb.net2.0
  • Re: Defining Ranges for Excel in VWD2005

    Bruno, Thanks for the reference to the developer's Guide. My problem was that I couldnt define a set of Excel cells as a range like Range("A1:A25"). I finally figured out the correct format and have been using Range in my application. Buddypup
    Posted to Visual Basic .NET (Forum) by Buddypup on 3/31/2008
Page 1 of 6 (55 items) 1 2 3 4 5 Next > ... Last »