Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUngroup Excel Columns Pin
Mugdha_Aditya12-Sep-10 19:23
Mugdha_Aditya12-Sep-10 19:23 
AnswerRe: Ungroup Excel Columns Pin
Abhijit Jana12-Sep-10 22:05
professionalAbhijit Jana12-Sep-10 22:05 
GeneralRe: Ungroup Excel Columns Pin
Mugdha_Aditya12-Sep-10 22:56
Mugdha_Aditya12-Sep-10 22:56 
GeneralRe: Ungroup Excel Columns Repost Pin
Richard MacCutchan13-Sep-10 3:46
mveRichard MacCutchan13-Sep-10 3:46 
Questionusing System. ????????? Pin
future383912-Sep-10 14:45
future383912-Sep-10 14:45 
AnswerRe: using System. ????????? Pin
Luc Pattyn12-Sep-10 14:55
sitebuilderLuc Pattyn12-Sep-10 14:55 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 15:14
future383912-Sep-10 15:14 
GeneralRe: using System. ????????? Pin
Luc Pattyn12-Sep-10 16:16
sitebuilderLuc Pattyn12-Sep-10 16:16 
The namespace System.Data can be found in the System.Data.DLL file, so yes you need to add its reference.
For each type of project a number of references get added to the project automatically, and a number of using statements get inserted in any file you create.

For each .NET class in the FrameWork, the MSDN documentation would mention the namespace and the assembly.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: using System. ????????? Pin
future383912-Sep-10 16:28
future383912-Sep-10 16:28 
GeneralRe: using System. ????????? Pin
Luc Pattyn12-Sep-10 16:43
sitebuilderLuc Pattyn12-Sep-10 16:43 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 20:06
future383912-Sep-10 20:06 
GeneralRe: using System. ????????? Pin
virang_2112-Sep-10 20:40
virang_2112-Sep-10 20:40 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 20:42
future383912-Sep-10 20:42 
GeneralRe: using System. ????????? Pin
virang_2112-Sep-10 20:46
virang_2112-Sep-10 20:46 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 21:20
future383912-Sep-10 21:20 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 22:05
future383912-Sep-10 22:05 
GeneralRe: using System. ????????? Pin
Luc Pattyn13-Sep-10 1:40
sitebuilderLuc Pattyn13-Sep-10 1:40 
GeneralRe: using System. ????????? Pin
future383913-Sep-10 12:33
future383913-Sep-10 12:33 
GeneralRe: using System. ????????? Pin
future383913-Sep-10 12:39
future383913-Sep-10 12:39 
QuestionMVC Design Pattern Pin
JimmyRopes12-Sep-10 8:42
professionalJimmyRopes12-Sep-10 8:42 
AnswerRe: MVC Design Pattern Pin
Keith Barrow12-Sep-10 11:29
professionalKeith Barrow12-Sep-10 11:29 
GeneralRe: MVC Design Pattern Pin
JimmyRopes12-Sep-10 12:11
professionalJimmyRopes12-Sep-10 12:11 
GeneralRe: MVC Design Pattern Pin
Not Active12-Sep-10 16:17
mentorNot Active12-Sep-10 16:17 
GeneralRe: MVC Design Pattern Pin
JimmyRopes12-Sep-10 16:40
professionalJimmyRopes12-Sep-10 16:40 
GeneralRe: MVC Design Pattern Pin
Not Active13-Sep-10 1:11
mentorNot Active13-Sep-10 1:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.