Search

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

Matching Posts

  • Re: Implement AJAX AutoComplete from SQL database using VB

    Hey, Just wanted to say thanks for this post, code works like a charm. Cheers
    Posted to Visual Basic .NET (Forum) by sbritto on 10/11/2009
  • Re: Posting to a HTML page

    I tried your method and IT WORKED! To recap though I was posting to a live website (server) from a test envirnment. Thanks again
    Posted to Web Forms (Forum) by sbritto on 5/28/2008
  • Re: Posting to a HTML page

    Ok, this has been driving me nuts. I finally thought I found the answer on a website but it does not WORK! Please tell me what I am doing wrong. I am trying to post this to a shopping cart website they say that the data has to be a post.... This is what I am trying to post <form method=post action="http://www.asecurecart.net/server/cart.aspx/YOUR_CART_NAME"> Qty <input name="Qty" size=3 value=""> <br> <input type="hidden" name="ID"
    Posted to Web Forms (Forum) by sbritto on 5/28/2008
  • Re: Posting to a HTML page

    The code on my website is as follows, but I do not want to add the item to my cart instead I want to use the variables of item, description to add to the shopping cart provided by asecure. If someone could provide code examples as opposed to methods it would really help steer me in the right direction. Thanks Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Dim Label5 As Label Label5 = Me.FormView1.Row.FindControl("Label5") 'Get
    Posted to Web Forms (Forum) by sbritto on 5/25/2008
  • Posting to a HTML page

    I have been searching and though I have tried different things, I cannot solve the problem. I am trying to post values from my asp.net site to an online shopping cart. How can I transmit the data? The ID etc and the price are all SQL driven and hence dynamic on every page. So when a button is clicked in a data list it takes the values which are required by the shopping cart and posts them. Please help with code examples. Thanks < FORM method=post action= "http://www.coolcart.com/cgi-bin/shop
    Posted to Web Forms (Forum) by sbritto on 5/24/2008
  • Re: Request for the permission of type 'System.Web.AspNetHostingPermission' failed

    Thank you for saving the day! Your link to this Microsoft article worked beautifully. I was about to change the code on my AJAX enabled website. http://support.microsoft.com/?id=320268 Just wanted to return the favour and help anyone who encounters this error Server Error in '/' Application. -------------------------------------------------------------------------------- Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To
    Posted to ASP.NET AJAX Control Toolkit (Forum) by sbritto on 11/8/2007
  • Re: IE 7 Beta 3

    Thanks for the reply. I ain't no CSS man so I did check lines 26 to 30 in the basic theme... menu.css. I did change some properties in "MenuExample.css" but I have made minimal changes. I have also run the website in both IE6 and IE7 and the behaviour of the hyperlink is confined to IE7. If you would like I could send you the link to the website. My lines 26 to 30 ul.AspNet-Menu li a, ul.AspNet-Menu li span { display: block; text-decoration: none; } Thanks
    Posted to CSS Friendly Control Adapters (Forum) by sbritto on 8/26/2006
  • Re: IE 7 Beta 3

    I know it has been more than a couple of days... but better late than ever. I must say the vertical menu now displays perfectly in IE 7 beta 3. There are only two noticeable problems 1) Only the text is a hyperlink as opposed to the entire span 2) When there are more leafs to a particular span the height of that span increases by about a pixel (not a big deal) Thanks for the fix, hope you can fix the part where the entire span is a hyperlink. People using Netscape 4 or 5 have mentioned that they
    Posted to CSS Friendly Control Adapters (Forum) by sbritto on 8/25/2006
  • Re: IE 7 Beta 3

    I am definetly going to try it out. Give me a day or two. Thanks
    Posted to CSS Friendly Control Adapters (Forum) by sbritto on 8/4/2006
  • IE 7 Beta 3

    Hello developers, I have implemented the vertical menu with the basic theme on my website. It is dispaying really well in IE 6 and Firefox. Users have reported problems using IE5 on Mac. and the display of the vertical menu in IE7 beta 3 is dreadful. Is this control goiing to be made more cross browser friendly? In the mean time are there any work-arounds., like disabling themes or having a button to render a simple list with a button for those who do not have a compatible browser. Thanks
    Posted to CSS Friendly Control Adapters (Forum) by sbritto on 8/1/2006
Page 1 of 3 (21 items) 1 2 3 Next >