In a page there is dropdown list with the name of the
cities like Bangalore,Pune,Chennai,Other and a text box
that would enable the user to enter the name of the city if
other is selected. How to enable validation on the text box
if other is selected
Answer / rahul singhal
u will have to chk the selectedtext of the dropdown if
selectedtext is others then disable textbox
| Is This Answer Correct ? | 2 Yes | 0 No |
When is the ViewState available during the page processing cycle ?
Whats MSIL, and why should my developers need an appreciation of it if at all?
What is difference between session and application in asp net?
What is the difference between session and viewstate?
how can u create the forms authentication?and what is the difference between forms authentication and windows authentication?
if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?
how to retrieve data using web services in asp.net pls give me the code and explain me briefly
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.
asp.net interview questions
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.
You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?
What is session state server?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)