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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
T

Trivikram Dwivedi

@Trivikram Dwivedi
About
Posts
11
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • No fields available while using store procedure at crystel report
    T Trivikram Dwivedi

    I want to use a store procedure in the report. So for this I have created a store procedure in which I have used some temp table and finally I got the result what I want into SQL query analyzer. This store procedure is working fine when I am running into query analyzer. But when I used that store procedure at crystal report. no fields available for selection. Only name of store procedure is displayed. For this problem I have searched in google then I find this link http://support.businessobjects.com/library/kbase/articles/c2016930.asp But in my case it’s not working.

    Web Development database com help

  • Can Any Body help me in crystal Report
    T Trivikram Dwivedi

    I have problem to getting grand total from already calculated formula fields when i tried for that. i get message "it can not be summrised" Can anybody help me to get the solution.

    IT & Infrastructure help

  • How we can stop to creating new Instance on same click of form
    T Trivikram Dwivedi

    thnx a lot,its working fine

    C# help

  • How we can stop to creating new Instance on same click of form
    T Trivikram Dwivedi

    hi friends,please help me. i have written code for into mdi form for openning a child form. private void menuItem7_Click(object sender, System.EventArgs e) { frmBaseForm frmLoad= new frmBaseForm(); frmLoad.MdiParent =this; frmLoad.Left =0; frmLoad.Top =0; frmLoad.Show(); } when i click menu more then once,this code open more then one form. i don't want that. it can be solve by using variable and may be enabling disabling the menu item. but i want optimum solution thnx a lot

    C# help

  • could u tell me about Integrated Security=SSPI
    T Trivikram Dwivedi

    Thnx a lot,I gotted

    C# database security question

  • could u tell me about Integrated Security=SSPI
    T Trivikram Dwivedi

    could u tell me about Integrated Security=SSPI, what is the role in database connection

    C# database security question

  • Can i open a form into tabcontrol
    T Trivikram Dwivedi

    Dear friend, need a help I have a mdi form and i want to open child form into tabcontrol so i can use that form simutenously by clicking on tab pages. if its possible please help me soon thnx

    C# help

  • How to change DataGrid Column's Header's Heigth?
    T Trivikram Dwivedi

    for increasing the column header we can use this code but i could not find to wrap it. DataGridTableStyle dgTbStyle = new DataGridTableStyle(); dgTbStyle.MappingName = tb.ToString(); dataGrid1.TableStyles.Add(dgTbStyle); dataGrid1.TableStyles[0].GridColumnStyles[0].Width = 100; dataGrid1.TableStyles[0].GridColumnStyles[1].Width = 150;

    C# question csharp help tutorial

  • How to change DataGrid Column's Header's Heigth?
    T Trivikram Dwivedi

    try it by increasing header font size.

    C# question csharp help tutorial

  • How to get first object of checked listview
    T Trivikram Dwivedi

    How to get first object of checked listview without using foreach loop.

    C# tutorial

  • how make shaking a window form
    T Trivikram Dwivedi

    :)Hi Good to See you. For shaking two windows form in same machine or remote machine you can use Remoting Concept of .NET.In Three steps you can achieve this. 1. Create Server:That handle your request 2. A client: request Sender 3. your From. For details mail me.

    C# question graphics game-dev lounge
  • Login

  • Don't have an account? Register

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