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 [...]
Archive for the ‘1’ Category
Best advice for your preparation for 70-536
Posted in .net framework 2, 1, Certifications, Transcanders for dotnet, asp.net 2 on September 4, 2009 | Leave a Comment »
Yetiş ya Muhammed yetiş ya Ali English translation
Posted in 1 on April 27, 2009 | Leave a Comment »
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 [...]
Oracle Form 6i developer tutorial
Posted in 1 on April 24, 2009 | Leave a Comment »
how to get year from date in pl sql
Posted in 1 on March 17, 2009 | Leave a Comment »
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 [...]
Aaj Bazaar meiN pabajaulaN chalo
Posted in 1 on March 2, 2009 | Leave a Comment »
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 [...]
How to open webform in new popup brower window from code behind
Posted in 1 on January 31, 2009 | Leave a Comment »
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
What is Kerbala! In the eye of Leaders of the World.
Posted in 1 on April 22, 2008 | Leave a Comment »
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 [...]
My blog on Creative pakistan web site
Posted in 1 on April 18, 2008 | Leave a Comment »
link of my weblog appears on creative pakistan website in the category of weblogs
http://www.creative-pakistan.com/cp-home/?cat=9