Getting Page Number From Dataprovider

Hi,

Today i tried with your code… its working perfect… i commented the line.





 $this->widget('zii.widgets.CListView', array(

	'dataProvider'=>$dataProvider,

	'itemView'=>'_view',

		//'ajaxUpdate'=>false,                  //Not working if i remove this

		'enablePagination'=>true,

		'summaryText'=>'',

		'tagName'=>'div',

		'itemsTagName'=>'ul',

		'itemsCssClass'=>'hello-preview ',

		'htmlOptions'=> array(

				'class'=>'hello-preview'

		),

		'pager'=>array(

				'header'=>"",

		),

		'afterAjaxUpdate'=>'function(id,data){ console.log("finished ajaxupdate");}',

		



May be checkthis urlmanager





			'rules'=>array(

				'<controller:\w+>/<action:\w+>/<id:\d+>/*'=>'<controller>/<action>/',

				'<controller:\w+>/<id:\d+>'=>'<controller>/view',

				'<controller:\w+>/<action:\w+>/<id:\d+>'=>'<controller>/<action>',

				'<controller:\w+>/<action:\w+>'=>'<controller>/<action>',




I checked urlmanager. Its the same. I tried all the options. Thanks Chandran. Hope I resolve it soon