Answer Posted / manisha
In Stateless Application there is no need to maintain a
state of application .without maintaing a state application
is just like a static website .User can only check or click
on that site .But Can't Intract with Backend.
| Is This Answer Correct ? | 11 Yes | 14 No |
Post New Answer View All Answers
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is a session in programming?
What is the difference between viewstate and hidden field in asp.net?
In which event are the controls fully loaded?
What is a global postback url?
How can you make sure that web api returns json data only?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
What is meant by web application?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Differentiate between structure and class.
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
To add a hyperlink column to the DataGrid which tag is used ?
Give 2 examples for scenarios when routing is not applied?
What is rending process in ASP.NET?