Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~397 People Reached
Member Avatar for cvetan

Hello. How can i set vertical alignment on GridView column? I try with this but doesn't work. <asp:TemplateField ItemStyle-Width="50px" ItemStyle-VerticalAlign="Middle"> <ItemTemplate> <asp:LinkButton ID="idButton" runat="server" CssClass="button"><span>Value</span></asp:LinkButton> </ItemTemplate> <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" /> </asp:TemplateField> Thanks!

Member Avatar for LastMitch
0
169
Member Avatar for king03

hi guys I wanted to ask if you can find a better way of simplifying my code. I have an if condition for a registration form filled with of course many textboxes that is needed to get the details of a certain user, if a certain textbox is empty it …

Member Avatar for nmaillet
0
228