hello
at first start the page. for any object ( visible = true ) . how can i to give this code ?
for example:
this button in my page but i don't to be show
<input type="submit" id="Button1"" name="Button1" value="Submit">
i test it this code but can't run
<input type="submit" id="Button1"" name="Button1" value="Submit" visible ="true">
thanks
at first start the page. for any object ( visible = true ) . how can i to give this code ?
for example:
this button in my page but i don't to be show
<input type="submit" id="Button1"" name="Button1" value="Submit">
i test it this code but can't run
<input type="submit" id="Button1"" name="Button1" value="Submit" visible ="true">
thanks
Comment