User Profile

Collapse

Profile Sidebar

Collapse
Vajrala Narendra
Vajrala Narendra
Last Activity: Jul 14 '09, 03:54 PM
Joined: Jun 9 '07
Location: Hyderabad
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Vajrala Narendra
    started a topic Login Problem with CrystalReports

    Login Problem with CrystalReports

    Hi Experts,

    In my VisulaStudio200 8 c#.net windows Apllication i have a crystalReport(M ain) it have 5 subreports.
    i did this report in my local machine so i gave datasource, database name and other credentials i set as local only
    but from coding i set database login details dynamically to get data from required source
    my code is like this

    Code:
    ShiftSummaryReport  report = new ShiftSummaryReport();
    ...
    See more | Go to post

  • Launch Condition for Crystal reports in setup project

    Hi all,

    TO my .net setup project i want to add a launch condition for crystal report installation.

    In my prerequisities i selected Crystal reports fro basic visual studio 2008 (x64, x86)
    in my debug folder i got those respective crystalreport10 _5 folder after successful build.
    i got CRRedist2008_x6 4.msi,CRRedist2 008_x86.msi

    i want to install CRRedist2008_x8 6.msi so in my Installurl i specified...
    See more | Go to post

  • Thanks for replying
    but my requirement is not to create inside that form
    i want to create clickevent of a usercontrol inside windowsform.
    i may have more than one button, to all those buttons also i have to create events.
    See more | Go to post

    Leave a comment:


  • How to add usercontrol to a datagridview row dynamically in c#.net

    Hi all,
    in C#.net 3.5, windows application
    How can i add a user control to Datagridview row dynamically?

    suppose i have a usercontrol with textbox and button
    i want to add this control(textbox , button) to each row of datagridview
    is it possible in windows application?

    If any one knows please Share somecoding.


    Thanks in Advance
    See more | Go to post

  • How To Raise Click Event to Usercontrol Button in Form

    Hi Experts,
    am working with c#.net 3.5 windows application.

    in my project i have a usercontrol with only a single button.

    in my windows form based on some condition am displaying number of buttons here.
    for eample i want to display n number of buttons dynamically, here am displaying that usercontrol n times.

    but how can i raise clickevent to all those Usercontrol buttons in my windows form?...
    See more | Go to post

  • Thanks for reply

    as i said am very new to WF, can u send any example please?
    See more | Go to post

    Leave a comment:


  • Vajrala Narendra
    started a topic How to Pass Parameters to Code Activity
    in .NET

    How to Pass Parameters to Code Activity

    Hi all
    Hi all,

    In my WF Project i have a CodeActivity, that is to check wether entered userid, password are valid or not
    how to pass parameters to CodeActivity.

    what i tried is
    in my class i wrote a method of bool type with userid, password as parameters, am checking here wether values are correct or not according to that am returning bool value.

    am entering userid, password values...
    See more | Go to post

  • Vajrala Narendra
    started a topic EventDriven Activity in WorkflowFoundation.
    in .NET

    EventDriven Activity in WorkflowFoundation.

    Hi all,
    am very new to Workflow Foundation in .net
    please any one help me how to write an event to EventDriven Activity.

    I have a ListenActivity, unser this there are 4 EventDriven Activities, I want to write events to each of these 4 eventdriven Activities, can any body tell how to do it?
    is there any way to assign in properties like IfElse Activity?


    Thanks In Advance
    See more | Go to post

  • Vajrala Narendra
    Vajrala Narendra posted a Visitor Message for mannem
    Hi
    are you working with workflow foundation, if yes i hav some queries please reply
    See more | Go to post

  • is it possible to fix a vertical scroll bar for details section in report viwer?
    See more | Go to post

    Leave a comment:


  • Scrolling option for reportviewer in C#.net reports

    Hi all, am using c#.net 3.5

    In report viewer page i want to provide scroll bar for details section to avoid multiple pages, and while scrolling header should not move.

    please provide solution itz very urgent requirement to me

    Thanks in advance.
    See more | Go to post

  • Vajrala Narendra
    replied to Datevalidation in c#.net
    in .NET
    reply

    It is Windows application
    pure c#.net
    See more | Go to post

    Leave a comment:


  • Vajrala Narendra
    started a topic Datevalidation in c#.net
    in .NET

    Datevalidation in c#.net

    Hi everybody
    am working with c#.net, vs2008
    am new to windows applications
    how to validate a control for date

    please reply me
    thankyou
    See more | Go to post

  • How to add Child nodes to Tree view in asp.net dynamically

    Hi, all
    am using asp.net 2.0, c#
    i have a tree view control
    from two tables i have to add nodes dynamically
    i hav category(cat_id ,cat_name),
    sub category(sub_ca t_id,cat_id,sub _cat_name) tables
    under category node i have to fill subcategory names as child node

    Code:
    con.Open()
                cmd = New SqlCommand("select cat_id,cat_name from tbl_category order by cat_name", con)
    ...
    See more | Go to post

  • Vajrala Narendra
    replied to Creating word document
    in .NET
    yes right click on my project , select add reference and from COM i select Microsoft word 11.0 library and click ok
    at that time it not gave any error...
    See more | Go to post

    Leave a comment:


  • Vajrala Narendra
    replied to Creating word document
    in .NET
    i tried with using key word but it not displaying microsoft.word. ... or atleast word
    am getting error in web.config as Configuration Error

    and that error was
    Code:
    <add assembly="Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/></assemblies>
    in my project no bin, how to add bin now.

    please reply me

    thankyou...
    See more | Go to post

    Leave a comment:


  • Vajrala Narendra
    started a topic Creating word document
    in .NET

    Creating word document

    Hi all,
    am working on asp.net 2.0, c#
    i want to create a word document through coding
    for that i add reference from COM Microsoft word 11.0 object library, type lib version 8.3
    but while importing am not getting using System.Microsof t.Office.Intero p.Word
    why this is happening how to achieve this

    please help itz very urgent to me

    Thankyou
    See more | Go to post

  • Vajrala Narendra
    started a topic Gridview Row Deleting
    in .NET

    Gridview Row Deleting

    Hi, all
    am working on asp.net, c# 2.0
    i want to delete a row from a grid view
    for that i take datakeyname inn gris view i wrote coding as



    Code:
     1. <asp:GridView ID="GridView2" runat="server" Height="72px" Width="776px" AutoGenerateColumns="False" 
       2.                       DataKeyNames="fld_jid" >
       3. ----
    ...
    See more | Go to post

  • Vajrala Narendra
    replied to DataKeys in Gridview
    in .NET
    yes it was numeric only...
    See more | Go to post

    Leave a comment:


  • Vajrala Narendra
    started a topic DataKeys in Gridview
    in .NET

    DataKeys in Gridview

    Hi, all
    am working on asp.net, c# 2.0
    i want to delete a row from a grid view
    for that i take datakeyname inn gris view i wrote coding as

    Code:
    <asp:GridView ID="GridView2" runat="server" Height="72px" Width="776px" AutoGenerateColumns="False" 
                          DataKeyNames="fld_jid" >
    ----
    here fld_jid was field name...
    See more | Go to post
    Last edited by Vajrala Narendra; Oct 15 '08, 02:17 PM. Reason: nothing
No activity results to display
Show More
Working...