User Profile

Collapse

Profile Sidebar

Collapse
sajithkahawatta
sajithkahawatta
Last Activity: Feb 9 '08, 04:31 PM
Joined: Mar 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sajithkahawatta
    started a topic asp.net setting problem
    in .NET

    asp.net setting problem

    hey,
    this is not a programming problem. this is about asp.net
    when i was designing the web page suddenly the font size was
    increased . i dont know why. now i dont know how to correct it . in
    the desing view of .aspx the font size of all text is large . when i
    run it. it shows the original size .so it is very difficult to design
    the web page .so i have to run the page to see how the design
    originally...
    See more | Go to post

  • sajithkahawatta
    started a topic delete a row in a sql databse
    in .NET

    delete a row in a sql databse

    i want to delete a selected row from the database.the entries of
    database is shown by a gridview and i do
    <OnRowDeleting= "GridView1_RowD eleting"> in source code.

    i select and bind as follows.
    [mycode]


    string str = "select PNR,CreditCardN umber as 'Credit Card
    Number',EmalAdd ress as 'Email Address',Passen gerName as 'Passenger
    Name',PassportN umber as...
    See more | Go to post

  • sajithkahawatta
    started a topic read a excel sheet using aspose.excel
    in .NET

    read a excel sheet using aspose.excel

    is there any one used aspose.excel
    i used automation to read a exel doc .but we have to install ms excel to do that
    so i suppose to use aspose.excel
    can any one give me the 'Aspose.Excel.d ll' and the licensse -'Aspose.Excel.l ic'
    files.
    because i am a student i can not buy it.if u can it is very helpful to my studies.
    i am a university student in a thid world county.
    my e mail address is "sajithkahawatt a@yahoo.co.in"...
    See more | Go to post

  • sajithkahawatta
    replied to copy word doc onto asp page
    i will try this and reply u.thanks
    See more | Go to post

    Leave a comment:


  • sajithkahawatta
    replied to copy word doc onto asp page
    i mean i want to paste on the textarea on the page in the browser.
    if textarea is not good is rich textarea good for it.?
    i think <li></li> can be used within sorce code. i want to paste like paste on this page.
    can i know to way paste with bullets its ok
    can i know a code to rith text area to do this
    thank you
    See more | Go to post

    Leave a comment:


  • sajithkahawatta
    started a topic copy word doc onto asp page

    copy word doc onto asp page

    i want to know that is it possible to copy from word doc and paste it on to textarea on a asp page.
    when i do it normally bullets on document are not paste on to textarea .
    they covert into different symbols(inverte d ?)
    what should i do to overcome this.
    See more | Go to post

  • sajithkahawatta
    started a topic read a word doc
    in .NET

    read a word doc

    i wrote a code to read a doc in asp.net i woked properly in my iis ms word is installed in this pc. but when i published in another sever in which there is no ms word instslled it give error in it i used com reference.

    i want to know is there is a way to read a doc when ms word is not instslled on the server.
    See more | Go to post

  • hey,
    i solved problem by adding Microsoft.Offic e.Interop.Word. dll to assembly cache in.net frame work configutation which is on the administrative tool.
    thank anyway.

    now i got another error,following is the error,

    "retriving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error : 80040154"

    is it a permissin error....
    See more | Go to post

    Leave a comment:


  • can i solve it without installing ms word. because this is a product server.
    See more | Go to post

    Leave a comment:


  • Could not load file or assembly 'Microsoft.Offi ce.Interop.Word

    my web page C#.net is work properly in my iis .but when i publish in
    another server it give errers.i used vs2005 and ms word 2003.
    but in the server there is no vs2005 or word installed. it has
    only .net frame work installed.folow ing the error,

    Parser Error Message:
    Could not load file or assembly
    'Microsoft.Offi ce.Interop.Word ,...
    See more | Go to post

    Leave a comment:


  • Could not load file or assembly 'Microsoft.Office.Interop.Word

    my web page C#.net is work properly in my iis .but when i publish in another server it give errers.i used vs2005 and ms word 2003.
    but in the server there is no vs2005 or word installed. it has only .net frame work installed.folow ing the error,

    Parser Error Message: Could not load file or assembly 'Microsoft.Offi ce.Interop.Word , Version=11.0.0. 0, Culture=neutral , PublicKeyToken= 71e9bce111e9429 c' or one of its dependencies. The...
    See more | Go to post
    Last edited by Frinavale; Jan 16 '09, 02:51 PM. Reason: Moved to ASP.NET from .NET

  • sajithkahawatta
    started a topic read text on a text area

    read text on a text area

    can i read text on text area line by line.
    i used, A form with method="post" and request("").the n it print it all in the same line how can i print it in line by line as in the text area.
    See more | Go to post

  • copy and paste a formated text line in a asp page

    i am new to asp.
    i want this,it should possible to copy text line from somewhere (like word doc with text format).and paste it on the asp page(in a text area or somewhere).
    then code to get it from asp page and print in another asp page with its original text format .
    if text area is not good what should i use to get a text line with it's format.
    See more | Go to post

  • getting text and print in a asp page with its format

    i am new to asp. i want know is it possible to get string in a text area with it's format. if text area is not good what should i use to get a text line with it's format.

    i want to get and print a text line copy and paste from somewhere else(like word doc with format).
    See more | Go to post

  • sajithkahawatta
    replied to input data to dataset
    in .NET
    thank you !
    See more | Go to post

    Leave a comment:


  • it' s ok now thank you
    See more | Go to post

    Leave a comment:


  • Microsoft OLE DB Provider for ODBC Drivers error '80040e4e'

    i use asp then i got error

    Microsoft OLE DB Provider for ODBC Drivers error '80040e4e'

    Operation was canceled.

    /dbconn.asp, line 5

    the code of dbconn.asp is,
    <%
    dim conn,conn2
    set conn = server.createob ject ("adodb.connect ion")
    'conn.open "ITTEST","crisi sapp","app$987"
    conn.open "ITPRD","crisis app","app$987"...
    See more | Go to post

  • sajithkahawatta
    started a topic input data to dataset
    in .NET

    input data to dataset

    how can i input data to a dataset give me an example.
    See more | Go to post
No activity results to display
Show More
Working...