Does the following statement executes successfully:
Response.Write(?value of i = ? + i);
Answer Posted / rajeev sharma
no it will not work complation error
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain what are delegates?
what is publisher?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Explain the advantages of passport authentication.
What are client activated objects and server activated objects?
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 the function used for removing an event listener?
What is a pixel url?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What are the memory-mapped files?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Differentiate between a page theme and a global theme?
What are the layouts of ASP.NET Pages?
How do http sessions work?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.