Feeds:
Posts
Comments

Archive for the ‘1’ Category

As is known to everyone, if you learn and master each and every aspect of the subject and get a hand on experience on it, and then you will not have any problems, that is to say, you absolutely will get 70-536!!But, we could not become a master in .net framework-application Development Foundation in singe [...]

Read Full Post »

i found a beautiful Turkish song i search and placed its English translation

Bugün bize pir geldi gülleri teze geldi = Today, Pir (teacher, religious leader, Ustad, etc) visited us, and he came with fresh roses
Önü sıra kamberi ali yel murteza geldi = In front of him came Kamberi Ali El Murteza [...]

Read Full Post »

Read Full Post »

pl Sql has function “Extract” this functions works wonders. I used it at many places in my application , i write some samples here
Years
select EXTRACT(YEAR FROM DATE ‘2008-3-17′)YEAR from dual;
Months
select EXTRACT(Month FROM DATE ‘2009-3-17′)Months from dual;
Day
select EXTRACT(day FROM DATE ‘2009-3-17′)Days from dual;
and [...]

Read Full Post »

the poem by faiz ahmed faiz constantly comes in my mind. Check it out
 
 
Chashm-e-nam,Jaan-e-Shorida kaafi nahiNTohmat-e-Ishq posheeda kaafi nahiNAaj Bazaar meiN pabajaulaN chaloDast afshaaN chalo, mast-o-raqsaaN chaloKhaak barsar chalo,khuN badamaaN chaloraah takta hai sab shehr-e-jaanaN chaloAaj bazaar meiN pabajaulaN chalohaakim-e-sheher bhi majama�e aam bhisubh-e-nashad bhi,roz-e-nakaam bhiteer-e-ilzam bhi sange dushnam bhipa ba jaulaaN chalo, aaj [...]

Read Full Post »

PopUp form can be open through two ways from code behind, you can use both way , parameters can be send through Query string as well

protected void Button1_Click(object sender, EventArgs e){
OpenNewWindow(”test.aspx”);
OpenNewWindowUsingResponse(“test.aspx”);
}
public void OpenNewWindow(string url)
{
ClientScript.RegisterStartupScript(this.GetType(), “newWindow”, String.Format(”<script>window.open(’{0}’);</script>”, url));
}
Public Void OpenNewWindowUsingResponse(string Url)
{
Response.Write(“<scr” + “ipt>\r\n”);
Response.Write(“open(‘” + Url + “‘);\r\n”);
Response.Write(“</scr” + “ipt>”);
}

Both Works fine

Read Full Post »

Charles Dickens said the following about Imam Hussain (AS):
“If Hussain fought to quench his worldly desires, then I do not understand why his sisters, wives and children accompanied him. It stands to reason therefore that he sacrificed purely for Islam.”

Sir Muhammad Iqbal says:
Imam Husayn uprooted despotism forever till the Day of Resurrection. He watered [...]

Read Full Post »

link of my weblog appears on creative pakistan website in the category of weblogs
http://www.creative-pakistan.com/cp-home/?cat=9
 

Read Full Post »