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
S

Syed Shahid Hussain

@Syed Shahid Hussain
About
Posts
171
Topics
72
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Setup File
    S Syed Shahid Hussain

    Thanks for ur reply. I'll read the setup process completely and keep in mind ur points while developing setup project.

    Syed Shahid Hussain

    C# question csharp database sql-server sysadmin

  • Setup File
    S Syed Shahid Hussain

    Hei Thatraja, Thanks u so so so so much. You dont know how big treasure u have given to me. I'm Happy Thanks once again.

    Syed Shahid Hussain

    C# question csharp database sql-server sysadmin

  • Setup File
    S Syed Shahid Hussain

    Hei All, Can we install any big software via C# setup application? I want to install SQL Server before my application and then create user in sql server but I dont know how can i install SQL server via setup file? Thanks

    Syed Shahid Hussain

    C# question csharp database sql-server sysadmin

  • Multilingual Report [modified]
    S Syed Shahid Hussain

    Please have a look at the original message, I've emitted it completely.

    Syed Shahid Hussain

    C# csharp help tutorial question

  • Multilingual Report [modified]
    S Syed Shahid Hussain

    Hi, I want to develop a multilingual report in Crystal Report 11 that will change text and number format according to culture... Example: Price format: For USA 39.99 For Norway 39.99 New Text: background: I've developed an application in C# that is in two languages. 1. English and 2. Norwegian. There is a setting form where we can change software language. After this change language is changed on all pages and number format is also changed in the grids as well. because in usa decimal separator is dot (.) where as in norway decimal separator is comma(,). This is all working fine. Problem: Problem is with crystal reprts. I've also some report but they does not change with language change. Currently i'm doing this by developing two separate reports and calling according to current language but number format is still unchanged. I need to know that how can we define this intelligence to Crystal Report to select appropriate decimal point with respect to language. .... I think now problem is well clear??? Now I'm waiting for ur response.

    Syed Shahid Hussain

    modified on Wednesday, October 27, 2010 5:20 PM

    C# csharp help tutorial question

  • how to program cash drawer?
    S Syed Shahid Hussain

    what is it?

    Syed Shahid Hussain

    C# csharp tutorial question

  • how to program cash drawer?
    S Syed Shahid Hussain

    Hei every one, I want to open cash drawer(cash bases) with programming C#. I've cash drawer [^] do u have any idea? Thanks

    Syed Shahid Hussain

    C# csharp tutorial question

  • DataGridView Grouping
    S Syed Shahid Hussain

    hi I want to make grouping in the data grid view. like

    Table 1
    pk col1 col2
    1 ABC 51
    2 DEF 74

    Table 2
    pk col1 col2 col2 col3 fk(pk_table_1)
    1 abc 3 23 111 1
    2 def 3 45 74 1
    3 kki 8 23 871 2
    4 qwe 2 15 5 2
    5 eed 7 41 91 2

    Now I want to show the data in the grid but in summarized form. like only the data that is in table 1 will be displayed first and at the left most a + sign will be displayed when we press that the data of table 2 will be displayed then. Thanks

    Syed Shahid Hussain

    C# css

  • Resource File
    S Syed Shahid Hussain

    Thanks but i think in this way i'll wast much time. So the auto process thaat is waht i'm doing is fine i think....!!! Thanks after all...

    Syed Shahid Hussain

    C# question learning

  • Resource File
    S Syed Shahid Hussain

    because it repeats the translation...

    Syed Shahid Hussain

    C# question learning

  • Crystal Report
    S Syed Shahid Hussain

    Hei, Is there any way by which we can design culture dependent Crystal Reports. e.g. For German language all the captions inside the crystal report converted in to german language and so as french. Thanks

    Syed Shahid Hussain

    C# design

  • Resource File
    S Syed Shahid Hussain

    Hei, For multilingual application we have to use a new separate resource file for each form. So in this way we cannot reuse our translation that we have done in any other form. My question: Is there any way by with we can use a single global language resource file at all forms? In this way we may be able to resue our translations. Thanks

    Syed Shahid Hussain

    C# question learning

  • Datagrid Rows color chage
    S Syed Shahid Hussain

    U r the best...... Thanks a lot my great friend. for u :rose:

    Syed Shahid Hussain

    C#

  • Datagrid Rows color chage
    S Syed Shahid Hussain

    Hei, Is there any option to change the rows color of datagrid on some condition, like i wan to change the alternate color of the dg like this

    conditionalcolumn color
    1 Blue
    1 Blue
    2 white
    3 blue
    4 Blue
    5 Blue
    6 Blue
    7 Blue
    8 Blue
    9 Wite

    Thanks

    Syed Shahid Hussain

    C#

  • Special character Diplay problem
    S Syed Shahid Hussain

    Thanks Brij

    Syed Shahid Hussain

    ASP.NET help question

  • Special character Diplay problem
    S Syed Shahid Hussain

    Hei Thanks a lot Sandeep Mewara You had solved my problem. for u :rose:

    Syed Shahid Hussain

    ASP.NET help question

  • Special character Diplay problem
    S Syed Shahid Hussain

    Hei, I've some special characters like æ ø å and when I use these chars it display correct in the label but when i bind that field with a Gv they are converted in to ø or any other number at the place of 248. What is the solution for this problem. Thanks

    Syed Shahid Hussain

    ASP.NET help question

  • Installer
    S Syed Shahid Hussain

    Hei, I want to make an installer which can do the following task; 1. Install Dot net fram work 3.0 2. Install CR Merge module 11 3. Install MSDE 4. Create Databes 5. Install Application what is the best practice or any idea? thanks

    Syed Shahid Hussain

    C# question discussion

  • Multi Language in Dont Net
    S Syed Shahid Hussain

    Thanks

    Syed Shahid Hussain

    C# xml question

  • Multi Language in Dont Net
    S Syed Shahid Hussain

    but it would not be a lengthy process ???

    Syed Shahid Hussain

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