TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Akhter HUssain
724
1.3k
101.7k
Gridview selected index changed
Jul 26 2019 1:12 AM
when i selecting row from gridview and data getting loading into textbox and dropdownlist,when data get load in dropdown list value getting double to display ....
protected
void
GVCon_SelectedIndexChanged(
object
sender, EventArgs e)
{
cno.Text = GVCon.SelectedRow.Cells[1].Text;
txtcontainer.Text = GVCon.SelectedRow.Cells[2].Text;
txtWeight.Text = GVCon.SelectedRow.Cells[3].Text;
txtbaletotal.Text = GVCon.SelectedRow.Cells[5].Text;
//string SesnId = dm.GetData("select Cat_ID from dbo.ConCatagory where Cat_Name='" + GVCon.SelectedRow.Cells[6].Text.Trim() + "'").Rows[0][0].ToString();
//DDLCAT.SelectedValue = SesnId;
DDLCAT.SelectedItem.Text = GVCon.SelectedRow.Cells[6].Text;
DDLCat.selecteditem.text = GVcon.selectedRow.cells[6].Text;
here is screen shot... Goodwill getting double display ....
Reply
Answers (
14
)
Fusion chart not loaded in Mobileview ?
Url rewrite with ASP.NET query string