User Profile

Collapse

Profile Sidebar

Collapse
111111222222
111111222222
Last Activity: Jan 24 '09, 02:00 PM
Joined: Dec 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 111111222222
    started a topic Gridview display problem

    Gridview display problem

    I have 5 columns in a gridview. Sometimes the columns are displaying like column2 value is displayed in column1, column3 displayed in column2, column4 to column3, column5 to column4 and column1 is displayed on the top of gridview...

    Please let me know if anybody has solution for this problem.

    Your help will be greatly appreciated.

    Thank you.
    See more | Go to post

  • How to populate grid view depending on textbox

    Hi All,

    As of now I am populating grid view using code behind. I want to place a textbox and a button to search the grid view using TIN which is one column in my grid view. I placed the textbox and button on top of grid view.

    Please send the process or code to do this...

    I am new to programming field. Your help will be greatly appreciated.

    Thanks
    See more | Go to post

  • How to pass a value from aspx page to code behind...

    I have a grid view with a SSN column as a hyperlink. Whenever I click SSN I want to populate grid view in same page for that particular SSN. For this I need to pass SSN from aspx page to code behind(C#).

    I tried like this...

    Code:
    public string SSN
    {
      get
        {
          return request.querystring["ssn"];
        }
    }
    but I am getting error " Object...
    See more | Go to post

  • 111111222222
    replied to Customize Paging
    After I changed it like this, was able to bind drop down value to grid view.

    Code:
     gvDetails.PageSize = Convert.ToInt32(ddlPageSize.SelectedValue);
    See more | Go to post

    Leave a comment:


  • 111111222222
    replied to Customize Paging
    Thanks Ram!!!

    I changed ddl property to selected item. I am getting a build error like

    Cannot implicitly convert System.Web.UI.W ebControls.List Item to 'int'.

    I am new to .Net. Could you give more suggestions please...
    See more | Go to post

    Leave a comment:


  • 111111222222
    started a topic Customize Paging

    Customize Paging

    Hi All

    I have a grid view. I added a drop down list on top of page to select number of records in grid view. Somehow I am unable to do that ...

    Here is my code... Could some one please help me out?

    Thanks in advance
    [code=asp]
    <asp:DropDownLi st ID="ddlSize" runat="server" OnSelectedIndex Changed="ddl_Se lectedIndexChan ged">
    <asp:ListItem Value="10">10</asp:ListItem>...
    See more | Go to post
    Last edited by Frinavale; Dec 23 '08, 02:44 PM. Reason: Added [code] tags. Moved thread to ASP.NET forum
No activity results to display
Show More
Working...