User Profile

Collapse

Profile Sidebar

Collapse
daranee
daranee
Last Activity: Aug 17 '07, 04:53 PM
Joined: Apr 9 '07
Location: Seattle
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • daranee
    started a topic How to Zoom on a Web Page
    in .NET

    How to Zoom on a Web Page

    I have created a web page of an organizational chart with ASP.net. I use a table and then several treeviews to get the required look.

    Is there a zoom control that will re-size the whole page, tables, treeviews so that everything is re-sized proportionally? Or is there any way to do this?

    Thank you.
    See more | Go to post

  • daranee
    started a topic Creating a Class to Access a Web Service

    Creating a Class to Access a Web Service

    I would like to create a class with methods to allow easy access to the most popular objects from a web service. I'm using a ASP.net web site in Visual Studio. My class is in my App_code folder and my web service is in App_WebReferenc es folder.

    When I put "Imports NameOfWebServic e" in my class as I would in a web form, I get an error saying the namespace or type cannot be found.

    Am I doing something wrong...
    See more | Go to post

  • daranee
    replied to VB range of values
    Thank you so much. I learned 2 things in one.

    So far as I can tell, I can't use "in" in VB 2005. In the future I'll use an array, and as for this problem it was easily solved with Mod. Thanks again.
    See more | Go to post

    Leave a comment:


  • daranee
    started a topic VB range of values

    VB range of values

    Apologies for the simple question. I started a Visual Basic 2005 course in September and somehow I don't think we ever discussed it. Googling has been difficult because I don't know what it is called.

    In SQL, you can specify a range of values. For instance:
    Select *
    from MyTable
    where MyField in (1, 2, 3, 4)

    What is the equivalent in vb. I'm using integers. I want to say
    If Now.Year.ToStri ng.Substring(3,...
    See more | Go to post

  • daranee
    replied to Using GetChanges without DataAdapter
    Apologies for responding to my own post. While I haven't really grasped why, I have come up with a work around and who knows this might be helpful to someone else.
    Please feel free to correct me if the following information is incorrect.

    The Command Builder which uses the DataAdapter to make changes requires a Primary Key in the select statement. In my situation, I was updating quite a few records and in which I could not use...
    See more | Go to post

    Leave a comment:


  • daranee
    started a topic Using GetChanges without DataAdapter

    Using GetChanges without DataAdapter

    Documentation on GetChanges say the following: Gets a copy of the DataSet that contains all changes made to it since it was loaded or AcceptChanges was last called.

    Does this mean I can update via a stored procedure and getchanges will know, or do I need to do this update using a DataAdapter. Currently, I'm not getting any rows with GetChanges, but I'm a new programmer and it may be something entirely unrelated.

    I update...
    See more | Go to post
No activity results to display
Show More
Working...