User Profile

Collapse

Profile Sidebar

Collapse
henkhell
henkhell
Last Activity: Sep 11 '06, 03:08 PM
Joined: Aug 2 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • henkhell
    replied to Retrieve cell text in datagrid
    in .NET
    hello try this
    Private Sub DataGrid1_ItemC ommand(ByVal source As Object, ByVal e As System.Web.UI.W ebControls.Data GridCommandEven tArgs) Handles DataGrid1.ItemC ommand
    If e.CommandName = "hello" Then
    Dim srrrr As String
    srrrr = e.Item.Cells(2) .Text
    End If
    End Sub


    hello is the string that you put on the command inside the datagrid....
    See more | Go to post

    Leave a comment:


  • henkhell
    started a topic Web Services
    in .NET

    Web Services

    i need an advice about a web service, i have a web service with a lot of oracle commands and i need to send it a oracleconnectio n in open state.... how can i do that? if you cam help me i will apreciated.
    See more | Go to post
No activity results to display
Show More
Working...