put width in px for td tag and then try.
C
Crooze21
@Crooze21
Posts
-
how to make text box lenth as static in a table -
How Find This is mail is Valid or not...!Google for more regular expression, you will find bunch of regular expression to validate domain name too.
-
How Find This is mail is Valid or not...!Use regular expression validator on the page. e.g. ValidationExpression="^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$" ControlToValidate="txtEmail" ErrorMessage="Invalid Email" Display="Dynamic" runat="server">