-
-
What is the default session out time
Skill/Topic: BeginnerA) 20 SecB) 20 MinC) 1 hr
-
What is IPostBack? How to use it?
System.Web.UI.Ipostback event handler interface to raise event responses on the server to postback calls from the client. This can be a bit tricky, and I would recommend thoroughly examining what you might gain from it that you could not achieve otherwise. For further documentation, look at the "Capturing Postback Events" entry of the .NET Framework Developers Guide.
-
-
-
-
-
-
-
-
-
-
-
How can you provide an alternating color scheme in a Repeater control?
AlternatingItemTemplate
-
-
-
How to uploading and downloding the image in oracle database using asp.net
This is how I have done this in one of our projects:-1. First way is store image in BYTEARRAY while checking UPLOAD CONTROL and hold that image in CACHE. And then store it (bytearray) in Database while clicking SAVE button.2. Another way is to PUT that image on server by using UPLOAD.FileSave("PATH OF FILE") in an Binary array. The file will be saved in a folder on the server in JPG or any other form....
-
-
-
ASP.NET Interview Questions
Ans