Click here to Skip to main content
15,892,746 members

Comments by newcoder1 (Top 15 by date)

newcoder1 27-Nov-16 13:58pm View    
Deleted
i got alot of div tagname
one of them had innerhtml and when i see that it was like that


so how can i filter those div tagnames to the one that have innerhtml like this
newcoder1 9-Sep-16 14:15pm View    
give me a code example for what you are saying please
newcoder1 9-Sep-16 6:25am View    
ok mika here's the thing
i'll make table
then i fill it with schema from the database
then i'll bind it to the datagridview datagridview.datasource=table
so after binding>>>if i want to add new row to the datagridview by code i wont be able
i will not be able to use such code( datagridview.rows.add)
instead it will be bindingsource code
so it will be like bindingsource.addnew()

and that is the problem when i use bindingsource.addnew()it will not add the custom datagridview coulmns

it will add just normal row which will appear in the datagridview since it's binding to the datatable

got it?

try it your self
newcoder1 8-Sep-16 17:59pm View    
your solution wont work in my case
because if i bind the datatable to the datagridview then i can't use any control that i inherit to the datagridview
newcoder1 8-Feb-13 12:07pm View    
nothing new mike meinz i tried but nothing happen