Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~220 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mahir78

I have gridview and formview, when clicking on select(Edit) button in gridview the record will be displayed in formview. In formview i do all the operations like insert,edit,delete....Everything fine except gridview refresh problem. that is when i insert a record from formview the GRIDVIEW NOT UPDATING ROW FOR THE FIRSTTIME …

Member Avatar for hollystyles
0
115
Member Avatar for mahir78

var a = document.createElement('a'); a.appendChild(dynval); a.href='javascript:void(0)' a.onclick=bindme(dynval) td.appendChild(a) row.appendChild(td) function bindme(bval){ temp=bval return function(){ alert(temp) } } The above code is not complete.... the problem is i am generating dynamic rows inside table's tbody. and i split the rows in to client side pages where each page may display 5 …

Member Avatar for mahir78
0
105