Donate

Ajax Control PopupControlExtender GetProxyForCurrentPopup Not Showing In Visual Studio Intellisense

I was wondering why when I type PopupControlExtender. nothing happens. Supposedly, GetProxyForCurrentPopup method will show.
The solution was so simple, I forgot to include the namespace of AjaxControlsToolkit.
  //add namespace AjaxToolkit  
  using AjaxControlToolkit;  
  //call commit method  
  PopupControlExtender pce =   PopupControlExtender.GetProxyForCurrentPopup(this);    
  pce.Commit("hi");

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

TypeScript Error Or Bug: The term 'tsc' is not recognized as the name of a cmdlet, function, script file, or operable program.