CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pt0909

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,276

    Add More parameters on Select method

    I need to
    1) add a string "All" on top of my dropdown.
    2) Add "MyState" parameter on Select Method of object Datasource.
    3) On "ddlSt_SelectedIndexChanged" event I need to pass selected State...
  2. Replies
    2
    Views
    4,499

    Re: AppendDataBoundItem

    I tried but got an error meassage
    Server Error in '/hits' Application.
    --------------------------------------------------------------------------------

    Both DataSource and DataSourceID are...
  3. Replies
    2
    Views
    4,499

    AppendDataBoundItem

    I used AppendBoundItem in dropdown -but it keeps on adding extra list of data everytime I click
    does any one have any idea how to restrict it.
    thanks here's the code:


    <asp:ObjectDataSource...
  4. Replies
    3
    Views
    3,266

    Re: Message doesn't work:-

    Do you have nay example of dropdown --as it is connected with database
    or is there any other way I can enforce user to select a "TOyr" greater than from yr.

    Thanks
  5. Replies
    3
    Views
    3,266

    Message doesn't work:-

    I need to show a message as a label whenever user selecct To year less than from year.
    I have created a label "lblYrChk" --doesn't work .
    what i am doing wrong.
    Pl. help.



    ...
  6. Replies
    0
    Views
    2,646

    how to bind data

    I have three drop downs -bounded with object datasources,
    by default each drop down shows all countries , cites and distt.
    When user select country only related cities should show under city...
  7. Replies
    1
    Views
    3,898

    Write Oracle SQL in .net C#

    I have a query works really good in oracle but I need to know how to write in C#.
    Pl. help me

    SELECT DISTINCT source_year, can
    FROM hits_vw
    where source_year between...
  8. Replies
    4
    Views
    15,425

    Re: help with ORA-00936: missing expression

    I tried your way again I have the same problem
    and got error messagesaying ORA-00936: missing expression--Pl. help;
  9. Replies
    4
    Views
    15,425

    help with ORA-00936: missing expression

    can some one help me with following error message -looks like my sql is not right.
    pl. help


    -this is my aspx code


    <asp:ObjectDataSource ID="OdsCty" runat="server"
    ...
  10. Replies
    1
    Views
    2,768

    Capture the current value in a variable.

    I have a radio button list and dropdown .when user select an option from radio button -
    dropdown change dynamically.

    I need to capture current value in a variable.
    how can i do that
  11. Replies
    2
    Views
    4,019

    Re: Messsage doesn't show

    Thanks it work really nicely
    I am happy.
  12. Replies
    2
    Views
    4,019

    Messsage doesn't show

    I need to show a message whenever user Select option"A"
    heres the code for aspx


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="~/Search.aspx.cs" Inherits="HITS.Search"...
  13. multiple control and SQL doesn't relate to eachother

    I need to see mySQL for everyselection usermake--
    It works fine when user select year but as soon as state is selected yr. disappear.
    (should i use update panel --I need my sql to reflect any...
  14. Replies
    2
    Views
    4,395

    Re: passing parameter from search form for report

    thank you
    following is the error
    i get onselected indexchange
    Server Error in '/hits' Application.
    --------------------------------------------------------------------------------

    Compilation...
  15. Replies
    2
    Views
    4,395

    passing parameter from search form for report

    I need to prepare a serch form for report
    What would be the best way to capture parameters in where clause ( I make a ssql()) and everytime user select ssql change accordingly.
    Pl. help me for...
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured