Click here to Skip to main content
15,916,842 members

Comments by a.anvesh (Top 19 by date)

a.anvesh 28-Sep-15 6:22am View    
Please sreeyush.. Can you please help me in this task.. I would greatly appreciate it if you help me in this task.
a.anvesh 24-Sep-15 3:21am View    
Can you please tell me how to strat this project..

Above one is requirement in .NET.

So can you please help me in that...

Thanks Kenneth
a.anvesh 24-Sep-14 6:12am View    
how to assign a textbox value if am using above method..
a.anvesh 18-Sep-14 1:03am View    
Shall i call normal method or ActionResult method from Ajax request

Now am callin like this


var id = $("#Templates").val();
if (id >= 1) {
$.ajax({

Url: "/Project/Index",
data: { "id": id },
success: function (data) {
alert('Template loaded');
}

});
}

in that index method am assigning values to project model but it is not working..
please help me as well as possible...
a.anvesh 15-Sep-14 7:45am View    
Actually My requirement is i have dropdown with values. when am selecting dropdown value i need to take id from dropdown down and am search with id in table getting the details from the table and i want to display those values in to textboxes..

Thanks