User Profile

Collapse

Profile Sidebar

Collapse
shaliniraji
shaliniraji
Last Activity: Dec 14 '15, 04:10 AM
Joined: Jan 8 '15
Location: Wipro Technologies
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi,

    Could you please explain with some more in detail..I am new to crystal report..If i use like normal table it shows all the rows present in table instead of normal table if I design like application form then it shows only 1st row of the table...
    See more | Go to post

    Leave a comment:


  • Display bulk of records in tabular format using Crystal report viewer

    Hi Everyone,

    I would like to display application form as tabular format for that am using crystal report viewer..Here my issue is in my table I have bulk of data's but when i run my application it shows only 1st row of the table..I would like to display all the records which are present in table..

    Here am using C# winforms,visual studio 2010,sql server 2008..

    Here is my code:
    Code:
    private
    ...
    See more | Go to post
    Last edited by zmbd; Dec 7 '15, 02:32 PM. Reason: [z{placed image in-line}]

  • select a date from datetimepicker respective date values shoulddisplayon datagridview

    when selecting a date from datetimepicker, respective data present in database of that particular date should display in datagridview using c#.net windows form ??


    Hi Everyone,

    I'm developing 1 windows application to my own Finance branch office itseems..In this I'm trying to display data's which are stored in database and Exporting that data's into EXCEL as well. I used Datagridview for displaying...
    See more | Go to post

  • Exception while Exporting Datagridview data with Images to Excel...

    Hi Everyone,

    I have datagridview in that 17 columns are text columns and 5 columns are Image columns,when I'm trying to export whole gridview data's along with images to EXCEL,getting "HRESULT: 0x800A03EC" Error..While debugging the code I'm getting the error on image column not able to export..
    Can anybody help us to resolve this issue..


    Here is my code which i used:
    ...
    See more | Go to post
    Last edited by Rabbit; Apr 22 '15, 06:24 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • Images present in datagridview not exporting to file only text contents are generatin

    Hi Everyone,

    I have created simple Desktop app in that I trying to generate PDF file from Datagridview... when I click on ExportPDf button Pdf file is generation successfully but the issue is in that pdf whatever the images has present in datagridview that images are not generation into PDF only the text contents are Present in PDF file.

    Does any one can tell me how to generate the PDF file along with images....
    See more | Go to post
    Last edited by Rabbit; Apr 3 '15, 05:04 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • I'm directly saving all the images into Database,in that case I didn't set path instead of that converting all the images into byte format before saving into database.
    See more | Go to post

    Leave a comment:


  • Gridview data's is not printing,Getting empty sheet out....

    Hi everyone,

    I'm trying to take print out from C#(winforms) Gridview,when I give print I'm getting empty sheet out not printing data's on the paper and not getting any error too..Can anyone tell me whats wrong with my code??

    Here is my code:

    Code:
    namespace PrintandPrintPreview
    {
        public partial class Form1 : Form
        {
            #region Member Variables
    ...
    See more | Go to post
    Last edited by Rabbit; Mar 23 '15, 04:50 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • Index was out of range. Must be non-negative and less than the size of the collection

    Hi Everyone,

    I'm getting Index was out of range error while taking print from Gridview data.

    Here is my code can anyone tell me what's wrong with my code?

    Code:
    public partial class Form1 : Form
        {       #region Member Variables
            StringFormat strFormat; //Used to format the grid rows.
            ArrayList arrColumnLefts = new ArrayList();//Used to save left coordinates of columns
    ...
    See more | Go to post
    Last edited by Rabbit; Mar 14 '15, 07:53 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data. Second warning

  • Empty path is not legal exception while updating images in C# (winforms).

    Hi Everyone,

    I am developing 1 desktop application to my friend office,in that application i can store multiple images and i can retrieve the information for the same..My issue here is after retrieving the information when i click on update button I'm getting runtime exception i.e (Empty path is not legal exception)..

    Here is the code which I wrote under updatebutton method:

    Code:
    public partial class CustomerDetails
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 23 '15, 04:41 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • shaliniraji
    started a topic How to create Admin Panel?

    How to create Admin Panel?

    Hi Everyone,

    I've 1 website in that I would like to include Admin Panel,so that in future anybody wants to do some modifications they have to do without entering into coding part...I don't know how to achive this can anyone help me here........... .
    See more | Go to post

  • Images is not displaying corrrect format in Datagridview..

    Hi Everyone,

    I've created 1 winform application,in that I'm trying to display all customers information along with images which i've stored in Database...Here my issue is I can display text information properly but images is not displaying properly..

    Here is my gridview snap shot:

    [IMGNOTHUMB]http://bytes.com/attachments/attachment/8189d1422098439/gridview.jpg[/IMGNOTHUMB]...
    See more | Go to post
    Last edited by Frinavale; Jan 27 '15, 04:08 PM. Reason: Corrected Image Link

  • I resolved my error of my self...
    See more | Go to post

    Leave a comment:


  • I changed my code like this,Eventhough no use still same error is persisting.....

    Code:
    private void btnaddinfo_Click(object sender, EventArgs e)
            {
                string scn = ConfigurationManager.ConnectionStrings["Myconn"].ConnectionString;
                using (SqlConnection cn = new SqlConnection(scn))
                    {
                    using (SqlCommand cmd = new SqlCommand("SP_Info",
    ...
    See more | Go to post
    Last edited by Rabbit; Jan 9 '15, 04:43 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data. Second Warning.

    Leave a comment:


  • In Registration form I used 5 picture boxes and for my understanding purpose I gave the names for that picture boxes..

    1.boxvehpic = vehicle picture box
    2.boxcuspic = customer picture box
    3.boxguapic= guarantor picture box
    4.boxdocpic= Document picture box
    5.boxinspic= Insurance doc picture box
    See more | Go to post

    Leave a comment:


  • (Failed to convert parameter value from a Bitmap to a Byte[]) Error while inserting i

    Hi everyone,

    I've created 1 windows app in that app i've created Registration form including image fields.After filling all the details in that form when i click on save button i'm runtime error(Failed to convert parameter value from a Bitmap to a Byte[])..Can anyone tell me how to resolve this issue..I'm try to resolve this from since last 4days.I posted the question on so many forums but no use atleast i came to bytes forum..I...
    See more | Go to post
    Last edited by Frinavale; Jan 8 '15, 05:24 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...