Click here to Skip to main content
15,888,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Grid Delete is not working(DeleteCommandType="StoredProcedure") plz Help? Pin
alaminfad13-Nov-09 21:09
alaminfad13-Nov-09 21:09 
QuestionIs it possible to get propertyname by its attributename Pin
mmdullah13-Nov-09 17:10
mmdullah13-Nov-09 17:10 
Questioncommunication between two web application in asp.net Pin
noo.dyab13-Nov-09 9:39
noo.dyab13-Nov-09 9:39 
AnswerRe: communication between two web application in asp.net Pin
Gamzun13-Nov-09 9:43
Gamzun13-Nov-09 9:43 
AnswerRe: communication between two web application in asp.net Pin
Abhishek Sur13-Nov-09 11:08
professionalAbhishek Sur13-Nov-09 11:08 
QuestionReflection Pin
Monin D.13-Nov-09 9:32
Monin D.13-Nov-09 9:32 
AnswerRe: Reflection Pin
Gamzun13-Nov-09 9:37
Gamzun13-Nov-09 9:37 
AnswerRe: Reflection Pin
Abhishek Sur13-Nov-09 11:02
professionalAbhishek Sur13-Nov-09 11:02 
As you dont have reference to Company.MyNameSpace.MyClass, you need to manually read the assembly using Reflection and then using Activator.CreateInstance you create the instance of the class.

For instance :
Assembly assem = Assembly.Load("\folder\MyLib.dll");
object thisObj = assem.CreateInstance("Company.MyNameSpace.MyClass");

For further reading use
http://www.c-sharpcorner.com/UploadFile/samhaidar/LateBindingWithReflection09122005053810AM/LateBindingWithReflection.aspx[^]Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionASP.NET web project -> native DLL -> write failure to hdd Pin
Chesnokov Yuriy13-Nov-09 9:16
professionalChesnokov Yuriy13-Nov-09 9:16 
AnswerRe: ASP.NET web project -> native DLL -> write failure to hdd Pin
Gamzun13-Nov-09 9:53
Gamzun13-Nov-09 9:53 
AnswerRe: ASP.NET web project -> native DLL -> write failure to hdd Pin
Chesnokov Yuriy13-Nov-09 18:56
professionalChesnokov Yuriy13-Nov-09 18:56 
QuestionHow to register a click event when clicking on a node of a treeview that is already selected Pin
Man Pang13-Nov-09 5:22
Man Pang13-Nov-09 5:22 
AnswerRe: How to register a click event when clicking on a node of a treeview that is already selected Pin
Gamzun13-Nov-09 9:40
Gamzun13-Nov-09 9:40 
QuestionAccess specifier for method Pin
sris 42613-Nov-09 2:37
sris 42613-Nov-09 2:37 
AnswerRe: Access specifier for method Pin
Abhishek Sur13-Nov-09 4:10
professionalAbhishek Sur13-Nov-09 4:10 
AnswerRe: Access specifier for method Pin
Gamzun13-Nov-09 10:42
Gamzun13-Nov-09 10:42 
QuestionHow to get updated text from EditItemTemplate in row updating event? Pin
Chesnokov Yuriy13-Nov-09 2:17
professionalChesnokov Yuriy13-Nov-09 2:17 
AnswerRe: How to get updated text from EditItemTemplate in row updating event? Pin
Abhishek Sur13-Nov-09 4:08
professionalAbhishek Sur13-Nov-09 4:08 
GeneralRe: How to get updated text from EditItemTemplate in row updating event? Pin
Not Active13-Nov-09 6:31
mentorNot Active13-Nov-09 6:31 
GeneralRe: How to get updated text from EditItemTemplate in row updating event? Pin
Abhishek Sur13-Nov-09 9:21
professionalAbhishek Sur13-Nov-09 9:21 
AnswerRe: How to get updated text from EditItemTemplate in row updating event? Pin
Not Active13-Nov-09 9:22
mentorNot Active13-Nov-09 9:22 
QuestionWebcontrol To string Pin
Scalee13-Nov-09 2:01
Scalee13-Nov-09 2:01 
AnswerRe: Webcontrol To string Pin
Abhishek Sur13-Nov-09 4:21
professionalAbhishek Sur13-Nov-09 4:21 
GeneralRe: Webcontrol To string Pin
N a v a n e e t h13-Nov-09 4:39
N a v a n e e t h13-Nov-09 4:39 
GeneralRe: Webcontrol To string Pin
Abhishek Sur13-Nov-09 4:42
professionalAbhishek Sur13-Nov-09 4:42 

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.