Category Archives: dot net

Start C# Dot Net

Topic: how to link a page in C# dot net very simple. on click method write the following code: frmNewEmployee newFrm = new frmNewEmployee(); newFrm.Show(); this.Hide(); Topic: Setup Startup Form => Open File “Program.cs”. and in main function  set form … Continue reading

Posted in dot net | Leave a comment

Database connection using web.config file

we can connect database in many ways in Asp.net. the main point is where we write the connection string. we can either write it in every .aspx.cs pages or in web config file or even in any global configuration file. … Continue reading

Posted in dot net | Tagged , , , | Leave a comment

Lets give it a try!!!

Yes this time dot net. microsoft visual studio 2008 DVD is only price of less then 70Tk. but according to it’s magical power its million times powerful then such price. so let’s give it a try. first install “visual studio … Continue reading

Posted in dot net | Tagged , , , | Leave a comment