- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Web Desing, Website Development, Software Development, Search Engine Optimization, Graphics Design,…
9 Posted Topics
Re: you "repeated rows show" problem will solved form this code...you shoud have to use the Is not post back function, if you want to not fire every time a biding grid view code. [CODE]private void Form1_Load(object sender, EventArgs e) { if (IsPostBack == false) { bindgrid(); } }[/CODE] Regards, jay | |
Re: Use Html div tag > bind the blog text in div innerhtml. Regards, jay | |
Re: Hello I gone through your message, its good that you want to do project which will be helpful to university. Well, for this , i suggest, first you need to meet the operational staff of the university and talk about your willingness aobut the final year project, and try to … | |
Re: Hello I gone through your message, its good that you want to do project which will be helpful to university. Well, for this , i suggest, first you need to meet the operational staff of the university and talk about your willingness aobut the final year project, and try to … | |
Re: [CODE]#Aspx Page #----------- # This is the template filed of the grid view... Grid view template column for the check boxk <asp:TemplateField HeaderText="Select"> <ItemTemplate> <asp:CheckBox ID="chkSelect" runat="server" /> </ItemTemplate> </asp:TemplateField> # button <asp:Button ID="btnDelete" runat="server" Text="Delete" Width="10%" OnClick="btnDelete_Click1" /> #Code #------------ protected void btnDelete_Click1(object sender, EventArgs e) { foreach(GridViewRow row … | |
Re: An object is the kay to open or access anything in the form or in the code. Whereas in the form , if you have used textbox, than the id will be a objec (textbox) access key form which you can access the textbox. In the class or c# class, … | |
Re: In your select statement you should have to pass the Filed "ResultName" so it will be bind in the grid view. Regards, jay | |
Re: You have written comboBox1.SelectedIndex Well, this gives you a selected index, whtever you have selected like 1, 2 or 4 Well, same table name 1, 2, or 4 might be not availabe in your database so use .SelectedValue so you may get the table name form the combobox check it … | |
Re: can you post the code , whatever you did for this functions. |
The End.