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
R

raju melveetilpurayil

@raju melveetilpurayil
About
Posts
123
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Chat Application
    R raju melveetilpurayil

    my bad.. forgot the forum title :( .. thought about PHP and Java .. apologies

    C# sysadmin help question lounge learning

  • Chat Application
    R raju melveetilpurayil

    Kevin Marois wrote:

    My usage will NOT be asp.Net

    So what language are you going to use?:~

    C# sysadmin help question lounge learning

  • Chat Application
    R raju melveetilpurayil

    SignalR will be a better component for a chat application. I done a real-time time application with SignalR.. Its very interesting :cool:

    C# sysadmin help question lounge learning

  • FlipKart Api Sample Code
    R raju melveetilpurayil

    I think there is no api for FlipKart. There is some affiliate program. If you want to know more ask to affiliate@flipkart.com

    ASP.NET csharp asp-net json

  • Attach an editor in as aspx page
    R raju melveetilpurayil

    I am still confused of what the purpose of that textarea. anyway these link may help you to popup and editor ModalPopup Extender[^] HTMLEditorExtender.aspx[^]

    ASP.NET help tutorial

  • Bulk file uplaod from a folder
    R raju melveetilpurayil

    Because of security issue we don't have any control on accessing files/folders on client system.

    ASP.NET csharp javascript asp-net sysadmin tutorial

  • Attach an editor in as aspx page
    R raju melveetilpurayil

    Is there any problem for adding Editor instead of textarea?

    ASP.NET help tutorial

  • New forum
    R raju melveetilpurayil

    Its cool, new area to get all tech updates. thinking to say good bye to twitter.:cool: usually i got tech update form twitter

    void raju();

    The Lounge com

  • How To Fill gridview textbox by selecting data from gridview Dropdownlist
    R raju melveetilpurayil

    try like this

    //DropDownList inside the gridview
    protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
    {
    //identifying DropDownList
    DropDownList gridDropDownList = (DropDownList)sender;
    //selecting grid row
    GridViewRow gridRow = (GridViewRow)gridDropDownList.NamingContainer;
    //setting Index
    int selectedIndex = gridRow.DataItemIndex;
    //finding textbox in selected gridview row
    TextBox textBox = (TextBox)GridView1.Rows[selectedIndex].FindControl("yourTextBoxID");
    string selected = gridDropDownList.SelectedValue;
    if (textBox != null)
    {
    textBox.Text = selected;
    }
    }

    My Mind is the Devil's Workshop.

    ASP.NET tutorial

  • Google's Honeycomb OS
    R raju melveetilpurayil

    LG is going to introduce new 9in tablet (G Slate) with honeycomb in next month. let wait and see

    My Mind is the Devil's Workshop.

    The Lounge android mobile com question lounge

  • I saw a sign in a shop window yesterday .....
    R raju melveetilpurayil

    Not Applicable I am not went out yesterday. :)

    My Mind is the Devil's Workshop.

    The Lounge

  • The 7 Habits of Highly Effective Websites (including code project) !
    R raju melveetilpurayil

    Henry Minute wrote:

    you old tart!

    4: All are respect each other.

    My Mind is the Devil's Workshop.

    The Lounge question css com graphics design

  • The 7 Habits of Highly Effective Websites (including code project) !
    R raju melveetilpurayil

    Slacker007 wrote:

    Take away their points and watch out.

    its jealousy ;) :laugh: :laugh:

    Slacker007 wrote:

    [raju.m][makhaai] wrote: 4: All are respect each other.

    this line have some BUG :doh:

    Slacker007 wrote:

    This is a great site but some of the people here aren't that great.

    Now I got the point :thumbsup:

    My Mind is the Devil's Workshop.

    The Lounge question css com graphics design

  • The 7 Habits of Highly Effective Websites (including code project) !
    R raju melveetilpurayil

    rajesh-lal wrote:

    Why is code project so popular and not other developer forum websites ?

    1: Reputation. 2: Most of the users are very good in technologies. 3: No one here for Point and Rank. 4: All are respect each other. 5: Get instant Replay for problems. 6: No one entertain junk post [ this help self assessment who post questions or answers ]

    My Mind is the Devil's Workshop.

    The Lounge question css com graphics design

  • Bummer....
    R raju melveetilpurayil

    Marcus Kramer wrote:

    Maybe tomorrow will be better

    Best of luck :thumbsup:

    My Mind is the Devil's Workshop.

    The Lounge sysadmin collaboration question

  • My first post from...
    R raju melveetilpurayil

    yes, phone is good... what about its battery life??

    My Mind is the Devil's Workshop.

    The Lounge com sysadmin

  • Best tutorials for Windows Phone 7
    R raju melveetilpurayil

    Hello Chris Maunder, Thanks for the mobile zone and Thanks for the Newsletters from CP. I am really happy for this Zone. I am looking for some good development videos and tutorials for Windows Phone 7. Anyway I got all in One.:thumbsup:

    My Mind is the Devil's Workshop.

    Mobile

  • draw vertical line
    R raju melveetilpurayil

    through CSS you can achieve this, check this link draw a thin vertical line on a page[^]

    ASP.NET question csharp asp-net

  • country,State list
    R raju melveetilpurayil

    sathimailin1 wrote:

    i need to load all countries,states in a drop down

    Where from you want to load? from Database or XML file?? specify your question.

    ASP.NET

  • AutoComplete Extender in VS 2008
    R raju melveetilpurayil

    Check these links AutoComplete Demonstration[^] AutoComplete From Database[^] Ajax AutoComplete in ASP.NET[^]

    ASP.NET csharp database html asp-net visual-studio
  • Login

  • Don't have an account? Register

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