I'm .net (c#) developer
THis is my code
|
1 2 3 4 |
jQuery("#AccountingCodesGrid").jqGrid({<br /> <br /><br /> datatype: 'json',<br /> url: '<a href="http://json_datasource&#39" target="_blank" rel="nofollow">http://json_datasource'</a>;, |
|
1 |
..... |
|
1 |
|
1 |
<ul><li>In <a href="http://json_datasource" target="_blank" rel="nofollow">http://json_datasource</a>, i create json data from a DataTable</li><li></li><li>And i want get this DataTable in current view page. I want keep DataTable in a ViewState, but when i get it from current view page, this value is null.</li><li></li><li>Help me plz</li></ul> |
|
1 |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top