Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

savaskulah

@savaskulah
About
Posts
4
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Dynamic Create Class
    S savaskulah

    Hi, I want to create a class and its methods at run-time. Users will write the class code in text-box and then use it. How can I do this? Savaş Külah savaskulah@msn.com

    C# question com

  • ArrayList array
    S savaskulah

    protected ArrayList[] arrColl = new ArrayList[4]; .... .... for (int i=0; i < 4; i++) { for (int j=0; j < 9; j++) arrColl[i].Add((TextBox)FindControl("txtbox"+i.ToString()+j.ToString())); // ERROR:Object reference not set to an instance of an object. } ....... This error is reporting the run-time, not compile-time. How can i correct this error? Thanks for help. Savaş Külah savaskulah@msn.com

    ASP.NET help question com data-structures

  • Design Time Run time
    S savaskulah

    Hi, At the design time, I have added 6 textbox on the webform. Thing I want to do, to add these textboxes an array at runtime. How can i do that? .....(the other webcontrols).............. protected System.Web.UI.WebControls.TextBox txt0; protected System.Web.UI.WebControls.TextBox txt1; protected System.Web.UI.WebControls.TextBox txt2; protected System.Web.UI.WebControls.TextBox txt3; protected System.Web.UI.WebControls.TextBox txt4; protected System.Web.UI.WebControls.TextBox txt5; .....(the other webcontrols).............. .... TextBox[] txtArray = new TextBox[6]; for (int i=0; i < txtArray.Length; i++) { txtArray[i] = ??????????;(Controls["txt"+i.ToString()]; dont working) } Thanks for your help... Savaş Külah savaskulah@msn.com

    ASP.NET design question com data-structures help

  • Printing ASP.NET Web Form
    S savaskulah

    Hi, How can I programmatically print the current Web page? On the page (.aspx),there are labels and textboxes. Can it possible? Thanks Savaş Külah savaskulah@msn.com

    ASP.NET question csharp asp-net com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups