Posts

Showing posts from June, 2009

I'm an MCTS now

Image
Today I got my certification in Microsoft .NET Framework Application development. :) I passed in Exam 70-536 : TS: Microsoft .NET Framework - Application Development Foundation. This one count towards the following: Microsoft Certified Technology Specialist (MCTS): .NET Framework 2.0 Web Applications Microsoft Certified Technology Specialist (MCTS): .NET Framework 2.0 Windows Applications Microsoft Certified Technology Specialist (MCTS): .NET Framework 2.0 Distributed Applications Microsoft Certified Technology Specialist (MCTS): .NET Framework 3.5, Windows Presentation Foundation Applications Microsoft Certified Technology Specialist (MCTS): .NET Framework 3.5, Windows Communication Foundation Applications Microsoft Certified Technology Specialist (MCTS): .NET Framework 3.5, Windows Workflow Foundation Applications Microsoft Certified Technology Specialist (MCTS): .NET Framework 3.5, Windows Forms Applications Microsoft Certified Technology Specialist (MCTS): .NET Framework 3.5, ADO.

Sunn'y Google AJAX Search using Google API

Image
I have created a Google AJAX Search using Google API. It has also categorized searching ;) Check it out here : Sunn'y Google AJAX Search

Generate Word Document by retrieving html content from Database in asp.net

Generate Word Document by retrieving html content from Database in asp.net protected void btnGenerateDocument_Click(object sender, EventArgs e) { catalog_GetFrontMatterContentByCodeTableAdapter frontMatterTA = new catalog_GetFrontMatterContentByCodeTableAdapter(); DataTable frontMatterDT = frontMatterTA.GetFrontMatterContentByCode("RGEN"); frontMatterDT.TableName = "frontmatterContentDS"; //string str = frontMatterDT.Rows[1]["SectionMarkup"].ToString(); string str = ""; str = "<div style='mso-element:header' id=h1><p class=MsoFooter><img src=' http://localhost:3678/Generating Word Document/images/header.jpg'></p></div>"; str += "<h1 style='font-size:24pt; font-family:Times New Roman;'>"+frontMatterDT.Rows[0]["PageTitle"].ToString()+"</h1>"; for (int i = 0; i < frontMa

Google Wave

Here comes Google again with a new API Google Wave API by which you can communicate and collaborate with others in a fastest and friendly way. They have also embedded a context based auto spell checker, which is cool too! Don't wait and look at the video.

Contact by Email

Loading...