| Author: Dharmaraj 30 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hi, Your explanation looks confusing, please explain clearly.
Regards, Dharma Editor,Mentor,MVM Try and fail but don't fail and try Me and DNS
|
| Author: ujual 30 Oct 2009 | Member Level: Silver | Rating:  Points: 2 |
Sorry,
I have a gridview, the datasource of that gridview is a dataset from a database. In one condtion my dataset row count is 0. That time i made the datasource as null.
After this i tried to enter the value to the textbox column it is allowing to enter.
But when i try to read that value in my programme it is giving null after entering the value also.
|
| Author: ujual 30 Oct 2009 | Member Level: Silver | Rating:  Points: 2 |
I am woking in .Net platform C# language
|
| Author: sudha 10 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
Instead of adding the ADD handler. Why dont you try the Datagridview_cellLeave event. I think it may solve your problem.
|
| Author: ujual 14 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
hi sudha i tried that, but this event wont fire while leaving a cell if u r not using handler..
|