Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shahina

  1. shahina

    Displaying english and local language content in a combo box

    Hi all.. I want to display a list having code in english and description in malayalam. when i used the unicode, it is showing the malayalam content correctly, but the english part as junk..can anyone please help me..thanks in advance..
  2. shahina

    using flash content in .net page

    Hi.. I want to use a button created in flash in the asp.net page..from the toolbox i have inserted the shockwaveplayer object and set its src and movie parameter to my button's name..when the page is loaded it is showing a very small button and the text is not readable.. can anyone help me? am...
  3. shahina

    order by value of text field

    Hi all.. i am using asp.net and sql server 2000. I want to sort some records on the basis of house no which is a text field. i mean it have both numbers and text eg..1, 1A, 2, 2A like that..if i sort by taking house no its coming like 1,10 like that..how can i can get the report as i needed...
  4. shahina

    unicode searching in asp

    hi.. i want to do a search form using asp..the english data search is ok..i want to do the same with local language (malayalam)..can any one plz help me.. its like am having a database in iscii format..(its availble in isfoc also..)what i want to do is a text box and a key board lay out of...
  5. shahina

    doscp command in linux

    hi mrregan.. but its coming bash:mcopy command not found!..how to get it?
  6. shahina

    doscp command in linux

    Hi all, can any one help me to doscp a floppy from linux? after mounting the device, cp command din't work for me..plz help.
  7. shahina

    Connecting sql server database thru asp

    Thank u FesterSXS.. now i am getting this error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D) [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'Servername\IUSR_Servername'. /asptest/sqltest.asp, line 13
  8. shahina

    Connecting sql server database thru asp

    Hi all.. i just started learning asp and i am not able to establish the connection to my db. db is in sql server..am writing the asp code like this set conn = Server.CreateObject("ADODB.Connection") conn.ConnectionString="Provider=MSDASQL.1;" "Data Source=dbname" conn.Open when previewed, the...
  9. shahina

    running ASP pages in windows 2000 server

    Hi all.. am a beginner in asp and i have just created one asp file just to display some text..but the page is not running in internet explorer..i have checked the IIS in windows components..and i have put the page in InetPub/wwwroot/Myfolder..and in explorer have given...
  10. shahina

    setting cellheight property of msflex grid

    Hi all, i want to increase the height of the msflexgrid at run time..how can i do this? the data in the grid is some 200 char long and it is not displayed full..how can i make it to show the entire text in the grid? please help.. Thanx in advance.. with regards, shahina.
  11. shahina

    changing the font of a particular cell of the grid

    Thank u ArtieChoke and Zemp.. when i give the flexfillrepeat, it is getting deleted..i don't know if the font color is changed to white also..if anyother color is selected the result is the same and without flexrepeat, only one cell is getting changed..anyway i got it by puting it in loop...
  12. shahina

    changing the font of a particular cell of the grid

    Thank u zemp..how to change the font color of the entire row? thanx in advance.. regards, shahina.
  13. shahina

    changing the font of a particular cell of the grid

    Hi.. Is it possible to change the font of a particular cell of the grid? i mean i want to show the data in the grid and should be disabled(in grey color)..how to do it? please help me..thanx in advance.. with regards, shahina
  14. shahina

    incorrect record count ...

    Dear soumya, thank u..ya..i am getting the recordcount when i gave it as adopenstatic, adlockreadonly..but doesn't allow me to update..i have given that rs.movelast and then also it is showing -1..i.e before, movelast i have given openkeyset,adlockoptimistic.. by using rs.open"select...
  15. shahina

    incorrect record count ...

    Hi.. am using vb & sql server2000 as back end..my problem is it is showing incorrect record count property..i.e, myrecordset.open"tablename",myconnection,adopenkeyset,adlockoptimistic when i gave myrecordset.recordcount, it is giving the value -1 though there are lot of data in the table.. my...

Part and Inventory Search

Back
Top