Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

Aatif Ali from Bangalore

@Aatif Ali from Bangalore
About
Posts
12
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Set wallpaper on Drives BackGround
    A Aatif Ali from Bangalore

    How to set a wallpaper inside a computer drives background...

    System Admin tutorial

  • attach multiple attachments to the mail dynamically
    A Aatif Ali from Bangalore

    Refer these also http://www.aspdotnet-suresh.com/2012/07/how-to-send-mail-with-multiple.html[^]

    ASP.NET help tutorial

  • attach multiple attachments to the mail dynamically
    A Aatif Ali from Bangalore

    Refer this link http://stackoverflow.com/questions/1457940/multiple-attachment-file-in-email-using-c-sharp[^]

    ASP.NET help tutorial

  • Stored Procedures SQL Server
    A Aatif Ali from Bangalore

    I think 'Insert into' query will help you

    Database database question sql-server sysadmin

  • Sql injection Attack
    A Aatif Ali from Bangalore

    Thnks..

    Database question database

  • Sql injection Attack
    A Aatif Ali from Bangalore

    Thanks ur Post...How to avoid or prevent this attack...?

    Database question database

  • Deleting Recycle Bin
    A Aatif Ali from Bangalore

    Thanks Yaar..

    System Admin tutorial question

  • Sql injection Attack
    A Aatif Ali from Bangalore

    What is SQL injection attack...?

    Database question database

  • Deleting Recycle Bin
    A Aatif Ali from Bangalore

    How to delete RECYCLE BIN from our Desktop..?

    System Admin tutorial question

  • stored procedure or views?
    A Aatif Ali from Bangalore

    Based on the performance considerations, the SPs are more versatile and allow a broader range of inquiries and actions than the views.

    Database database com performance question announcement

  • How to create a connection string in webconfig
    A Aatif Ali from Bangalore

    <connectionStrings>
    <add name="REOU_DB" connectionString="Data Source=AMT-03;Initial Catalog=reouLive11-sep-2012;Persist Security Info=True;User ID=sa;Password=amt12345" providerName="System.Data.SqlClient" />

    </connectionStrings>

    :thumbsup:

    Aatif

    ASP.NET database sql-server sysadmin tutorial question

  • Accessing Master Page control
    A Aatif Ali from Bangalore

    using System; using System.Web.UI.WebControls; Now add following code in code behind protected void Page_Load(object sender, EventArgs e) { if(!IsPostBack) { Label masterlbl = (Label)Master.FindControl("lblMaster"); TextBox mastertxt = (TextBox) Master.FindControl("txtMaster"); lblContent.Text = masterlbl.Text; txtContent.Text = mastertxt.Text; } } Here 'txtMaster' is a textbox placed in the masterPage...u can try like this to get all controls from MasterPage

    ASP.NET help csharp question workspace
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups