please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
1 6499When 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.
5 6639How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.
3 12584Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?
1 5924difference between writing connection string in web.config through connection string and appsettings
2 14550
How do you create a master page?
In order to get assembly info which namespace we should import?
Is it right that ASP.NET Web API has replaced WCF?
How can we communicate with each server in N-tier Architecture? and what are the methods?
A web service can only be written in .net? State whether true or false.
Explain the concept of View Model in MVC?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Explain the difference between web user control and web custom control?
How to do state management in ASP.NET?
What are sessions and cookies?
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
How can we register exception filter globally?
Which tool you have done?
What is simple data binding?
what is publisher?