locked
cell in asp.net RRS feed

  • Question

  • i want to ask in windows form we write DataGridViewCell so what we write in web applications instead of DataGridViewCell

    For Each row As GridViewRow In GridView1.Rows
            For Each celli As DataGridViewCell In row.Cells
                Try
                    pdfTable.AddCell(celli.Value.ToString())
                Catch
                End Try
            Next
        Next

    Monday, September 18, 2017 5:04 AM

All replies

  • Hi,

    So what is your problem now?

    And what is the type of your project? Windows Forms? Or Web application?

    Hope your more details for your issue.

    Regards,

    Stanly


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Monday, September 18, 2017 6:49 AM