Search results for query: *

  1. P

    Question download link for vss for vs 2005 and installation step

    hi friend, please give link to download vss for vs 2005 or vs 2008 . and installation step for it. please reply me soon
  2. P

    Question read data from localhost (local pc) to web site in asp.net

    hello friend, In my asp.net project. Read Button on web form ,when click read button I want to read record from local sql server and Insert into sql server(on web server) . if any one knows , then reply me soon
  3. P

    Question how to apply diffrent skins to windows form

    Hi, how to apply different skins to windows form in vb.net project 2005(2.0 framework) if any free dll or code you know then please reply me soon.
  4. P

    Question when debug code then str() string show value like str(&H0) insted of str(0)

    Hello Friend, I declare dim str() as string str=split("Axx/Snn","/") when i debug my vb.net 2005 code then, i get str {length=&H2} and show value like str(&H0) insted of str(0) why this problem? how to solve this, please reply me soon
  5. P

    Question time diffrence from 2 textbox value

    hello friend, How to get time diffrence from 2 textbox value in vb.net eg. textbox1.text=10.3 and textbox2.text=4 textbox3.text= 4 - 10.3 then output is 5.7 but actual output i want is 5.3 if any one know then reply me soon
  6. P

    Question how to apply skin file or .skf file

    hi friend, In my vb.net 2005 project, how to apply skin file or .skf file to windows form . in any one knows step or code then please reply me soon.
  7. P

    Question setdatasource to diffrent subreport in main report

    hi, in my vb.net 2005 project , main report detail section contain 6 subreport , when i run project and print report , then i got error -- table not found . main report not attach any table . How to setdatasource to diffrent subreport or how to bind datatable to diffrent subreport. if any...
  8. P

    Question total no. of forms count project

    hi friend, In vb.net 2005 , how to get total numbers of forms count in vb.net project. if any one knows,reply me soon
  9. P

    Question apply skin to windows form

    Hi, How to apply different skins to windows form in vb.net. if any one knows code or link then reply me soon.
  10. P

    Question matrix report in crystal report

    matrix report in vb.net 2005 Hello, I want to create matrix report in vb.net 2005 so what can I use crystal report(.rpt) OR Report(.rdlc) if any one know some code or step to create matrix report then reply me soon.
  11. P

    Question matrix report in crystal report

    Hi, how to show matrix report in crystal report in vb.net 2005
  12. P

    Question Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine

    hi friend, when run exe on pc that have only .net framework 2.0 install ,then error --- Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file...
  13. P

    Question Apply css class to literal control

    hi, how to apply css class to literal control in asp.net if any one knows, reply me soon
  14. P

    Question Select Distinct record from datatable

    hello, In my Data table there are 10 records , 5 records are duplicate (repeat), I want to select distinct record from data table , condition on data table to select distinct record . so in my data table only 5 record are there. if any know, reply me soon
  15. P

    Question when logout then browser froward and back button disable

    hi friend, I my asp.net website , when user logout and press back button then previous page display in browser . disable froward and back button OR clear browser cache so that when logout and press froward and back button of browser then previous page not display in browser. if any...
  16. P

    Question created setup project on windows xp, not install on windows 7 OS

    hello friend, I create a setup project in vb.net 2005 on windows xp , setup install successfully on windows xp. but when, I want to install this setup project on windows 7, it gives error and setup is not install on windows 7. what I want to do , to install setup project on windows 7...
  17. P

    Question release public shared variable after form close

    hi, How to release all public shared variables of particular form in vb.net 2005 if any one knows, please reply me soon
  18. P

    Question How to get formula field value in variable

    hi, How to get value from Crystal Report Formula Field and pass it to a variable in VB.NET 2005 code . Is there anyway to do that if any one know, then reply me soon
  19. P

    Question Add dll or custome function in Additional Function of Field Explorer in crystal rpt

    1 created custome function of crystal report used in another report hello friend, I create a window base project in vb.net ,it contain many crystal report. I create a custome function in crystal report and I want to use that custome function in other crystal report . how to do this. if...
  20. P

    Question Add dll or custome function in Additional Function of Field Explorer in crystal rpt

    Add dll to Crystal reports additional function but error at client side to report hi, I am using VS 2005. I create com dll and add function to Additional function of Formula field of crystal report. eg. additional function > Visual Basic Ufl(u2lcom.dll) In my PC, function work...
Back
Top