User Profile
Collapse
-
I am trying to read the parameters not the return value. But good tip, I will use that in the future. -
Read ouput parameters from stored procedure.
I am trying to find the value from some output parameters from a stored procedure. I have tried several different methods but somehow cannot get it to work. here is my source code:
dim dr as ODBCDataReader
Dim comm as New ODBCCommand("{c all jgrant_awcconne ct..edit_equipm ent (?, ?, ?, ?, ?, ?)}", conn)
comm.parameters .add("@equipmen tId", System.Data.Sql DbType.bigint)
comm.parameters ("@equipmentId" ).Direction... -
Raise event from master page and pass variable to content page
Hi All,
I am trying to raise an event from the masterpage and pass down a variable to the content page. the variable that is being passed is a date from a calendar held on the masterpage. I have read several online articles regarding raising events but I could not get the sample code to work. Can anyone get me going in the right direction?
No activity results to display
Show More
Leave a comment: