CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Asad Naeem

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Flashing DataGrid Cell - How to do it properly

    @tomercagan your provided sample helped me a lot. Thanks again.
  2. Replies
    3
    Views
    1,886

    Re: CrystalReportViewer and ASP.Net

    Hi...
    Yes i found the solution. Infact the buttons of the toolbar are server side controls. I have applied the condition in the Page_Load i.e,
    if Not PostBack() then ..... End If.
    The scenerio...
  3. Replies
    3
    Views
    1,886

    CrystalReportViewer and ASP.Net

    Hi Sir
    I am Asad, software developer. I am working in ASP.Net2005 with VB.Net 2005 and using CR.Net 2005. I having some problems.
    Whenever i click some button on crystalreportviewer's toolbar, the...
  4. Replies
    0
    Views
    683

    Infragistics Scheduling control Issue?

    How to disable timeslots in UltraDayView in specfice time periods?

    Thanks in Adv.

    ASAD NAEEEMM
  5. Replies
    0
    Views
    640

    VS.Net 2005 suddenly shut down

    i have more than 14 projects in my solution. Solutuion is always got from Visual Source Safe(VSS). I have also a local copy at my system. I run appliation from my local application. The problem when...
  6. Re: Detect changes in data on win forms in vb.net?

    AoA
    Thank you Anis
    but i want to use dataset for this purpose. I want to check the changes at control level.

    Asad
    Lahore, Pakistan
  7. Detect changes in data on win forms in vb.net?

    Hi All i have some forms in my application. They are all inherited from a single form. i have different controls on the form. I have also used typed datasets on my inherited forms. But i dont want to...
  8. Replies
    3
    Views
    1,215

    Re: Cell selection in datagrids

    http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44
  9. Replies
    1
    Views
    1,434

    Re: Fancy Controls

    www.infragistics.com
  10. Re: Total no. of rows in datagrid and dataset..

    Debug the code and use the the Breakpoint when u fill the dataset with data. and write immediately ds.Tables(0).Rows.count in the immediate Window. Also Check the name and Data of ur table.
  11. JIT Problem

    Hi
    i have installed the application on a system. Before installing my application i installed
    --> Windows 2000 Server with Service Pack 4
    --> Internet Explorer 6.0
    --> SQL Server 2000
    --> then...
  12. Thread: JIT Error

    by Asad Naeem
    Replies
    0
    Views
    891

    JIT Error

    i have installed the application on a system. Before installing my application i installed
    --> Windows 2000 Server with Service Pack 4
    --> Internet Explorer 6.0
    --> SQL Server 2000
    --> then i...
  13. Replies
    8
    Views
    1,743

    JIT-KeycodeV2.dll Prblem

    Hi All
    i have installed the application on a system Intel ArialP4. Before installing my application i installed
    --> Internet Explorer 6.0
    --> Service Pack 4 for 2000
    --> SQL Server 2000
    --> then...
  14. Replies
    1
    Views
    534

    Re: DataGrid column adding at Runtime...

    May be i help could u explain ur project in detail?
    Regards
    Asad
  15. Replies
    1
    Views
    1,918

    Re: how to change row color in datagrid

    AA
    As far as i have knowledge aboput datagrid, you will have to desgin datagrid yourself. I am sending you a small program in VB.net, i hope it will help you. You will have to do one thing that...
  16. Thread: Datagrid

    by Asad Naeem
    Replies
    2
    Views
    825

    Thank you

    alexey_1979
    Many Many thanks for this link. If you See any document about printing datagrid do send me here or anuab_lg@yahoo.co.uk. Infact i want to make an excel sheet in VB.Net? If there is...
  17. Thread: Datagrid

    by Asad Naeem
    Replies
    2
    Views
    825

    Datagrid

    Hello to all
    Somebody knows that how to print datagrid and how to increase the height of the row of a grid?

    Thanks to all
    Asad Naeem
  18. Replies
    5
    Views
    1,073

    Thsi is second file

    Sir this is the second file. is it impossible for me to communicate VS.Net 2003 with Oracle 8.05. Have I to download ODP.NEt etc etc. I have no time. C this file. This is a FAQ about ODP.Net. does...
  19. Replies
    5
    Views
    1,073

    Thank you

    Sir thank you very much it cleared me many things. Sir C this file it is very helpful But it is wriiten in VS.Net 2002(i think) i have VS.Net 2003 and Oracle 8.05 they r conflicting each other i send...
  20. Thread: Oracle

    by Asad Naeem
    Replies
    0
    Views
    623

    Oracle

    Hello

    How to connect with Oracle in Crystal Reports.Net?

    Asad Naeem
  21. Replies
    5
    Views
    1,073

    Oracle 8.5 Connectivity

    Hello
    but there is discussion about Oracle 9i. Kindly send me the connection string through VB.Net using dataadapter. i have never used Oracle so i have no idea how to search the appropriate link....
  22. Replies
    5
    Views
    1,073

    Connecting with Oracle

    Is ther any way to connect with Oracle 8.5 in VB.Net?

    Thanx
  23. Replies
    0
    Views
    601

    Printing The DataGrid

    Hi to All
    I want to print the datagrid in VB.Net and also It should behave like excel sheet. On tab press automatically create the next row and displaying the number in the row of grid and saving...
  24. Replies
    24
    Views
    13,320

    Formula Field

    Hello
    As far as i understand your problem. Here is the solution: (Try it and do tell me) I have not VS.Net at this time thats why check the syntax urself

    ' First take global variable and place...
  25. Lines of Code

    First of all delete spaces between the lines of codes, then write every code line on individual line. then at the status bar you can see the line numbers where your cursor will be. Reach at the end...
Results 1 to 25 of 31
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured