Thanks Dave After installing East Asian Languages in my system the unicode text in message box is displayed correctly :)
Archana New to Dotnet
Posts
-
Unicode support in VBscript messagebox -
Unicode support in VBscript messageboxCan 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.
-
Unicode textThanks for your link. but it didnt help me out.. I just want to display the text any more suggestions please
-
Unicode textCan 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
-
onBefore unload event1 ) 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
-
iFrame and Focus ProblemHi, 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.
-
Default Button in a pageCan 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
-
Shift + F10sorry ..I have already googled it.. but nothing related to Shift + f10 functionality..Tatz why I raised a question here... Can you please help me ...
-
Shift + F10How to find out keypress shift+f10 .Is there any keycode for it ? Thanks Archana
-
Text Area autofit to TDHi, 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
-
Store session values using JavascriptI 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
-
writeprofilestring( )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
-
writeprofilestring( )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
-
Get formatted Content from aspx page or XSLTI 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
-
Append data to aspx pageI 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.
-
Hide Print Dialog WindowHi , 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.
-
make Whole Grid EditableCan 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
-
F2 Key pressthank u its working fine
-
Editable Grid On Keypressgot it through onkeydown event thank you
-
Editable Grid On KeypressSince f2 is a functional key ..can you please tell how to get the keypress value for it