| | |
GridView in ASP.NET
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jan 2007
Posts: 23
Reputation:
Solved Threads: 0
0
#2 Oct 16th, 2009
ASP.NET Syntax (Toggle Plain Text)
GridView1.Rows[0].Height = Unit.Pixel(40);
ASP.NET Syntax (Toggle Plain Text)
foreach(GridViewRow r in GridView1.Rows) { r.Height=Unit.Pixel(...); }
•
•
Join Date: Jul 2008
Posts: 40
Reputation:
Solved Threads: 6
0
#3 Oct 16th, 2009
or you can do that in markup...
check in GV Properties Window for RowStyle-> Set the Height
your GV markup will look something like below:
check in GV Properties Window for RowStyle-> Set the Height
your GV markup will look something like below:
<asp:GridView ID="GridView2" runat="server" ..>
<RowStyle Height="30px" />
<Columns>
...your columns
</Columns>
</asp:GridView>![]() |
Similar Threads
- Looking for Sr. ASP .NET Developers (Software Development Job Offers)
- ASP.NET/SQL Developer/Programmer (Web Development Job Offers)
- to add checkbox in asp.net in gridview (ASP.NET)
- ASP.Net perm full time programmer wanted (Web Development Job Offers)
- Front-End Developer with ASP.net needed!!! (Web Development Job Offers)
- Experience ASP.net with C# developer needed!! (Web Development Job Offers)
- ASP.Net / C# Web Developer (Web Development Job Offers)
Other Threads in the ASP.NET Forum
- Previous Thread: Potentially Dangerous Request.Form? Error
- Next Thread: User control problem
| Thread Tools | Search this Thread |
.net 2.0 activexcontrol advice ajax alltypeofvideos application asp asp.net bc30451 bottomasp.net box browser button c# c#gridviewcolumn checkbox click commonfunctions confirmationcodegeneration css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dynamically edit expose feedback fileuploader fill flash form formatdecimal forms formview grid gridview gudi homeedition hosting iframe iis javascript jquery listbox login microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols parent radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security select silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos view virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





