ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
what is client back feauture ?
 Question Submitted By :: Sunita Apte
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is client back feauture ?
Answer
# 1
ClientSideCallback  used to avoid form Postback for each 
and every time .I have posted some sample code also try
which is use for Dropdown


aspx.cs
 private string _pricecallbackResult, 
_pricecallbackResultCAT, _pricecallbackResultClass;


 public string GetCallbackResult()
    {
        return _pricecallbackResult;
    }

    public void RaiseCallbackEvent(string eventArgument)
    {

       

        string[] val = eventArgument.Split(',');
        string id = val[0].ToString();
        string k = val[1].ToString();
        if (val[1] == "1")
        {
            //  _pricecallbackResult = 
objCommonBL.GetProgramNameForRebate();

        }
        else if (val[1] == "2")
        {
            
                    
                    _pricecallbackResult = 
objCommonBL.GetCategoryNameForRebate(Convert.ToInt32(id));
                

        }
        else if (val[1] == "3")

        {
                 _pricecallbackResult = 
objCommonBL.GetClassNameForRebate(Convert.ToInt32(id));
             
        }


    }


in Aspx Java Script
*********************


    function PriceClientCallbackError(result, context)
    {
      alert(result);
    }

 function PriceClientCallback(result, context)
        { 
         ClassClear();
          if (!result)
          {
              return;
          }
          
          var resultValue = result.split(','); 
          for (var i = 0; i < resultValue.length; ++i)
          {
            var val = resultValue[i].split('~~');
            for(var j=0;j<val.length; ++j)
            {
                var values = val[j].split('~');
                var option = document.createElement
("OPTION");
                option.value = values[0];
                option.innerHTML = values[1];     
                document.forms[0].ctl00$ContentPlaceHolder1
$frmRebate$ddlCategory.appendChild(option);
             }
        }
     }
 
Is This Answer Correct ?    0 Yes 0 No
Chandrasekar_namakkal
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
How do you implement postback with a text box? What is postback and usestate?  1
What is difference between ASP and ASP.NET ? TCS3
Can u able to get the xml document in crystal report if yes how its possible  1
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?  1
Contrast the use of an abstract base class against an interface? iLink4
Difference between abstract factory pattern and factory method pattern in .NET with example. Keane-India-Ltd1
How many webforms are possible on a single webpage?  5
Features and disadvantages of dataset ? Microsoft3
Which institute provide good Project training on .Net technologies in hyd?  4
what is state management,what is the purpose of it,how it will be implemented in real time?  1
What is the namespace for encryption? Astadia1
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together. ADITI1
Which template must you provide, in order to display data in a Repeater control?  3
How to refresh a page in asp.net  2
what is view state and its use DELL8
In the context of a comparison, what is object identity versus object equivalence?  1
Describe a diffgram ? Write any one use of that?  2
What is Boxing and Unboxing? Accenture6
can u any one tell me clearly where is stored cache datas? Apollo1
What are the different types of Session state management options available with ASP.NET?  5
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com