Tag: web technology
Questions Related to web technology
Declare @number int, @copy int, @sum int Select @number=10, @copy=@number, @sum=@number+100 @sum=???
A project on which you are working calls for you to store small amount of frequntly changing information about a page on the client. For this project, SECURITY is not worried. Which method is thebest method to use
What is the last stage of the Web forms lifecycle?
What Data types do the RangeValidator control Support?
What base class do all Web Forms Inherit from?
What DataType is returned in IsPostback property?