User Profile

Collapse

Profile Sidebar

Collapse
roha
roha
Last Activity: Aug 28 '13, 11:00 AM
Joined: Aug 28 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • When i set the marathi font to textbox in vb.net using property window it set properly bu when i run and type in textbox then it does not show properly. for example when o press 'k' letter on keyboard the it does not show 'ka' in marathi. so give me solution what extraa additon in project to set marathi font to label and textbox
    See more | Go to post

    Leave a comment:


  • when I click on 'ADD To CART' button then following error occur.- Rows cannot be programmaticall y added to the DataGridView's rows collection when the control is data-bound.
    Coding of 'ADD TO CARCT' button
    Private Sub btncart_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles btncart.Click
    dgv.Rows.Add()
    dgv.Rows(dgv.Ro wCount - 2).Cells(0).Val ue = ComboBox1.Text
    ...
    See more | Go to post

    Leave a comment:


  • roha
    started a topic about datagridview databound control

    about datagridview databound control

    I have error that is- Rows cannot be programtically added data bound control.
    This error occurs when i click on 'Add to Cart' button in my project to add the one record at a time in datagridview.
    in this button control i used the logic like datagridview.ro ws.add(), datagridview.ro wcount-2
    but this error occur. so give me solution.
    See more | Go to post
No activity results to display
Show More
Working...