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
N

nilkatkar

@nilkatkar
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Firefox 5
    N nilkatkar

    i have upgraded to FF5,found no issue, except few addons compatibility. just check with your favourite addons compatibility.. :)

    The Lounge xml question

  • How to get unique combination of values from different arraylists contained in a single mother arraylist? [modified]
    N nilkatkar

    I have one mother arraylist which contains no. of arraylist whose count is dynamic. All childArrayList contains string values. I have to get all unique combinations for all the values in all arraylist. If motherArrayList contains 4 arraylist, then length of combination string should be 4.

    modified on Wednesday, April 1, 2009 2:59 AM

    C#

  • how to hightlight a value from the dropdown list using gridview....
    N nilkatkar

    Thanks Sneha. For adding this in my knowledge base

    ASP.NET csharp asp-net database help tutorial

  • how to hightlight a value from the dropdown list using gridview....
    N nilkatkar

    Hi Dayakar, There is an event of gridview called on RowDataBound. In that event you have to bind the dropdown text with the value i.e. coming from database. suppose your dropdownlist name is ddlResult and gridview gvResultSheet gvResultSheet_RowDataBound( object sender, GridVieRowEventArg e) { DropDownList ddlResult; if (e.Row.RowType == DataControlRowType.DataRow) { ddlResult = (DropDownList) e.findcontrol("ddlResult"); if(ddlResult != null && ddlResult.Items.Count > ) { ddlResult.SelectedValue = yourdatasource value; } } } add proper code for yourdatasourcevalue. And let me know if you have some trouble.

    ASP.NET csharp asp-net database help tutorial
  • Login

  • Don't have an account? Register

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