i want to develope a page for online test using asp.net with c#.net. so, how to insert the questions in the database sqlserver2000 and how to pick the questions randomly when user login for test. plz send the code for this....
3 11584I have been asked in an interview What is your LOC(Line of Code)What will be the probable answer for that
1 8939we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
7 16137I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
2006Post New HCL ASP.NET Interview Questions
What is the difference between ojdbc6 and ojdbc7?
Whether the vacuum contactor requires Short circuit protection?If No,why?
What is the use of opportunities tab with adwords?
How do I insert a line break in word?
What is an outline agreement? : fi- accounts payable
What is the limitation to XML Checkpoints?
How do I diff a folder?
What is the license is required for using the sap cloud platform integration feature?
Which inheritance is mandatory? Direct or pattern?
What is meant by autocad?
What is meant by ispostback in asp net?
Difference between array_combine and array_merge?
Explain treeset?
What is the function of ms word?
int i=~0; uint j=(uint)i; j++; printf(ā%dā,j); what is the use of "uint" int the above code