Click here to Skip to main content
15,899,679 members

Comments by rizwan muhammed khan gouri (Top 34 by date)

rizwan muhammed khan gouri 1-Dec-14 4:30am View    
it passes here CheckBoxCheck(rb)
rizwan muhammed khan gouri 8-Apr-14 5:48am View    
Please check cookie is null or not
rizwan muhammed khan gouri 4-Feb-14 8:36am View    
hi

i am just explain more. you can create a class public class data1
{
public List<typeofclassreturn> _Data{get;set;}
public int SelectedRows{get;set;}
}
any where in your project.which has one int property and second one list which is you return type class.
then in api method you can calculate your data and its count than assign it to the class object and return it.
for consumming whatever you using ajax or service refrence you get it as responce stream.


in ajax

onsuccess: function( response)
{
var count =respomse.SelectedRows;
var _obj=response._Data;
$.each()
{to itrate your _obj ....
}
}


you also check data in you browser
rizwan muhammed khan gouri 10-Jul-13 2:38am View    
Please explain what you want?
rizwan muhammed khan gouri 6-Apr-13 5:40am View    
hello
Please make function that will pass your image url and call it simple.