-
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....
-
How to create pdf file using web form?
Here I want to store the all information which is exist in the webform into the pdf file in the server.
-
-
-
-
-
-
ASP.NET error help : unknown user name or bad password. Exception from HRESULT: 0x8007052E
Hi, I have an .exe file that contains numerous Shell commands that run an external program that exists only on a specific production machine. Various users on my network will need to be able to activate this executable from their own desktops, as they cannot have access to the physical machine with the software now when i ran my application with iis or remote machine it give error that Logon failure:...
-
-
-
-
-
What is the best way to get only changed data in a dataset?
productChanges = productInfo.GetChanges();
-
ASP.NET Interview Questions
Ans