Do you Tweet? Follow me on Twitter @cemsisman or learn how to use Twitter!

Online Turkish Supermarket in UK

April 3rd, 2012 Cem Sisman No Comments

Online Turkish SupermarketMarkeTurk, your online Turkish Supermarket in the UK.

All poultry and meat products are ordered fresh and clean on everyday. We meticulously choose our suppliers to make sure for offering and delivering most top quality products.

Also we provide olives, dairy products and pickles from Turkey and Cyprus, particularly imported for your home. Olives mixed with spices and herbs in order to meet various style of our own consumers and pickles made by our personnel can be purchased from the delicatessen section.

In grocery section we stock the full selection of well-known Turkish products along with other European brands such as spices or herbs, nut products and snack foods. We stock Turkish delightapple teas, green teas, herbal teas, rose water, cologne as well as other traditional items.

You can use our online Turkish Supermarket website to do your shopping and switch between sections as you wish in order to find the best selection of products you generally consume.

Happy shopping…

Cem Sisman
MarkeTurk – Managing Director

How to use DataPager with DataGrid

February 2nd, 2011 Cem Sisman 1 Comment


Requirements;

  • .net framework 3.5

Follow the instruction as follows which explains how to use datapager with custom datagrid control;

  • Download this control
  • Unzip it and add CS.Web.UI.dll to your visual studio toolbox.
  • Drag from toolbox and drop the control to your aspx page.
  • Sample code in aspx file.


            
        
   

        
          
            


            
                    

          

          

          
        
      

And gridActivities_PageIndexChanging in .cs file

protected void gridActivities_PageIndexChanging(object sender, GridViewPageEventArgs e)
    {
        gridActivities.PageIndex = e.NewPageIndex;
        gridActivities.DataBind();
    }

Microsoft Virtual Earth & Give Up Google Map?

March 24th, 2009 Cem Sisman 1 Comment

microsoft-virtual-earthAs far as I can see this map by Microsoft looks nicer and easier to develop.

Have a look at the sample of my work with it;
http://virtualearth.cemsisman.com

See online SDK;
http://www.microsoft.com/maps/isdk/ajax/

10 Must Have Visual Studio Add-Ins

March 18th, 2009 Cem Sisman No Comments

Have a look and hope you will like it. Here is the link;

http://msdn.microsoft.com/en-gb/magazine/cc300778.aspx

Microsoft SQL Server 2005 Service Pack 3

December 18th, 2008 Cem Sisman No Comments

Sql Server 2005 SP3 It’s been released on 15th of December.

You can review the list of bugs fixed.  And also see what’s new in new service pack.

Here is the download links;

- SQL Server 2005 SP3 (Eval, Std, Dev, Ent Editions) – http://go.microsoft.com/fwlink/?LinkId=135960SQL

- Server 2005 Express Edition SP3 – http://go.microsoft.com/fwlink/?LinkId=135970

for more information;
http://blogs.msdn.com/sqlreleaseservices/archive/2008/12/16/sql-server-2005-sp3-released.aspx