-
-
ASP.NET Text box control
If i place 2 text boxes on a form and compile it will run.. With out entering data in the first text box i can enter in to another.. What i need is i don't want the cursor to go to the next text box if i left it as blank... How can i ro this in ASP or vb.Net
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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