V
vengala s reddy
i have login.aspx, login.vb, i have my stored procedures in login.vb
in login.aspx
<%@ Page Language="vb" src="/MyTime/com/login.vb"
Inherits="Enter.MyTime"%>
in login.vb
Public Sub EnterMyTime(ByVal ID As String, ByVal PWD As String)as
dataset
Now i am trying to read the output variables data from login.aspx.
i could not do it. Is there any easy way to use sqlDataReader insted
of Returning a DataSet.
THX.
in login.aspx
<%@ Page Language="vb" src="/MyTime/com/login.vb"
Inherits="Enter.MyTime"%>
in login.vb
Public Sub EnterMyTime(ByVal ID As String, ByVal PWD As String)as
dataset
Now i am trying to read the output variables data from login.aspx.
i could not do it. Is there any easy way to use sqlDataReader insted
of Returning a DataSet.
THX.