This might be a crazy question (I\'m somewhat new to AS开发者_如何学GoP.NET). But is it possible to mix ASP.NET code with classic ASP e.g. embedded a form created in ASP.NET in a classic ASP page?No y
I\'m using paging which uses a stored procedure to filter by letter. I need to save the values of checkboxes as I submit the form as I filter by letter. I have had a previous question similar to this
I \'m new to classic asp and got a problem with the dictionary object. What i\'m trying to do is when i POST a new key and value. it will dynamically add a new key and value into the dictionary and sh
I am trying to re开发者_如何转开发turn an array from c# to classic asp using com. This post helped me lot, but I still have problems:
If i had an array such as - array(0) = 85 array(1) = 85 array(2) = 53 array(3) = 203 array(4) = 85 How can I make a开发者_运维知识库 new array with no double values? so the array would be
How can I Compare values of two arrays to check if 1 array does not have an element of another array for example -
How would you go about giving the user the ability to sort through a table ascending and descending that has been produced through classic asp. If I could get a simple example or a guide that would he
This question already has answers here:开发者_如何学C What does DIM stand for in Visual Basic and BASIC?
I am new to ASP. I\'ve been coding with PHP for about 10 years now but just started ASP. Here is my code:
I have 5 textboxes (name, roll No, address etc) and I w开发者_开发百科ant that when I fill my name in first text box (name) then it should fill my all 4 fields automatically which I filled.