I want if checkbox1 is checked then textbox45 will be visible and textbox1 will be disabled..
but i want textbox45 will take place of textbox1.
again if i check checkbox1 and checkbox 2 then textbox1 and textbox 2 will be visible in 1 and second row of the asp.net table … how to do this ?
Have checkbox controls like this –
Then, you can create textbox controls like this but then
And on the Check1_Clicked event –