if ( !string.isnullorempty ( Request.QueryString["Sayfa"]) ) {
int sayfano =1 ;
if ( !int.tryparse( Request.QueryString["Sayfa"], out sayfano) ) {
sayfano = 1 ; // zaten yukarda 1 olarak atandi, bu istenirse kullanilmaz !
}
}

keywordlerde ctrl + space yap, su anda editor yok onumde.