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
H

Hemalatha A M

@Hemalatha A M
About
Posts
9
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Textbox Focus Problem
    H Hemalatha A M

    Hi... I tried but it is not wkg

    ASP.NET help java javascript question

  • Textbox Focus Problem
    H Hemalatha A M

    Then what is the solution for this problem.. I have tried hardly for this.. The cursor alone is not placing inside textbox.. But all the other work like after entering any text and press enter it is getting save in gridview... This problem is occuring only in IE

    ASP.NET help java javascript question

  • Textbox Focus Problem
    H Hemalatha A M

    Hi, Am having textbox in Gridview.I need to set the focus(i.e. the cursor should place inside textbox) when add link button is clicked. For this i have used java scipt. function Click_Enter(CID,event) { var key; key=(event.which) ? event.which : event.keyCode; if(key==13) { document.getElementById(CID).focus(); } return true; } And in code behind of link button click event ImageButton ibtnSave = (ImageButton)gvBillingType.FooterRow.FindControl("ibtnSave"); TextBox txtAddcontrol = (TextBox)gvBillingType.FooterRow.FindControl("txtFooterBillingType"); Page.RegisterStartupScript("SetFocus", "document.getElementById('" + txtAddcontrol.ClientID + "').focus();"); txtAddcontrol.Attributes.Add("onkeydown", "javascript : return Click_Enter('" + ibtnSave.ClientID + "',event);"); this code is Wkg in Mozila.. but in IE it is not WKG.. Pls anyone help me fast.

    ASP.NET help java javascript question

  • How to get control id which is in edititemtemplate
    H Hemalatha A M

    Hi, For JS i need the image button id which is in EditItemTemplate.I got the id which is in FooterTemplate by using gvDataBase.FooterRow.FindControl("ibtnSave").UniqueID Pls anyone tell how to get that id..........

    ASP.NET javascript tutorial

  • Html Editor for asp.net not supported by safari browser
    H Hemalatha A M

    Hi, I jst viewed it and took the id for html editor for ex: "ctl00_cphEBizMaster_txtMessage". And i try to assigned it to some string variable like String Message =Request.Form("ctl00_cphEBizMaster_txtMessage"); Am getting Error.....

    ASP.NET csharp html asp-net help

  • Html Editor for asp.net not supported by safari browser
    H Hemalatha A M

    I have designed html editor for asp.net. My problem is if i type any msg inside that html editor, and click save button, the text is not accepted and it shows alert msg..... But in other browser the text is accpted... Any Solution....

    ASP.NET csharp html asp-net help

  • Html Editor dll
    H Hemalatha A M

    Hi.. I have to use html editor for my asp.net page. Pls tell any dll name for htmleditor. i have already used Winthusiasm dll... Is there any dll available other than it...

    ASP.NET csharp html asp-net

  • Bulk Insert
    H Hemalatha A M

    Hi i try to insert 195 countries at a time in sql. For that i have used BULK insert query. My Query is BULK INSERT hrmsuser.country FROM 'C:\data.txt'WITH ( DATAFILETYPE = 'char', FIELDTERMINATOR = ',', ROWTERMINATOR = '\n' ) MYPROBLEM: Cannot bulk load. The file "C:\data.txt" does not exist. Pls Anyone Help Me........

    Database database help

  • Hi all !!! FreeTextBox not Suppoted by Safari Browser [modified]
    H Hemalatha A M

    Am used html editor in asp.net. But while i click any item like Bold, or Italic and drag it will paste inside the editor. To avoid this i used FreeTextBox. But it is not Wkg in Safari browsers. Pls anyone help me!!!!!! :(

    modified on Monday, April 20, 2009 9:41 AM

    ASP.NET csharp html asp-net help
  • Login

  • Don't have an account? Register

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