In a webpage if i want to give access to only half page
,then what should i do?
Answers were Sorted based on User's Feedback
Answer / sudhir kunnure
u can use Ajax method for half page or Put half page in
Ajax control panel
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ch
U can use Iframe to split the webpage and giving access to
the particular part.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / konthappan
I feel this is not a compleated question !
First, Why you want to give half access ? If you dont want
to give access why it is displaying ? . If you wanted to
display and no need of user access make in that way using
any of asp.net control .
Is This Answer Correct ? | 1 Yes | 0 No |
can i use store procedure in disconnected mode? give me answer
Which data type does the rangevalidator control support?
What are sharepoint pages?
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
What is asp.net web pages?
I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....
What is strong-typing versus weak-typing? Which is preferred? Why?
ADO.Net - how to get data from database and bind to the controls -- write this small code
What is web configuration file and how to use in web application
What are the differences between Trace and Debug?
What is difference between abstract class and an interface?
How can you display all validation messages in one control?