User Profile

Collapse

Profile Sidebar

Collapse
Skarthi
Skarthi
Last Activity: Jun 19 '07, 03:16 PM
Joined: Jun 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Skarthi
    started a topic how stored procedure calling different forms
    in .NET

    how stored procedure calling different forms

    i write a oracle stored procedure in login screen.. its two different type of login employee and employer...in front end assign the procedure in class file... how to call different forms

    my procedure
    cmd = New OracleCommand(" login", con)
    cmd.CommandType = Data.CommandTyp e.StoredProcedu re
    cmd.Parameters. Add("P_USERNAME ", OracleType.VarC har, 45).Value = uid
    cmd.Parameters. Add("P_PASSWORD ",...
    See more | Go to post

  • Skarthi
    started a topic clear session & postback option false
    in .NET

    clear session & postback option false

    how to clear the session fields...and

    how to false the post back option in asp.net
    send the coding pls
    See more | Go to post
No activity results to display
Show More
Working...