Click here to Skip to main content
15,917,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello sir. i have 15 textboxes and one button , one gridview on my page. i am inserting 15 columns to gridview with textboxes by button click. when ever i am inserting first row. row is displaying on middle of the gridview. when ever i am inserting second row. first row is moving up and second row is displaying below the first row. now two rows are occupied entire gridview.
my requirement is i set the height of the row 10 in rowstyle property.
either it displaying entire gridview as a row whenever first row inserted.
what do i do if first row is displaed as a row with 10height on gridview.
if any body know the answer plz help me.


thanking you sir.
Posted

1 solution

The question is not very clear to me but it seems like you wish to customize the layout inside the gridview. You can use Template column of the gridview and then design the layout inside table or div or which ever control you want. Height, width can be regulated from there.

Hope this helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900