Search results for query: *

  • Users: itlotl
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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