Search results for query: *

  1. I

    need to return value from jscript to vb.net (am using response.write)

    Pangolin, Thanks for the suggestion. Actually I had tried to use something like that, but I'm not running it off of a button, so I couldn't get it to work. I did finally figure out how to accomplish what I needed a different way. Thanks for trying to help. JT
  2. I

    need to return value from jscript to vb.net (am using response.write)

    m_ogden, I kind of took what you said and tried to adapt it to what I'm currently trying to do. However, I'm still getting an error message. I've included the pertinent code. Can you tell me what I'm doing wrong? In my ASP code I've assigned the following...
  3. I

    need to return value from jscript to vb.net (am using response.write)

    After much searching I have finally figured out a way to call a jscript "confirm" box from serverside vb.net code. The code I am using is as follows: Dim sb As New StringBuilder("") sb.Append("<script language='javascript'>") sb.Append("if...
  4. I

    Want to call jscript "confirm" box from VB.NET, but NOT from a button

    In looking around on the internet to find out how to use a "messagebox"-like window on a webform, I have come across a few examples of how to do so from the "onclick" event of a button. In my situation I am using a third party treeview control that has a context menu on each node. If a user...
  5. I

    Can't delete web form

    Hi, I'm pretty new to VS and am trying to create my first web-based application in this environment. I have been trying out using multiple web forms and have had the following problem. I created one web form and then a second web form that was called by the first. I didn't like the way that...
  6. I

    treeview in windows form but not in web form

    Thanks for the info. I looked and I didn't see treeview in the list. It's actually pretty disappointing. I read a few things in the past that made me think it would be available to use in a web form, and had planned on using it to be the primary interface to the database I'm working with. I...
  7. I

    treeview in windows form but not in web form

    Anyone know why the treeview control shows up in my windows form toolbox, but not in my web form toolbox? I saw something on the Microsoft site that made me think it should be available on a web form, but I can't find it. Thanks, jt
Back
Top