| RSS

 

Daily News Letter

Your e-mail address:


 Subscribe Reader

Add to Google Reader


 

Twitter



    ASP.Net - Open Visual Studio from Run Window

    We can open Visual Studio from Run window by typing “devenv” or “devenv.exe”. Since all the people are busy they can’t feel easy to find the shortcut to Visual Stuido from Programs in the Start bar. So we can open Visual Studio either 2003 or 2005 or 2008 by typing “devenv.exe” in Run window.

    Read More...

    C++ Analog Clock

    Analalog Clock application developed in C++ with source code. You can download the analog clock application with source code.

    Read More...

    SQL Server 2005 Common Table Expressions

    A common table expression (CTE) can be thought of as a temporary result set that is defined within the execution scope of a SELECT, INSERT, UPDATE, DELETE, or CREATE VIEW statement. A CTE is similar to a derived table in that it is not stored as an object and lasts only for the duration of the query.

    Read More...

    ASP.Net-How to capture Dynamic controls’ values

    In an Asp.net web page if we add controls like textbox dynamically during runtime, we can’t capture the dynamic controls’ values (entered by User) as the controls will be disposed when the page loads and renders with the physical controls only.

    Read More...

    How to access controls of MasterPage from ContentPage

    We often come across with the situation to access information of the controls of MasterPage from ContentPage such as LoginId etc. or changin the value of control in the MasterPage from ContentPage. We’ll see simple techniques how to access in ASP.Net 2.0 with coding in both vb and c#.

    Read More...

    Show all tables having identity columns

    The simplest way to display all the tables which are having identity column in a database of SQL server 2000 / 2005 / 2008 using the following simple query.

    Read More...

    Change sa password for SQL Server Express

    While installing Visual Studio 2005, it shows like SQL Server 2005 Express edition also installing but you can’t access it. Actually SQL Server 2005 Express edition will be installed on the pc as an instance but it wont appear in the programs list to access.

    Read More...

    Redirect to another webpage

    Redirecting to another webpage from the current webpage is one of the useful techniques often developers need. Redirecting to another webpage can be setup in the main domain place where it redirects to other sub folders. This Redirecting can be done in many ways. Among them here are present with two most and widely used [...]

    Read More...

    Configure SQL Server for ASP.Net session state

    Once you start running multiple web servers for the same web site, the default asp.net session state, InProc, is no longer useful, as you cannot guarantee that each page request goes to the same server. It becomes necessary to have a central state store that every web server accesses.

    Read More...

    Most Poisonous Animal in the World

    We generally think that the most poisonous animal in the world might be a snake or a spider or a centipede or a jellyfish or a scorpion, but neither of these.

    Read More...
    • Page 1 of 2
    • 1
    • 2
    • >
     






     
    69
     
    8
     
    0