please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
1 6604When 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 6909How 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 12776Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?
1 6050difference between writing connection string in web.config through connection string and appsettings
2 14711
Describe session handling in a webfarm, how does it work and what are the limits?
Explain managed code an un-managed code.
In which event are the controls fully loaded?
Difference between .NET and previous version?
Is redux flux?
Can action method static?
Can I tap into other windows livetm services?
How can we Validate a Controls in ASP.NET page using JavaScript?
how can create login from create and written conde in asp.net
What is a page life cycle? What are the events in a page life cycle?
What are the various types of cookies in asp.net?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is the life-span of the items in the viewstate?
What does occur first in ASP.Net, Authentication or Authorization?
What’s the difference between response .redirect and server.transfer?