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
T

Tamimi Code

@Tamimi Code
About
Posts
591
Topics
67
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • LINQ to Entities
    T Tamimi Code

    while its not replacing anything and have no performance benefits, why its exist ? i am asking this because the lambda expression is hard :rolleyes: thank you

    C# csharp database linq performance question

  • LINQ to Entities
    T Tamimi Code

    do you really use it ? why i need to learn new syntax to get lower performance ? when i have no time and the high performance is not a must i go for the Dataset. its ok with the collections and arrays but with the database !! what do you think ? regardless that i am late to ask this :D

    C# csharp database linq performance question

  • what do you think ??
    T Tamimi Code

    thank you all for the replies :) so what do you uses as a reports tool ??

    When you get mad...THINK twice that the only advice Tamimi - Code

    The Lounge com question discussion

  • what do you think ??
    T Tamimi Code

    :)

    When you get mad...THINK twice that the only advice Tamimi - Code

    The Lounge com question discussion

  • what do you think ??
    T Tamimi Code

    i don't know.... but i think that was rude

    When you get mad...THINK twice that the only advice Tamimi - Code

    The Lounge com question discussion

  • what do you think ??
    T Tamimi Code

    do i did something wrong here [^] ??

    When you get mad...THINK twice that the only advice Tamimi - Code

    The Lounge com question discussion

  • Crystal Reports question - where to go ?
    T Tamimi Code

    whats you problem ??

    When you get mad...THINK twice that the only advice Tamimi - Code

    The Lounge question

  • Crystal Reports question - where to go ?
    T Tamimi Code

    i have a question related to Crystal Reports. the report is hosted in an aspx page what is the right forum to go to ??

    When you get mad...THINK twice that the only advice Tamimi - Code

    The Lounge question

  • parameter with the In function
    T Tamimi Code

    this is new to me :) thank you... will read about it

    When you get mad...THINK twice that the only advice Tamimi - Code

    Database database tutorial question

  • parameter with the In function
    T Tamimi Code

    thank you this is nice. i will give it a try. or simply :-D string strIds = "1,2,3,4"; SqlCommand com="select * from tbl_name where id in(" + strIds + ")";

    When you get mad...THINK twice that the only advice Tamimi - Code

    Database database tutorial question

  • parameter with the In function
    T Tamimi Code

    mmmmmm suppose you have a check box list that contains 50 items(id) and the user can select as many as he wish from the list.. then how you can pass the selected ids to a stored procedure ?? giving that you don't know how many ids you will pass?? got me??

    When you get mad...THINK twice that the only advice Tamimi - Code

    Database database tutorial question

  • parameter with the In function
    T Tamimi Code

    thank you.. i know this :) my question was how to do that with a parameter

    When you get mad...THINK twice that the only advice Tamimi - Code

    Database database tutorial question

  • parameter with the In function
    T Tamimi Code

    hi can we user parameters with the In function ?? example: select * from tbl_Name where id in(par) // par is a parameter pass to a stored procedure i want to do this because i dont know how many ids i will get. thank you

    When you get mad...THINK twice that the only advice Tamimi - Code

    Database database tutorial question

  • Response.Redirect(url, bool)
    T Tamimi Code

    :)

    When you get mad...THINK twice that the only advice Tamimi - Code

    ASP.NET question

  • Response.Redirect(url, bool)
    T Tamimi Code

    hi the second parameter suppose to: Indicates whether execution of the current page should terminate. but what does this mean ?? where i have to realty use the second parameter ?? thank you

    When you get mad...THINK twice that the only advice Tamimi - Code

    ASP.NET question

  • Crystal Reports Export to PDF not working
    T Tamimi Code

    no, i found many many threads aboutnthis issue... but have no luck with a soluation :(

    When you get mad...THINK twice that the only advice Tamimi - Code

    Web Development question

  • Crystal Reports Export to PDF not working
    T Tamimi Code

    i installed only the runtime for CR, i can see the report and i can export it to MSword, but the problem with the exporting to pdf.

    When you get mad...THINK twice that the only advice Tamimi - Code

    Web Development question

  • Crystal Reports Export to PDF not working
    T Tamimi Code

    hi iam using CR to export reports to PDF in a web application, everything in the local computer is fine but when i deployed the project :(.... when i click the print button on the report and after clicking the OK button in the Print Options, a white screen appear and nothing is happening any suggestions ??

    When you get mad...THINK twice that the only advice Tamimi - Code

    Web Development question

  • c# to vb.bet
    T Tamimi Code

    Thank you all :)

    When you get mad...THINK twice that the only advice Tamimi - Code

    C# csharp question

  • c# to vb.bet
    T Tamimi Code

    hi, Could someone please translate this code to vb.net ?

    static string str= "OKVALUES";
    static string encode(string s)
    {
    string strTest = "";
    for (int i = 0; i < s.Length; i++)
    {
    byte b = (byte)s[i];
    strTest += str[b >> 4];
    strTest += str[b & 0xf];
    }
    return strTest ;
    }

    When you get mad...THINK twice that the only advice Tamimi - Code

    C# csharp 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