Expertise Main focus is classic ASP, Oracle 9i and 10g and MySQL databases
Experience I am an expert with classicASP. I can answer any questions you might have about the ASP language, HTML, website design and development. I am not an expert in ASP.NET yet, so please don't ask me any questions specific to ASP.NET. Also, be sure to visit my IdeaJets website.
Q: I have a doubt. I have designed a front end to enter book details. Back end is SQL server. Here i ... A: First of all, if possible, change your design!! Make a new column a primary key and use an ...
Q: In ASP if you have a grid on a page where the user will be adding data (rows). How can all the rows ... A: Richard, you can do the following: create a hidden variable counter. Initialize it to 0. When the ...
Q: In ASP if you have a grid on a page where the user will be adding data (rows). How can all the rows ... A: Richard, the best way is to create an array of hidden variables and store the grid value in them. If ...
Q: I'm a entry level software developer, I have an interview with a company. They told me to bring my ... A: Beau, what they mean is to bring with you a complete list of projects you've worked on in the ...
Q: I am designing a Library management System. I want a help from you. If a user id is entered into a ... A: For each textbox I would create a hidden input variable with the same index as your textbox. So, ...
Q: Do people still use classic ASP to build websites, or everyone moved into .Net realm? Which ... A: Yes, classic ASP is as popular as ever. For instance, @ work I keep on using classic ASP to code all ...
Q: How do I use array in java script? Do you have an example? A: Creating an array is slightly different from creating a normal variable. Because JavaScript has ...