how to create and manipulate an object in the design side using only the code side?

hi
I am new to web forums, and i need to know one thing and that is on how to create and manipulate an object in the design side using only the code side, is it possble
please answer me...


Answer this question

how to create and manipulate an object in the design side using only the code side?

  • eja

    There is a web site much like this one, except it is dedicated to ASP.NET instead of Windows Forms.  You may have more luck there.

    www.asp.net

  • kbinhyd

    it seems u r new to .net, just use this code

    dim obj_name as obj_type

    obj_name = new obj_type

    and u r done

    brijesh

  • Prashant jain

    Controls.Add(datalist1);
    www.asp.net

  • scott859

    i am new to C#.net,
    but what i ment in my question is not how to create a simple object like that,
    i ment somthing like creating a datalist1 while using only the code side,
    and make it apear in the browser whithout even touching or changing anything
    in the new page's design. Thank u

  • how to create and manipulate an object in the design side using only the code side?