Search:

Type: Posts; User: sunshine123

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. [2005] javascript(Confirm) in CheckedChanged

    Hi,

    I want display the confirm dislog when the user changes teh state of a check box...

    therefoer I used the following code. My checkbox is inside a formview control


    (CheckBox)chkActive =...
  2. Replies
    1
    Views
    551

    Re: display number as text

    found the answer.....use Towords which is a inbuilt function in crystal reports forumla editor.
  3. Replies
    1
    Views
    551

    display number as text

    hi,

    I have created a report in VS 2005 using crystal reports......Is there a facility to display a number in text format....for example a value as 1550 as one thousand five hundred and fifty

    ...
  4. Replies
    2
    Views
    485

    multiples fields to database problem

    Hi,

    I have several textbox/combo box controls...from which I would be getting data and passing to methods to insert/update to the database....

    the thing is that these controls are by...
  5. avoid html source code when writing to text file

    Hi,

    Im writing to a txtfile using memory stream and stream writer....but at the end of the text file it is inserting html source code of that page

    How can I avoid this????


    ...
  6. [2005] search in gridview with page indexing

    Hi,

    Is it possible to search a gridview control.....which is using pageindexing...

    I want to be able move to the pageindex of the gridcontrol for the next found record...in the grid control......
  7. Replies
    0
    Views
    490

    hierarchy charts

    Hi,

    Is there any supprt for hierarchy charts in crystal reports that comes with Visual Studio 2005



    thanks
  8. hierarchy chart using database table data

    Hi,

    I want to display a hierarchical diagram...with parent child nodes on my page.

    Im using c# and ASP. The details for parent and child nodes need to come from a table in the database which is...
  9. Replies
    5
    Views
    497

    Re: using TOP command

    Well yes...I get ur point.....ok...for now Ill stick to MIN then....

    thanks sooooo...much for your kind help.....:)
  10. Replies
    5
    Views
    497

    Re: using TOP command

    hi,

    thanks for ur reply....i think my example might be a bit misleading...

    what if I had
    AAA - 20
    AAA - 17
    AAA - 50

    And i wanted AAA-20...thats the most recent one entered
  11. Replies
    5
    Views
    497

    using TOP command

    I have a column with a code and another column with a particular number.
    The column with code may repeat the same code several number of times.

    I need to retrieve each distinct code and the...
  12. pass parameters from main report to subreport

    Hi,

    Can someone tell me how I could pass parameters to a sub report from the main report.

    My sub report is filled using a stored procedure. And this stored procedure requires parameters which...
  13. calling stored procedure inside while loop

    Hi,

    I noticed that in Sql server 2000 it is not possible to call a stored procedure
    inside the while loop. I have a while loop similar to the following inside a stored procedure which in turn...
  14. Replies
    1
    Views
    351

    Re: DTS and trigger

    by simply unchecking the "Use fast load" option under properties.....:wave:
  15. Replies
    1
    Views
    351

    [RESOLVED] DTS and trigger

    Hi,

    Ive transfered data from an excel fil to sql server using DTS.

    The problem I have now is that when the table I transfered to has a trigger that executes when a row is added and inserts data...
  16. Replies
    0
    Views
    434

    crystal report datasource problem

    Hi,

    Ive created a report for which Im setting the datasource in code.

    Although I'm setting a datasource (which is filtered according to a date and a join)...the report displays only according...
  17. Replies
    2
    Views
    381

    Re: date between date range

    well I came up with this...i think it should be alright

    SELECT * FROM tblName WHERE 'datevalue'

    BETWEEN startDate AND ToDate;
  18. Replies
    2
    Views
    381

    date between date range

    Hi,

    I have two date columns in my table.

    I need to be able to check whether the date selected by the user falls between the date range in these columns.

    That is if I had StartDate and...
  19. [2005] crystal report asks password each time

    hi,


    Ive created a crystal report...the data connection comes from a seperate class...using web config file....etc.....when the report is displayed it requests for the server password....How can...
  20. Replies
    4
    Views
    1,024

    Re: value of label inside gridview

    Thanks guys.....:)


    I used something like this...since I needed to access the value of the label inside the particular selected row.

    Selected index points to the selected row...and since I...
  21. Replies
    4
    Views
    1,024

    value of label inside gridview

    I have a label inside a grid view.

    I need to access the value in this label....
    I tried this...there's a null exception error




    Label lblTemp = (Label)GridView.FindControl("lblItemID");...
  22. Re: [2005] gridview customize column

    :D i solved it....

    you can use this inside the gridview tag.....


    <Columns>
    <asp:BoundField DataField="fieldname" HeaderText="display name" Visible="true" />
    </Columns>
  23. [RESOLVED] [2005] gridview customize column

    How can i display only specifc columns in a gridview and how can i customze the titles of those columns.
  24. Re: [2005] repeater control even amount of space between elements

    well it automatically wraps becos it is inside the table column (according to the td column size). However I wanted the elements in the 2nd line to start right below the elements in the 1st line. So...
  25. Re: format datagrid column to display only the time

    Yes I was able to solve the problem with some support from that link...

    Just for anyne who mght come across the same problem...you use tablestyles to format datagrid columns in compact framework...
  26. Replies
    4
    Views
    5,064

    Re: format date column in datatable

    OK thanks.....:wave:
  27. Replies
    4
    Views
    5,064

    Re: format date column in datatable

    well actually I could not find a way to format the date/time column of my database table in the datagrid in my compact framework app. so I thought might as well try to format it in the datatable...
  28. Replies
    4
    Views
    5,064

    format date column in datatable

    hi,

    how can I format a date/time column held in a DataTable. I want to display only the time part of it.
  29. [RESOLVED] format datagrid column to display only the time

    Hi,

    I'm using compact framework with VS 2005.
    How can I format a datagrid column to display only the time.

    Thanks
  30. [RESOLVED] [2005] repeater control even amount of space between elements

    I have a repeater control inside a table where i display multiple hyperlinks. The number of hyperlink elelments varies according to a parent element. My problem is that varying sizes of elements are...
  31. [2005] display rows vertically in a grid view

    Hi,

    Can we display rows vertically in a grid view...?
  32. Re: [2005] display item with a URL underneath it

    i got it.....

    use this inside the gridview



    <asp:HyperLink ID="navurl" Runat="Server" NavigateUrl = '<%#DataBinder.Eval(Container.DataItem,"URL") %>' Text=...
  33. [RESOLVED] [2005] display item with a URL underneath it

    hi,

    I have a gridview that has 2 columns.
    1st column has a name and the 2nd column has a URL.

    how can i bind the URL in the second column to the name column so that only the name will be...
  34. Re: sql server 2005 update statement problem

    Thanks guys...!:)
  35. [2005] how to nest a repeater control inside a gridview column

    Hi,
    I'm using c# with ASP in vs 2005.

    I need to display multiple rows inside a single grid column which match to a value displayed in another column in the grid . It seems repeater control would...
  36. [RESOLVED] sql server 2005 update statement problem

    Hi,

    I'm trying to pass a update statement from my c# front end. I'm using sql server 2005.

    I get a Syntex error as error near (
    the statement is something like this. Has the update stmt syntax...
  37. Replies
    3
    Views
    867

    Re: datagrid selected row values

    Sorry for not replying sooner.

    Well, I was using Visual Studio 2005, and then happened to use 2003 later. Thats where I got stuck....since CurrentCell is not available in it.

    Anyway, I will...
  38. Re: error with datagrid protection level - help

    well....what should i do to make it work then...I've been struggling with this for a while...It is my datagrid....which is throwing this error.

    havent had problem in Visual studio 2005, but now...
  39. error with datagrid protection level - help

    I get the following error

    (129): 'System.Windows.Forms.DataGrid.CurrentRow' is inaccessible due to its protection level


    please help me
  40. Replies
    3
    Views
    867

    datagrid selected row values

    How to retrieve data from the selected row in datgrid. It is a single selection. So only one row will be selected
Results 1 to 40 of 83
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width