Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Asif Sayed

@Asif Sayed
About
Posts
16
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Go enterprise
    A Asif Sayed

    Oh boy... double trouble :laugh:

    Sharing my 33 cents worth on SSRS, .NET, Sharepoint and more... My Blog: http://dotnetsme.com My book on client-side reporting services with visual studio: http://www.apress.com/book/view/9781590598542

    The Lounge csharp sharepoint sql-server visual-studio com

  • Go enterprise
    A Asif Sayed

    Programmer: I stress out every time I deploy to production Psychiatrist: Go enterprise. U rarely commit & even then u can blame someone else :-D

    Sharing my 33 cents worth on SSRS, .NET, Sharepoint and more... My Blog: http://dotnetsme.com My book on client-side reporting services with visual studio: http://www.apress.com/book/view/9781590598542

    The Lounge csharp sharepoint sql-server visual-studio com

  • The 5 stages of debugging...lol
    A Asif Sayed

    I like the Acceptance phase ;P

    Sharing my 33 cents worth on SSRS, .NET, Sharepoint and more... My Blog: http://dotnetsme.com My book on client-side reporting services with visual studio: http://www.apress.com/book/view/9781590598542

    The Lounge csharp sharepoint sql-server visual-studio com

  • The 5 stages of debugging...lol
    A Asif Sayed

    The 5 stages of debugging... Have fun...lol https://devhumor.com/media/the-five-stages-of-debugging[^]

    Sharing my 33 cents worth on SSRS, .NET, Sharepoint and more... My Blog: http://dotnetsme.com My book on client-side reporting services with visual studio: http://www.apress.com/book/view/9781590598542

    The Lounge csharp sharepoint sql-server visual-studio com

  • Q. Why do Java(Script) Programmers wear glasses?
    A Asif Sayed

    Good one :laugh:

    Sharing my 33 cents worth on SSRS, .NET, Sharepoint and more... My Blog: http://dotnetsme.com My book on client-side reporting services with visual studio: http://www.apress.com/book/view/9781590598542

    The Lounge csharp java sharepoint sql-server visual-studio

  • Now artificial sweeteners give you diabetes
    A Asif Sayed

    Wish there was no sugar or salt, coz Dr. is telling me to avoid both :laugh:

    Sharing my 33 cents worth on SSRS, .NET, Sharepoint and more... My Blog: http://dotnetsme.com My book on client-side reporting services with visual studio: http://www.apress.com/book/view/9781590598542

    The Lounge html question

  • Q. Why do Java(Script) Programmers wear glasses?
    A Asif Sayed

    A. Because they don't C#... :laugh:

    Sharing my 33 cents worth on SSRS, .NET, Sharepoint and more... My Blog: http://dotnetsme.com My book on client-side reporting services with visual studio: http://www.apress.com/book/view/9781590598542

    The Lounge csharp java sharepoint sql-server visual-studio

  • can we use sql reporting services with ASP3.0
    A Asif Sayed

    To best of my knowledge you can build web and smart client using reporting services from VS 2005 development platform. Since you are using ASP3.0 which I assume not asp.net, then I guess try exploring options of web services interface provided by ms reporting services. Hope this helps. Difficult - > Challenging, this simple replacement made me take my life little easy;)

    Database database com tutorial

  • Arranging a web page to print it.
    A Asif Sayed

    If you are using VS 2005 to develop your application then I would suggest to create a report with user selection by using MS Reporting Services. Hope this helps... Difficult - > Challenging, this simple replacement made me take my life little easy;)

    C# csharp announcement

  • date time matching
    A Asif Sayed

    I assume that you are using either ASP.NET or windows forms as client. Try following: "ActionDate BETWEEN" & " '" & Convert.ToDateTime(dtpFrom.Value).ToLongDateString & "' AND " & " '" & Convert.ToDateTime(dtpTo.Text).ToLongDateString & "'" I also notice in your code, you are going from To...From! usually it is From...To right? Hope this helps. Difficult - > Challenging, this simple replacement made me take my life little easy;)

    Visual Basic database regex tutorial

  • Returning selected row index after filtering
    A Asif Sayed

    Hi Tomy, I would suggest following. If you are having only one table in dataset then use datatable instead. Dont use BindingSource directly assign datatable to DataGridView as DataSource. Apply the filter directly to DataTable.Defaultview. This way any selected row from DataGridView will have direct link to underlying DataTable. You can also add a DataColumn as Boolean type to apea in DataGridView as checkbox which your user can select and you can easily track it for further action. Hope this helps. Difficult - > Challenging, this simple replacement made me take my life little easy;)

    Visual Studio csharp database help question

  • Group By Question
    A Asif Sayed

    If you are using SQL server then the best idea is to have a view which will return all company names. Once you are done with this you can write another SQL select on view with group by clause for any further data selection. Hope this helps. Difficult - > Challenging, this simple replacement made me take my life little easy;)

    Database database sales help question

  • date time matching
    A Asif Sayed

    Can you paste your code here? might be easy to help you that way. Difficult - > Challenging, this simple replacement made me take my life little easy;)

    Visual Basic database regex tutorial

  • excel sheet
    A Asif Sayed

    Hi, In button_1 you are dealing with Emp.xls and in Button_2 you are trying to open EmpSai.xls! is this your simple mistake? Hope this helps. Difficult - > Challenging, this simple replacement made me take my life little easy;)

    Visual Studio database design help

  • Comparing a datatable to another datatable to see if they are exactly the same
    A Asif Sayed

    To best of my knowledge VS 2003 has no such facility, however, there are quite a few third party applications you can use to compare sql database, and some of them also let you generate script to synchronize both copies. Sql data compare from http://red-gate.com/ is one such example. Hope this helps. Difficult - > Challenging, this simple replacement made me take my life little easy;)

    Visual Basic visual-studio question

  • How to use text to speech [modified]
    A Asif Sayed

    Hello, Have you heard of Microsoft Agent? the same way as animation appear in word of excel and word... you can do same with your application... check following links for more info: Hope this helps.

    ASP.NET csharp tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups