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
Z

zahedonline

@zahedonline
About
Posts
24
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • .exe files from source code
    Z zahedonline

    You need a .NET Reflector refer the link http://www.red-gate.com/products/reflector/[^]

    ZAK

    .NET (Core and Framework) help tutorial

  • For loop
    Z zahedonline

    According to me the second (ii) forloop is faster than foreach.. because each time for loop checks the count and dosn't get the whole object, it just fix a index and navigate then takes a appropriate values from the bject collection. So as per the performance wise For loop is far better than foreach. :)

    ZAK

    IT & Infrastructure question

  • Limit File Open in Microsoft Word
    Z zahedonline

    in VB.net we have command called as "shell" in that you can specify the minimized window, check for any VC++ alternative with this.. iam just giving you a clue because iam not much good at VC++

    ZAK

    IT & Infrastructure c++ help question

  • How to get the next 1,000,000 records
    Z zahedonline

    In short For First 1000000 Select top 1000000 colname from urtable order by colname ASC For Next 1000000 Select top 1000000 colname from urtable order by colname DESC

    ZAK

    Database help tutorial question

  • accessing SQL server 2005 table through C#
    Z zahedonline

    For Database Connectivity:- Just create webservice(inplant the SQL Connecting string) and deploy near your SQL Server and in your windows mobile aplication add a web refrence and point the webservice URL. Write all the methods like SQLConnection open and clos blah blah all the functions you want. sorry on the graph part, i suggest you to try http://www.fusioncharts.com/[^] but again iam not sure do they provide graph for window mobile, just have a look around ;)

    ZAK

    Mobile csharp database sql-server visual-studio sysadmin

  • ERROR
    Z zahedonline

    This is a common mistake among C programmers who start coding in a new environment with a new compiler such as .NET 1.1 or .NET 2.0. You get the error because the iostream.h file is no longer used with these compilers, instead use the ISO compliant file iostream:

    ZAK

    Mobile help c++

  • How to use Excel app. in smart device application
    Z zahedonline

    Please refer to this URL http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.excel.misc&cat=en_us_fc36b261-85c3-48f6-a88a-fea4ddf14032&lang=en&cr=us[^] You can get all the answers related to Excel

    ZAK

    Mobile help tutorial

  • WINDOWS MOBILE 6 PROFESSIONAL EMULATOR??? [modified]
    Z zahedonline

    Seems like direct copies into runtime directories are the best bet.

    ZAK

    Mobile help question tutorial

  • AWS Report for OpenListing
    Z zahedonline

    hey if you get the code please let me know as well

    ZAK

    Web Development wcf com cloud help

  • save file to sql database 2000
    Z zahedonline

    Yes i do agree with you!!! this is for everyone around the forum!!!

    ZAK

    Visual Basic database csharp help

  • MDI form in vb.net 2.0
    Z zahedonline

    yeah Allen it works perfect ;)

    ZAK

    Visual Basic csharp help question

  • how to get combobox selected value in integer
    Z zahedonline

    Yes as mentioned above use combobox.valuemember for capturing the Primary Key Column which is commonly used for Edit and Deleting mode!!! Example:- ********** combobox.datasource = dt combobox.displaymember = "EmployeeName" combobox.valuemember = "EmployeeID" Hope this helps you in understanding the diffrence between Displaymember and valuemember similar example in TextBox control as well TextBox1.Text = "EmployeeName" TextBox1.Tag = "EmployeeID" Have a Nice day ahead!!! Regards,

    ZAK

    Visual Basic database tutorial question

  • DATETIMEPICKER IN VB.NET
    Z zahedonline

    ya i tried the one you shown it's working fine to me!! thanks mate ;)

    ZAK

    Visual Basic csharp

  • A VB Service
    Z zahedonline

    One quick solution... Check all the Read/Write/Execute all permissions are applicable for creation/modification/deletion of Folder/File on the server that you are trying to connect to!!! Regards,

    ZAK

    Visual Basic question workspace

  • Need Arrange Query result into another table Header
    Z zahedonline

    You are welcome dude!!!!!

    ZAK

    Database csharp java database visual-studio design

  • like query
    Z zahedonline

    i got it why you got this error!!! You cannot use a Like wild card with Integers .. is ur newsid is int? Cheers,

    ZAK

    Database help database announcement

  • Save results from table
    Z zahedonline

    Yes you can do it for sure... i have done this somany times Reffer here.. http://www.sqlteam.com/article/osql-storing-result-of-a-stored-procedure-in-a-file[^] Cheers,

    ZAK

    Database database sharepoint sql-server sysadmin

  • Hai
    Z zahedonline

    Please reffer to http://access.databases.aspfaq.com/why-do-i-get-general-error-unable-to-open-registry-key-driverid.html[^] For your answer ;) Cheers,

    ZAK

    Database database performance help

  • sql query
    Z zahedonline

    What Blue_Boy suggested was 100% right in addition to it please make sure that the Second table you use should have the same Design or Table structure of what you are trying to copy to... otherwise the query would fail... :laugh: Cheers,

    ZAK

    Database database question

  • setup and deployment sql server 2005 database along with Setup file
    Z zahedonline

    and also try this one... http://www.banmanpro.com/support/sql2k.asp[^] Hope this helps you ;)

    ZAK

    Database help database sysadmin csharp sql-server
  • Login

  • Don't have an account? Register

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