Click here to Skip to main content
16,005,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionQuery string problem for images [modified] Pin
Davide Icardi20-Apr-07 5:00
Davide Icardi20-Apr-07 5:00 
AnswerRe: Query string problem for images Pin
Guffa20-Apr-07 5:38
Guffa20-Apr-07 5:38 
AnswerRe: Query string problem for images Pin
Davide Icardi20-Apr-07 9:51
Davide Icardi20-Apr-07 9:51 
QuestionWhich Graph Control to Use? Pin
Arun.Immanuel20-Apr-07 4:20
Arun.Immanuel20-Apr-07 4:20 
AnswerRe: Which Graph Control to Use? Pin
Rakheesh Chalil21-Apr-07 16:38
Rakheesh Chalil21-Apr-07 16:38 
GeneralRe: Which Graph Control to Use? Pin
Arun.Immanuel21-Apr-07 18:41
Arun.Immanuel21-Apr-07 18:41 
Questioncan't see external classes in one namespase Pin
iuliuz20-Apr-07 3:42
iuliuz20-Apr-07 3:42 
AnswerRe: can't see external classes in one namespase Pin
Jesse Squire20-Apr-07 4:11
Jesse Squire20-Apr-07 4:11 
In my experience, and to my knowledge, there were no changes to visibility rules between Visual Studio 2003 and Visual Studio 2005. Unfortunately, your post doesn't give us much by the way of details to work with, so let me begin by asking some basic questions:
  • Is the class that you're trying to access defined in the same assembly, or a referenced assembly?
  • Is the namespace for the class that you are trying to access explicitly defined?
  • Is the class that you are trying to access in the same namespace? If not, is the namespace referenced with the class or in a using statement?
  • Is the class that you're trying to access declared explicitly as public [or internal for a class in the same assembly]?
  • Are the members/properties/methods that you're trying to access in the class declared explicitly as public [or internal for a class in the same assembly]?
Hopefully, those will give you an idea of some things to check, and if they don't solve your problem, will give us some better perspective on your situation.

--Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi

GeneralRe: can't see external classes in one namespase Pin
iuliuz23-Apr-07 21:05
iuliuz23-Apr-07 21:05 
GeneralRe: can't see external classes in one namespase Pin
Jesse Squire26-Apr-07 1:53
Jesse Squire26-Apr-07 1:53 
AnswerRe: Radio button template column Pin
varshavmane20-Apr-07 2:57
varshavmane20-Apr-07 2:57 
General[Message Deleted] Pin
kiccha8420-Apr-07 3:12
kiccha8420-Apr-07 3:12 
GeneralRe: Radio button template column Pin
Sandeep Akhare20-Apr-07 3:24
Sandeep Akhare20-Apr-07 3:24 
GeneralRe: Radio button template column Pin
varshavmane20-Apr-07 3:34
varshavmane20-Apr-07 3:34 
GeneralRe: Radio button template column Pin
Sandeep Akhare20-Apr-07 3:50
Sandeep Akhare20-Apr-07 3:50 
GeneralRe: Radio button template column Pin
varshavmane20-Apr-07 3:26
varshavmane20-Apr-07 3:26 
GeneralRe: Radio button template column Pin
varshavmane20-Apr-07 3:49
varshavmane20-Apr-07 3:49 
GeneralRe: Radio button template column Pin
Arun.Immanuel20-Apr-07 3:39
Arun.Immanuel20-Apr-07 3:39 
AnswerRe: Radio button template column Pin
Sathesh Sakthivel20-Apr-07 3:01
Sathesh Sakthivel20-Apr-07 3:01 
QuestionOpenModalWindow() doesn't work in firfox Pin
eddy wilson20-Apr-07 2:17
eddy wilson20-Apr-07 2:17 
AnswerRe: OpenModalWindow() doesn't work in firfox Pin
Guffa20-Apr-07 2:43
Guffa20-Apr-07 2:43 
AnswerRe: OpenModalWindow() doesn't work in firfox Pin
Sandeep Akhare20-Apr-07 3:21
Sandeep Akhare20-Apr-07 3:21 
QuestionPlease help me! How to auto update client site in asp.net (like google mail) Pin
Chu Trau Vang20-Apr-07 1:57
Chu Trau Vang20-Apr-07 1:57 
AnswerRe: Please help me! How to auto update client site in asp.net (like google mail) Pin
Sandeep Akhare20-Apr-07 2:44
Sandeep Akhare20-Apr-07 2:44 
QuestionShow Empty GridView Pin
varshavmane20-Apr-07 1:36
varshavmane20-Apr-07 1:36 

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.