Click here to Skip to main content
15,910,787 members

Comments by Member 11769503 (Top 6 by date)

Member 11769503 24-Nov-15 1:02am View    
Deleted
var Chart_Click = function (Category, Chainage) {
if (!confirm("Are you sure you want to play video?"))
return;

if (GetDropdownSelOption('lstGraphOnData').value != CFG.DataNature.Table_Data)
Chainage = "";
//return;

var link = GetDropdownSelOption('lstLinkId').value;
//alert(link);
link = link.replace(":", "__");
var url = CFG.VideoUrl2 + link;
url += '?chainage=' + Chainage;

//VideoPlayer
var win = window.open(url, '_blank');
win.focus();
};
Member 11769503 18-Jun-15 6:54am View    
This is the code i wrote for dropdown and i want that autp geration in textbox in C# coding
SqlCommand cmd = new SqlCommand();
cmd.CommandType = CommandType.Text;
cmd.CommandText = " SELECT EmpType_code FROM [systbl_EmpType] order by EmpType_code";
cmd.Connection = con;
DataSet ds = new DataSet();
SqlDataAdapter da = new SqlDataAdapter(cmd);
da.Fill(ds);
ddlType.DataSource = ds;
ddlType.DataTextField = "EmpType_code";
ddlType.DataValueField = "EmpType_code";
ddlType.DataBind();
ddlType.Items.Insert(0, new ListItem("Please select", "NA"));
return ds;
Member 11769503 18-Jun-15 4:44am View    
hi, actually am working on c# and i will show upto wt i did.....
Member 11769503 16-Jun-15 7:12am View    
Thank You Sir, Its great Usefull For Me....
Member 11769503 16-Jun-15 6:47am View    
sir,am working on ASP.Net and its on winforms and data am taking from my internal server.sir i tried but i didn't succeed sorry for poor english