Search Page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • scottichrosaviakosmos
    New Member
    • Aug 2008
    • 2

    Search Page

    Please solve my issue .

    i want to develope a search form for which will search the values from a table and fetch the values from the table and show that value in the a gridview.

    now i am going t describe everything:.


    i have a table suppose tbl_update which having following coloums:

    tb_id int
    file_id int
    App_Type nvarchar(50)
    Role_id int
    Field_Name nvarchar(50)
    Old_Value nvarchar(50)
    New_Value nvarchar(50)
    Form_Name nvarchar(50)
    Cycle nvarchar(50)
    Date datetime(50)


    Now about the form:

    In the form i have 5 Dropdowns whose id's are:

    1)ApplicationTy pe ( should populate from App_Type coloum of table and appname should be distinct)

    2)case name (should populate from File_id coloum of table)

    3)Cycle (should populate from cycle coloum of table)

    4)formName (should populate from form_name coloum of table)

    5)fieldname (should have to populate from field_ name column of table)


    now the conditions are as :

    1) when i click applicationtype dropdown then case name should be populated and value should change by selecting value of applicationtype dropdown,
    and also when i select cycle the case name should be changed and affected or should be populated.

    2) Also when i select ApplicationType then the formname dropdownlist should be populated and then when i select formname dropdownlist then
    fieldname dropdown should be populated.


    And then when all dropdown is populated as by the mentioned condition above then there will be a button on the form named "SEARCH ", when clicking on the

    button search the searched value will be shown in a gridview.

    please help me in making database handling in this form , i mean if using stored procedure then help me in making that also .. i mean i want everything from
    scratch , since i dont know ohw to write a storedprocedure or query also and to write logical query.


    I Hope Someone can help me , since i am a fresher to programming and learning so finding very difficult to handle .

    i am attaching the snapshot of the database table so that a clear view can be made.

    Please i want a full code of everything if possible with javascript validations, i mean anyone who help me then have to take some time for this and whatever
    he/she finds suitable for validations can add that also.


    Please , this is very urgent.... hope will get support from members.

    Thank You.
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Originally posted by scottichrosavia kosmos
    Please i want a full code of everything if possible with javascript validations, i mean anyone who help me then have to take some time for this and whatever
    he/she finds suitable for validations can add that also.
    Sorry, this isn't that kind of forum. This is a programming help forum, not a place where you can get someone else to do your job for you for free. If you were to code this yourself and have some problems then we can help, but nobody is going to do your assignment for you.

    MODERATOR

    Comment

    Working...