Click here to Skip to main content
16,007,843 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Multiple UpdatePanel with UpdatePanelAnimationExtender Pin
Engin KIRMACI20-Jun-07 8:46
Engin KIRMACI20-Jun-07 8:46 
Questionhow to create role in specified application Pin
mohd imran abdul aziz20-Jun-07 3:25
mohd imran abdul aziz20-Jun-07 3:25 
QuestionPrint all files in folder- Its very urgent Pin
Saivjil20-Jun-07 2:22
Saivjil20-Jun-07 2:22 
AnswerRe: Print all files in folder- Its very urgent Pin
Not Active20-Jun-07 2:33
mentorNot Active20-Jun-07 2:33 
AnswerRe: Print all files in folder- Its very urgent Pin
ednrgc20-Jun-07 5:05
ednrgc20-Jun-07 5:05 
GeneralRe: Cannot Find References Folder in Asp.net 2.0 Pin
Sandeep Akhare20-Jun-07 2:16
Sandeep Akhare20-Jun-07 2:16 
GeneralRe: Cannot Find References Folder in Asp.net 2.0 Pin
dhanabalanr20-Jun-07 2:34
dhanabalanr20-Jun-07 2:34 
GeneralRe: Cannot Find References Folder in Asp.net 2.0 Pin
Sandeep Akhare20-Jun-07 2:58
Sandeep Akhare20-Jun-07 2:58 
VS 2005 will not show bin folder by default you can see it by adding it or adding a new reference.
dhanabalanr wrote:
tried to add system.data dll it is added but i could not find them in Bin.

Beacuse By deafult it is in your application
Wehn you craete a web application by default namespaces that get added are
sing System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

dhanabalanr wrote:
where can i find that system.data dll in my project. how can i remove that.

All the Deafult namespace or DOT NEt references not added in the namespace as they are present in Framework CLR knows these dll Only the DLL that CLR don't know i.e not are in the Framework are to be there in bin folder
If you don't want System.Data namespace in yor application just remove the it from your .cs file ............
If you add a COM dll ot other prject dll that will be added in Bin folder as seperate dll.
I think you should read a book CLR via C# by Jeffrey Richter




Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




Questioncompilation process in dot net Pin
saqib8220-Jun-07 2:14
saqib8220-Jun-07 2:14 
AnswerRe: compilation process in dot net Pin
Sandeep Akhare20-Jun-07 2:26
Sandeep Akhare20-Jun-07 2:26 
GeneralRe: compilation process in dot net Pin
saqib8220-Jun-07 2:29
saqib8220-Jun-07 2:29 
GeneralRe: compilation process in dot net Pin
Sandeep Akhare20-Jun-07 2:40
Sandeep Akhare20-Jun-07 2:40 
GeneralRe: compilation process in dot net Pin
saqib8220-Jun-07 2:46
saqib8220-Jun-07 2:46 
GeneralRe: compilation process in dot net Pin
Sandeep Akhare20-Jun-07 3:14
Sandeep Akhare20-Jun-07 3:14 
AnswerRe: compilation process in dot net Pin
badgrs20-Jun-07 3:43
badgrs20-Jun-07 3:43 
QuestionCannot Find References Folder in Asp.net 2.0 Pin
dhanabalanr20-Jun-07 1:34
dhanabalanr20-Jun-07 1:34 
AnswerRe: Cannot Find References Folder in Asp.net 2.0 Pin
badgrs20-Jun-07 1:41
badgrs20-Jun-07 1:41 
GeneralRe: Cannot Find References Folder in Asp.net 2.0 Pin
dhanabalanr20-Jun-07 2:03
dhanabalanr20-Jun-07 2:03 
AnswerRe: Cannot Find References Folder in Asp.net 2.0 Pin
Sandeep Akhare20-Jun-07 1:46
Sandeep Akhare20-Jun-07 1:46 
GeneralRe: Cannot Find References Folder in Asp.net 2.0 Pin
dhanabalanr20-Jun-07 2:04
dhanabalanr20-Jun-07 2:04 
Questionpdf to image conversion Pin
VaibhavTiparadi20-Jun-07 1:17
VaibhavTiparadi20-Jun-07 1:17 
AnswerRe: pdf to image conversion Pin
badgrs20-Jun-07 1:39
badgrs20-Jun-07 1:39 
QuestionSystem.Security.Cryptography.CryptographicException: Bad Data. Pin
deepalititi20-Jun-07 1:08
deepalititi20-Jun-07 1:08 
AnswerRe: System.Security.Cryptography.CryptographicException: Bad Data. Pin
Viral Upadhyay20-Jun-07 1:56
Viral Upadhyay20-Jun-07 1:56 
QuestionDatagrid columns..., Pin
Member 387988120-Jun-07 0:53
Member 387988120-Jun-07 0:53 

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.