top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to change postion if a contrl at runtime in vb.net?

+5 votes
337 views

How to change postion if a contrl at runtime in vb.net?

posted Apr 8, 2014 by Merry

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+2 votes

I want it to be changes as soon as I change the value in some other cell!

+2 votes

how to change size of the panel dynamically vb.net

+2 votes

If somke error occurs i want the system to redirect to some other page and not show he error message.

<customErrors
   mode="RemoteOnly" 
   defaultRedirect="~/Error.aspx" />

This is not working.

+2 votes

How to remove digits after decimal in vb.net?

if value is 1.9 i want 1
if value is 1.1 i want 1

...