Posted on December 27, 2007 by balanagaraj
Realize your dreams with the Student to Business Program.
Are you a graduating student looking for formative work experience in the IT field? Are you a Microsoft partner hoping to recruit students with the skills to meet the demands of today´s technology industry? Are you a professor at a University teaching Microsoft technology competencies? Welcome to [...]
Filed under: Microsoft, Microsoft Students to Business | Tagged: Microsft Projects for Student, Microsft Student Academic Project Program, Microsoft Student Academic Projects, Microsoft Students to Business | 1 Comment »
Posted on December 17, 2007 by balanagaraj
(Or A Developer’s Fantasy come true)
I don’t know if I will be able to disclose everything here but first
bookmark this.
What is so special about this code?
The Code Room has 3 videos. Watch them in your office or home in the still of the night.
Like you, I was an innocent geek developer, until I became [...]
Filed under: Microsoft, Microsoft Visual Studio | No Comments »
Posted on December 13, 2007 by balanagaraj
· Differences
1. Difference between Classic ASP and ASP.Net?
Answer:
§ ASP is Interpreted language based on scripting languages like Jscript or VBScript.
§ ASP has Mixed HTML and coding logic.
§ Limited development and debugging tools available.
§ Limited OOPS support.
§ Limited session and application state management.
§ Poor Error handling system.
§ No in-built support for XML.
§ No fully distributed data [...]
Filed under: .NET Interview Questions and Answers, .NET resources, ASP.NET, C#, Microsoft, Microsoft Visual Studio, Web Application, Windows Application | Tagged: .net interview, .NET Interview Questions and Answers, asp.net interview questions, asp.net interview questions and answers, C# interview questions and answers, IIS interview questions and answers, sql server interview questions and answers, vb.net interview questions and answers, XML interview questions and answers | 7 Comments »
Posted on December 7, 2007 by balanagaraj
Environment :
ASP.NET 1.1v
Visual C#
SQL Server2000
MS Excel2003
Microsoft Visual Studio2003
1. Create one webapplication using visual studio.
2. Just put the button text as “Exports to Excel” in webform1.aspx.
3. Use the following namespaces for this application
using System;
using System.Collections;
using System.ComponentModel;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
4. In button(Exports to Excel) click event
SqlConnection conn = new SqlConnection(ConfigurationSettings.AppSettings["PubsConnection"]);
SqlCommand [...]
Filed under: ASP.NET, C#, Microsoft Excel, Microsoft Visual Studio, Web Application | Tagged: convert dataset to excel, dataset and excel, dataset converts excel in asp.net, Dataset to excel, Export excel sheet data from dataset in ASP.NET, exports dataset to excel sheet | 10 Comments »