Search results for query: *

  • Users: jerry_hokh
  • Content: Threads
  • Order by date
  1. J

    How to stop a button from submitting?

    Hi guys, please show me how to stop a button from submmiting to server? Thanks a lot in advance. Jerry.
  2. J

    Frame Problemas...pls help (urgent)

    hi guys, it would be preciated if any one could help me on this. i have : pageA (normal aspx) pageB (aspx with a frame target to pageC) It goes like this, there is a button in pageA redirect to pageB , pageB's frame target to pageC, and there is a button pageC link back to pageA...
  3. J

    Query from CSV file help...(urgent)

    Hi guys, does any body know how to query an csv file in vb.net? Like, select * from a.csv where ...=... , the thing is, my csv dosent have a column name, there is only data. it wuold be appreciated if any one can help me thanks Jerry.
  4. J

    NHibernate....

    hi guys, have any of you used Hibernate? How is it? Please suggest if there is any better free ORM tool if you have used. Thank you a lot. jerry. :)
  5. J

    Use Typed or Untyped dataset?

    hi guys, normally i have one typed dataset for each table in my database, but what if i need retrieve data from 2 tables then what should i do: 1) create an untyped dataset represent 2 tables on database 2) add more column from table2 to table1's dataset 3) make another separate typed dataset...
  6. J

    How to get total page of PrintPreviewDialog

    Hi all, it would be appreciated if any one can help me out on this: Pls show me how to get total page of PrintPreviewDialog thanks alot in advance. Jerry
  7. J

    How to handle OK button of PrintDialog (ugent)

    Hi guys, It would be appreciated if any one can help me on this. as i supposed, after asigned a PrintDocument to PrintDialog.Document then after the OK button of the PrintDialog it will print the content of my PrintDocument.But it didnt. so i try this: MyPrintDlg.AllowSomePages = True If...
  8. J

    Pls Help - Write code at runtime- (urgent)

    hi all, It would be apreciated if any one can help me on this: Is there any way to write code at run time? for example: public sub WriteCode(byval code as string) .... code.... end sub public shared sub main() WriteCode("smgBox(some string)") end sub *** what i want is when the main()...
  9. J

    How to handle PRINT Button of PrintPreviewDialog (ugent)

    Hi all. It's would be appreciated if any one can help me on this: I want when I press Print button on the menu bar of the PrintPreviewDialog it also do some other things for me.. thank you very much in advanced. Jerry.
  10. J

    Image with Form Authentication

    hi all, It's would be appreciated if any one can help me. I have a Login page with a logo picture.In web.config i wrote this: <authentication mode="Forms"> <forms loginUrl="Security/Login.aspx" protection="None"> <!--<credentials passwordFormat = "SHA1"> </credentials>-->...
  11. J

    Clone Probes.

    Hi all, It's would be appreciated if any body can help me this: I have the following class: Public Class cell Implements ICloneable Public name As String Public Function Clone() As Object Implements System.ICloneable.Clone Dim c As cell = Me.MemberwiseClone Return c End Function End Class...
  12. J

    3 levels event handling help...

    Hi guys, pls help me out of this.... I have 3 classes, Report, Row and Cell Report has a collection of Row (10 rows), 1 ROW as 1 Cell (in my example) What i want is: when I change height in Cell , the Row's height is change and the Report's height also change. *** My probs: my row's...
  13. J

    Typed and Untyped dataset

    hi all, I have 2 typed dataset corresponding to 2 tables (Student, Book) then I would like to bind this two dataset to a datagid to list all student and their borrowed book, What i will do is: Get Student dataset, then make a for loop run through it's items, for each item i will make a...
  14. J

    How to view MS-Access report on winform?

    Hi guys, does any body know : 1) how to view Ms-Access report on winform? 2) how to print Ms-Access report on winform? 3) how to convert a Crystal report to Access report??? thank you very much indeed. Jerry.
  15. J

    VB.NET to Visual C++ 2005 help...

    hi , Any body can give me suggestion of how to convert VB.net project to Visual C++ 2005 automatically or with least modification... Is there any available tools to do this? If not, can you guy suggest a best way to do this migration... thank you very much indeed. Jerry.
  16. J

    How To Print .rpt Without Using Crystal Report???

    Crystal report help!!! any body there knows how to load and print .rpt file without using ReportDocument object??? thank you. Jerry.
Back
Top