Search:

Type: Posts; User: 007iceman

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    686

    Re: How to disable browser caching?

    hey dude it didnt work out man :( the back button still works the same way ny more ideas
  2. Replies
    8
    Views
    686

    Re: How to disable browser caching?

    thanx for the super quick response :) where must i insert that line in my code?
  3. Replies
    8
    Views
    686

    How to disable browser caching?

    How would i do that? I found some ways on the net like response.expires but it didnt work for me ? Is their anyway i can achieve this? Btw i'm using IE 6.0
  4. Replies
    5
    Views
    441

    Re: Help me with a query

    @mendhak

    I figured out this which seems to work out for me


    cmdselect = New OleDb.OleDbCommand("select * from Authentication where TestID=" & ddl1.SelectedValue, con)
    dtrauth =...
  5. Replies
    5
    Views
    441

    Re: Help me with a query

    Thanks for the help. Appreciate it.I'm using MS Access,I'm NOT aware of stored procedures,can u help me out with it.Btw why do u say its not a good practise to compare the passwords?
  6. Replies
    5
    Views
    441

    Help me with a query

    Hi I'm creating a login page.
    I have a table Authentication(TestID,StudentName,StudID,Authentication)
    *Authentication column contains the passwords

    Now on the login.aspx page I have a dropdown...
  7. Replies
    3
    Views
    391

    Re: Help with deployment

    No the db path doesnt change but nevertheless I think I would switch to Server.MapPath Thanks for the quick responses
  8. Replies
    3
    Views
    391

    [RESOLVED] Help with deployment

    I have a project with 2 main modules wherein I will be using different virtual directories for each.Now both of them access the same database tables,the project would be accessed over a LAN.

    Now...
  9. Replies
    11
    Views
    1,113

    Re: How to use JS in ASP.NET

    I made a few changes,now I'm having trouble passing parameters to my javascript function from my asp.net's code behind

    Javascript Function


    function InitializeTimer(a)
    {
    // Set the...
  10. Replies
    11
    Views
    1,113

    Re: How to use JS in ASP.NET

    Any help from anyone here ??? :rolleyes:
  11. Replies
    11
    Views
    1,113

    Re: How to use JS in ASP.NET

    Lord Rat you are right the page postback occurs after the function call & that causes problems.However I'm not aware of the method you have suggested(Page.RegisterStartupScript) :( can you gimme...
  12. Replies
    11
    Views
    1,113

    Re: How to use JS in ASP.NET

    My apologies for using slang ;)

    Alright,here's what I'm trying to do ; when my page containing the script loads I have a button on the page which when clicked kicks off my countdown and also...
  13. Replies
    11
    Views
    1,113

    Re: How to use JS in ASP.NET

    Now what happens is wen i add the following code


    button1.attributes.add("onclick","Down();");


    N when i click the button the countdown just starts for a flash of a second n when d pg is...
  14. Replies
    11
    Views
    1,113

    How to use JS in ASP.NET

    I have d following code in JS which wrks fine(NOT IN ASP.NET) but wat I wanna do is instead of d simple html button i wanna add a web control - button as i have to perform other tasks too(.NET...
  15. Replies
    1
    Views
    421

    [RESOLVED] Need help with query

    I have the following 2 tables :
    QuestionBank(Qid,Question,OptionA,OptionB,OptionC,OptionD,Solution)

    Tests(TestID,Question,OptionA,OptionB,OptionC,OptionD,Solution)

    Now I'm picking up random...
  16. Replies
    1
    Views
    396

    [RESOLVED] How to use array in a query

    hi i have the following query where i use an array inside a query.When i run the query I get an error sayin "Undefined function 'Random_Numbers' in expression." and "cmdinsert.ExecuteNonQuery()" ...
  17. Replies
    8
    Views
    550

    Re: Problem in executing query

    Thanx Shuja Ali the code now worked like a charm :) & I was mistaken about NonQuery I made sum research on the net n found tht u were right indeed :thumb: thanx again this forum rox :thumb:
  18. Replies
    8
    Views
    550

    Re: Problem in executing query

    It still does not work I made the changes as u told,n how do u say ders no query to the DB the select statement inside the insert does query the db doesnt it? So how can i use the ExecuteNonquery...
  19. Replies
    8
    Views
    550

    [RESOLVED] Problem in executing query

    hi i have the following query which inserts selected rows from one table into another based on a condition.I get the following error when i use the ExecuteReader() method to fire the query


    ...
  20. Replies
    2
    Views
    442

    Re: Javascript timer need help

    Ya sure does makes sense!! Will give it a try
  21. Replies
    2
    Views
    442

    Javascript timer need help

    hi m trying to display a countdown timer in my online exam project.Now I display one record at a time,containing one question.When the candidate clicks a "next" button I display the next record(next...
  22. Replies
    5
    Views
    401

    Re: show one record at a time??

    Thanx for your replies dear mendhak really appreciate it :afrog:

    All i wanna do is display one record at a time from a table m not particular as to how i do it?I thought about the recordset...
  23. Replies
    5
    Views
    401

    Re: show one record at a time??

    What i ws wondering was can i do sumthin like create a recordset conatining all the questions in the test,when the page loads i display the first question and place a "next" button which when clicked...
  24. Replies
    5
    Views
    401

    show one record at a time??

    I'm making an online exam for the front end I have fields which show the question,the options and radio buttons to mark the right option.I plan to have a next button which would take the candidate to...
  25. Replies
    5
    Views
    926

    Re: deployment problem

    Oops m sorry for posting it in the wrng section,I din realise der was a separate forum for deployment issues :D

    d3gerald

    Thts wat I've asked actually,if I were to add that file manually wud...
  26. Replies
    5
    Views
    926

    deployment problem

    Hi I've made a package for my Vb6 project which uses Access db and Crystal reports 8.5 I made the package using Installshield 11.5 premier. Everythin worked fine in my system I'd also checked it out...
  27. Thread: wierd error

    by 007iceman
    Replies
    2
    Views
    463

    Re: wierd error

    thanx for the quick reply as u said indeed there was sumthin wrong with the connection string RESOLVED thanx again :thumb:
  28. Thread: wierd error

    by 007iceman
    Replies
    2
    Views
    463

    wierd error

    hi i have a project in vb which is already developed with lots of bugs i need to debug it n add sum more features

    Now the project has an mdi structure,when i run the project n try to open some...
  29. Replies
    10
    Views
    9,026

    Re: Online exam random Questions selection??

    Oh btw as I've mentioned in my first post I'm using MS ACCESS as my back end so wud this work with it ?? :ehh:
  30. Replies
    10
    Views
    9,026

    Re: Online exam random Questions selection??

    Thnx for the quick replies dude really appreciate it.Hope I'm not irritating,can u pls tell me how does this above query work to generate randomness :confused:
  31. Replies
    10
    Views
    9,026

    Re: Online exam random Questions selection??

    ok thanx mehendak,thats a nice solution :thumb: once I do that how do i generate random questions also taking into a/c the questions that might be marked for deletion (is valid 0)
  32. Replies
    10
    Views
    9,026

    Re: Online exam random Questions selection??

    The reason m duplicating entries is cos I'm letting Questions to be deleted from the questions table,say tomorrow the admin thinks a certain Question should not feature is any test & wants to remove...
  33. Replies
    10
    Views
    9,026

    Online exam random Questions selection??

    Hi m a newbie doing a project in online exams in ASP.NET & MS ACCESS I have the following table containing Questions:
    QID(autono),Question,OptionA,OptionB,OptionC,OptionD

    and I have one more...
Results 1 to 33 of 33



Click Here to Expand Forum to Full Width