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.
User Profile
Collapse
-
Gridview display problem
-
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 -
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"]; } }
-
After I changed it like this, was able to bind drop down value to grid view.
Code:gvDetails.PageSize = Convert.ToInt32(ddlPageSize.SelectedValue);
-
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...Leave a comment:
-
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>...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
Leave a comment: