please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
1 6592When 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 6879How 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 12753Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?
1 6038difference between writing connection string in web.config through connection string and appsettings
2 14690
What is the significance of attaching a profile while creating a user?
What are the different methods of session maintenance in asp.net?
Why we are using mvc instead of asp.net? : Asp.Net MVC
Why is an object pool required?
What are the differences between clr & cts?
What are the different authentication modes in asp.net?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
How does a content page different from a master page?
What is difference between inproc and outproc?
What is the concept of view state in asp.net?
Disable Mouse right click on web page in asp.net?
What is the difference between ASP Session State and ASP.Net Session State?
What is authorization in asp.net?
What are the HTML server controls in ASP.NET?
What is the difference between the get method () and post method ()?