Results 1 to 4 of 4

Thread: Unable to create dynamic server control application

  1. #1
    Join Date
    May 2009
    Posts
    1,010

    Unable to create dynamic server control application

    Hi. This is a problem that I am not able to resolve. The thing is that I have to make a dynamic server control application but I am not able to make it as due to to no dynamic page or content installed. I used ajax application buttons but still left with no satisfaction. The click event does not respond to server side scripting. Please help me what should I actually do to make the things done.
    Last edited by Aloke; 04-12-2009 at 05:20 PM.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Unable to create dynamic server control application

    You can do it by installing the IIS to your system. IIS that is Internet information service is basically used to support asp page that is the dynamic content to redirect to the server on the click event. You can do it by following this steps:

    1. Insert the windows Xp disc into the rom
    2. Open the control panel option from start menu.
    3. Go to Add/remove programs.
    4. Then go to Windows components.
    5. Check the IIS option and then click install.

    This will install the IIS in your system and you wil be able to redirect the dynamic content using ASP.

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Unable to create dynamic server control application

    You can code a particular program in order to make the things work under your concern. If you have not installed IIS then you can try out for the code which would help you to use the buttons to function. The code is as follows:

    for (int i = 0; i < end; i++)
    {
    Switch S = new S();
    S.Text="Switch "+i;
    S.Click +=new EventHandler(S_Click);
    Page.Controls.Add(S);
    }

    This will allow to create buttons and mae them function.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Unable to create dynamic server control application

    This can be done using a table class or Tablecell Addcontrol() application method. It has some basic steps and codes that needs to be programmed. It is as follows:

    private TableCell CreateNewCell(string id,string pass)

    {
    TableCell cell = new TableCell();
    Cellbox txt = new CellBox();
    txt.id = ID;
    txt.AutoPostBack = true;
    txt.New = pass;
    txt.NewChanged += new System.EventHandler(in.txt_Changed);
    cell.Controls.add(txt);
    return cell;
    }

Similar Threads

  1. Replies: 4
    Last Post: 22-10-2011, 10:49 PM
  2. BSNL 3G unable to create server
    By Am_Wamika in forum India BroadBand
    Replies: 5
    Last Post: 07-05-2010, 10:22 AM
  3. Replies: 4
    Last Post: 02-02-2010, 05:39 AM
  4. Replies: 3
    Last Post: 24-10-2009, 01:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,480,899.26262 seconds with 16 queries