I have an C# solution where I already imported custom seattle.master page.
For that page, in top ribbon I have to dynamically bind data from SQL Server data. Whenever the user clicks on the URL on top ribbon data should be bind from SQL Server table.
Do I need to create class for the existing master template in my solution?