please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
1 6584When 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 6849How 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 12724Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?
1 6024difference between writing connection string in web.config through connection string and appsettings
2 14672
Why do we use web config?
What are the types of session in asp.net?
How do we assign page-specific attributes?
How do you deploy your asp.net application?
Write some code using interfaces, virtual methods, and an abstract class`
What do you mean by role-based security?
What are themes and skins in 2.0, explain usage scenario?
How do http sessions work?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Explain Authentication mechanism in dotnet
Using code explain Configuration Management
Explain the difference between asp & asp.net.
What is session management in web application?
What is the difference between user control an custom control?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.