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
L

LeenaSo

@LeenaSo
About
Posts
10
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Connecting to internet through code
    L LeenaSo

    Dim Message As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage Message.To = "" Message.From = "

    Visual Basic csharp question

  • how to do scheduling writing code?
    L LeenaSo

    have u tried this? http://www.codeproject.com/csharp/taskschedulerlibrary.asp

    Visual Basic help tutorial question

  • Pop screen opening problem
    L LeenaSo

    Are u using Window.open() in javascript to open the pop up. If yes then by specifying a name for the popup window as second argument of window.open u can solve this problem. That is Window.Open(pageURL,SomeNameForPopUpWindow,WindowProperties);

    Web Development javascript help

  • Creating Web pages dynamically
    L LeenaSo

    In a news site generally there is only a single web page to display the selected news. The content-Id is passed to this page and content mapped to this Id is retrieved from database / file and displayed on web page. The news site will have a content management system in place to capture individual stories and store them in a suitable structure (database/file system) and assign content id's to each story

    ASP.NET tutorial csharp question announcement

  • C# Removing Excel object from Task Manager
    L LeenaSo

    Add this in the end to release the objects :) wsWorkbook = null; _excel = null;

    C# csharp performance announcement

  • The Lounge
    L LeenaSo

    Isn't that the no. of messages posted on the lounge so far.. ???

    The Lounge question

  • Basic Insert Please correct
    L LeenaSo

    Try string sInsert = "insert into temp11 values ('This is my test data''s ')";

    C#

  • TabIndex of multiple usercontrols
    L LeenaSo

    This code works if u write it in the gotfocus event of the form. Does not work when written in the load event

    C# tutorial

  • Datagrid
    L LeenaSo

    U can use the Datakeys property of the Datagrid to get the value of the unique field for the selected Row in the datagrid . Sub Update_Command(sender As Object, e As DataGridCommandEventArgs) .... uniq = Grid.DataKeys(e.Item.ItemIndex) .... End Sub

    Visual Basic help announcement

  • Mobile Phone
    L LeenaSo

    Nokia - 6610 or 6610i. Very popular in the Indian markets and v. reliable too. Both cost less than 10000 INR

    The Lounge question
  • Login

  • Don't have an account? Register

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