please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit
1 6527When 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 6698How 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 12618Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?
1 5946difference between writing connection string in web.config through connection string and appsettings
2 14577
What is caching? What are different ways of caching in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them?
How to fetch a data from one table to another table in asp.net ?
What is the use of asp.net web api?
How do u declare static variable and how it is declared and what is its lifetime?
What are the server control tags in asp.net.?
What I need to create and run an asp.net application?
What is the significance of proxy user?
How can u debug your .net application?
What kind of programming language is ASP.NET?
Why we are using mvc instead of asp.net? : Asp.Net MVC
How can you display all validation messages in one control?
Define managed code and managed data in .net?
How does cookies work in asp net?
What is the request flow used for asp.net mvc framework? : asp.net mvc