User Profile
Collapse
-
How to connect locally on server machine?
How to connect locally on server machine? -
How to add data into a array accross multiple postback?
I have an button(add) which adds data to a datatable and binds it to a grid.
I want to save the data into a array accross multiple postback without using session,viewsta te etc...
Code:selectQuery = "SELECT Proposal_Form_No as [PFNo] from Policy_Entry where svmslogin.Policy_Entry.Status='LoginReqd' and (Policy_Entry.Proposal_Form_No = '" + RadTextBox2.Text + "')" Dim adp As SqlDataAdapter
No activity results to display
Show More