PDA

View Full Version : form tags in .net


anil
06-26-2003, 12:00 PM
How many form tags can be put in .net
if we want to put them in no. then ?

vaidsumit
03-29-2006, 05:05 AM
Hi

in your sceane there can be 2 cases :-


+ we can have only 1 form tag if it is runat=server
+ can have n number of plain form tags (i.e. without runat attribute.)

please feel free for any concern.