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
A

Archana New to Dotnet

@Archana New to Dotnet
About
Posts
50
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Unicode support in VBscript messagebox
    A Archana New to Dotnet

    Thanks Dave After installing East Asian Languages in my system the unicode text in message box is displayed correctly :)

    Visual Basic tutorial

  • Unicode support in VBscript messagebox
    A Archana New to Dotnet

    Can any one please tell me how to make a VBscript messagebox support unicode characters. MsgBox("ストケースの部分をテ",vbYesNoCancel + vbQuestion, title) The string in Msgbox is displayed as squares in the messagebox Thanks in advance.

    Visual Basic tutorial

  • Unicode text
    A Archana New to Dotnet

    Thanks for your link. but it didnt help me out.. I just want to display the text any more suggestions please

    ASP.NET tutorial question

  • Unicode text
    A Archana New to Dotnet

    Can any one please tell me how to display the unicode text in a textbox. for eg. Dim str = "安装在第" textbox1.text = str I want the chinese string to be displayed in textbox. Instead it is displaying as ????? Thanks in Advance

    ASP.NET tutorial question

  • onBefore unload event
    A Archana New to Dotnet

    1 ) I want a function to wait in thread of onbefore unload event for sometime. Can any one tell me how to do it in javascript. 2) Is it possible to make visibility of showmodaldialog window to false or move it away from the screen ? Thanks in advance

    C# javascript tutorial question

  • iFrame and Focus Problem
    A Archana New to Dotnet

    Hi, I have an .aspx page in which I have an iFrame. When user types something and press F10 Iam saving the records using the iFrame.submit method. Itz all working fine. But I cant bring back the focus to the same Textbox where the focus was when the key (F10) is pressed. Iam using Javascript method .So I have used .Focus() method after the Iframe submission. But that is not working.. Can any one please help me out. How to bring back the focus to the same textbox after submitting an iFrame. Thanks in Advance.

    ASP.NET help javascript tutorial

  • Default Button in a page
    A Archana New to Dotnet

    Can any one tell how to set a HTML control in a page as DefaultButton Im getting below error The DefaultButton of 'form1' must be the ID of a control of type IButtonControl. Thanks in advance

    ASP.NET html help tutorial

  • Shift + F10
    A Archana New to Dotnet

    sorry ..I have already googled it.. but nothing related to Shift + f10 functionality..Tatz why I raised a question here... Can you please help me ...

    ASP.NET tutorial question

  • Shift + F10
    A Archana New to Dotnet

    How to find out keypress shift+f10 .Is there any keycode for it ? Thanks Archana

    ASP.NET tutorial question

  • Text Area autofit to TD
    A Archana New to Dotnet

    Hi, I have a Td, which Iam converting it to edit mode.And Iam giving a textarea by which User can type along with the Old string in td. But the problem is the textarea is not getting fixed to the Td. I have given overflow:auto even set width and height to 100% however if I press enter button in textarea itz getting fixed to Td. so I tried using "/r/n" which is next line still the problem persists.. Can any one tell me how to INSERT A ENTER to the end of a String in Javascript? or is there any other solutions Thanks in Advance

    ASP.NET javascript help tutorial question

  • Store session values using Javascript
    A Archana New to Dotnet

    I got this script for reading session values using Javascript code>var color='<%= Session("color").ToString() %>' But my requirement is to store Session values using Javascript.Can any one plz tell me how to do it ? Thanks in Advance

    C# javascript tools tutorial question

  • writeprofilestring( )
    A Archana New to Dotnet

    Thanks for your reply . I went through the article. It is using API function. How can I use it in webapplication. Can you please tell me Thanks in Advance Archana

    C# c++

  • writeprofilestring( )
    A Archana New to Dotnet

    VC++ have an inbuild function named writeprofilestring( ) to write contents in an INI file. similarly do we have inbuild function to read/write values in INI file (User created) in Web application C # because doing it via file reading and writing may fetch more time . for instance the format has to be like below [settings] Image=0 Thanks in Advance Archana

    C# c++

  • Get formatted Content from aspx page or XSLT
    A Archana New to Dotnet

    I have a aspx page which gets formatted using XSLT.Now my requirement is such that I have to save all individual documents and Print at last. If I use InnerXml or Innertext method Im not getting the format correctly.So my printing in a page is horrible. so can any one plz tell me 1)How to save the formatted data from XLST 2)I got this Idea dont know whether itz possible.The correct format is in aspx page which I saw it when debugging .Is it possible to get the content say from start of <xml> to </xml> using some Javascript Function. Thanks in Advance

    ASP.NET xml javascript tutorial

  • Append data to aspx page
    A Archana New to Dotnet

    I have a aspx page with contents which I have put in a Frame in a side.If the User clicks the other options the content should get appended to the existing aspx page that I have put in Frame. How can I maintain the Old values and Appened the contents Thanks in Advance.

    ASP.NET question

  • Hide Print Dialog Window
    A Archana New to Dotnet

    Hi , Im using Asp.net application.Im printing N no of Pages as per the user request. My problem is that Im opening N no of forms for N requests.But I hide(with Moveto option) the form using Windows.opener option in Javascript.Im successfull in doing tat.But while printing each form Print Dialog window is getting opened which is not user friendly ..I want to show it only once even if possible want to hide it ,,Can u any one suggest me some gud technique. Thanking You in advance.

    ASP.NET csharp javascript asp-net help

  • make Whole Grid Editable
    A Archana New to Dotnet

    Can any one please tell me how to make entire grid editable. I have done the usual way of making only the particular Row editable when cliked on EDIT button on the Row. But I have to make the entire grid editable on a button click .. Thanks in advance

    C# css tutorial

  • F2 Key press
    A Archana New to Dotnet

    thank u its working fine

    Visual Basic tutorial

  • Editable Grid On Keypress
    A Archana New to Dotnet

    got it through onkeydown event thank you

    C# css tutorial

  • Editable Grid On Keypress
    A Archana New to Dotnet

    Since f2 is a functional key ..can you please tell how to get the keypress value for it

    C# css 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