Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for prabs20

I want to convert an existing web page content to MS Word format on a button click event using c#. I have done conversion of web page to pdf format using itextsharp library. I am looking for similar tool which does the conversion to word. Alternatively is it possiblet to …

Member Avatar for 良红
0
737
Member Avatar for wherrelz

I find a lot of students studying computer science or BSc IT who realize they have a project to submit in their final year and are clueless what to do and how to go about it. Surely there are people who can help guide in this, however a comprehensive list …

Member Avatar for wherrelz
0
192
Member Avatar for joshua_8

$("#form1").submit(function(e){ e.preventDefault(); }); $("#submit").click(function(e){ dataString = $("#form1").serialize(); var new = $("input#new").val(); dataString = "new=" + new; $.ajax({ type: "POST", url: "Servlet", data: dataString, dataType: "json", success: function( data, textStatus, jqXHR) { //our country code was correct so we have some information to display if(data.success){ $("#ajaxResponse").html(""); $("#ajaxResponse").append("<b>Country Code:</b> " + data.countryInfo.code …

Member Avatar for wherrelz
0
198
Member Avatar for lloyd94

I'll be going onto my third year at university in September but before then I need to decide what project I want to do. I know I want it to involve databases and a front end system in c#. But I can't think of anything that I'd like doing and …

Member Avatar for wherrelz
0
203