Click here to Skip to main content
16,012,508 members

Comments by Dil0500 (Top 27 by date)

Dil0500 12-Aug-16 2:18am View    
Look into this link may be it will help you
http://stackoverflow.com/questions/6114436/access-control-allow-origin-error-sending-a-jquery-post-to-google-apis
Dil0500 11-Aug-16 4:59am View    
In ajax success function add code for dropdown creation like this:

var dropdown= $("<select></select>").attr("id", drpid).attr("name", dropname);

$.each(data, function (i, el) {
dropdown.append("<option>" + el + "</option>");
});

$("#divid").append(dropdown);
Dil0500 11-Aug-16 2:17am View    
Look into this:
http://www.aspsnippets.com/Articles/Populate-Bind-ASPNet-DropDownList-using-jQuery-AJAX-and-JSON-in-C-and-VBNet.aspx
Dil0500 28-Jul-16 7:28am View    
@Url.Content("~/User/Skill?" + tempid)"
Dil0500 26-Jul-16 9:30am View    
You can use pivot
https://technet.microsoft.com/en-us/library/ms177410(v=sql.105).aspx