Forum Replies Created

Viewing 15 posts - 196 through 210 (of 541 total)

  • RE: Using SET IDENTITY_INSERT with trigger

    Lowell (4/24/2013)


    wow that looks a little scary to me, where maybe the logic isn't quite clear.

    it looks like you want to delete any existing records that might end up...

  • RE: Space between parameters in reporting services

    Ness (3/27/2013)


    Amend your dataset so that it returns the data without the spaces like ..

    SELECT REPLACE('test space', ' ', '')

    Thanks, but I think you didnt understand my question. I am...

  • RE: Web application design query

    Sean Lange (1/31/2013)


    Have you run this in the debugger? You can check the visible rowcount of the grid at the beginning of your method and then again at the end....

  • RE: Web application design query

    Sean Lange (1/31/2013)


    The code in the click event of the 'Find' button seems to be okay to display the filtered values but it still doesnt work. Please find the code...

  • RE: Web application design query

    pwalter83 (1/30/2013)


    Sean Lange (1/29/2013)


    pwalter83 (1/29/2013)


    Thanks Sean,

    I have come to a point where I need to add the sql code within this:

    ---------------------------------------

    Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

    End...

  • RE: Web application design query

    pwalter83 (1/30/2013)


    Sean Lange (1/29/2013)


    pwalter83 (1/29/2013)


    Thanks Sean,

    I have come to a point where I need to add the sql code within this:

    ---------------------------------------

    Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

    End...

  • RE: Web application design query

    Sean Lange (1/29/2013)


    pwalter83 (1/29/2013)


    Thanks Sean,

    I have come to a point where I need to add the sql code within this:

    ---------------------------------------

    Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

    End Sub

    ---------------------------------------

    The...

  • RE: Web application design query

    Sean Lange (1/28/2013)


    pwalter83 (1/28/2013)


    Sean Lange (1/28/2013)


    OK easy enough. As I said previously you will need to use an event of the button. Since you want this to happen when the...

  • RE: Web application design query

    Sean Lange (1/28/2013)


    OK easy enough. As I said previously you will need to use an event of the button. Since you want this to happen when the user clicks the...

  • RE: Web application design query

    Sean Lange (1/28/2013)


    pwalter83 (1/28/2013)


    Hello,

    I am new to web application designing and using .net (MS Visual Studio 2010) to design an application.

    The issue I have is to display information on a...

  • RE: VB.net error

    mister.magoo (1/16/2013)


    pwalter83 (1/16/2013)


    mister.magoo (1/16/2013)


    And do you actually have a component on the page called GridView1?

    Thanks a lot for your help, I renamed the dropdownlist as GridView1 and it worked !

    That's...

  • RE: VB.net error

    mister.magoo (1/16/2013)


    And do you actually have a component on the page called GridView1?

    Thanks a lot for your help, I renamed the dropdownlist as GridView1 and it worked !

  • RE: VB.net error

    blank

  • RE: SQL Query

    ChrisM@Work (1/15/2013)


    pwalter83 (1/15/2013)


    ChrisM@Work (1/11/2013)


    Hi Paul

    I'll try to have a look over the weekend. Meantime, it's the last 5 mins of my last day here - and it's BEERTIME!

    Cheers

    ChrisM

    Hi Chris,

    I am...

  • RE: SQL Query

    ChrisM@Work (1/11/2013)


    Hi Paul

    I'll try to have a look over the weekend. Meantime, it's the last 5 mins of my last day here - and it's BEERTIME!

    Cheers

    ChrisM

    Hi Chris,

    I am still struggling...

Viewing 15 posts - 196 through 210 (of 541 total)