Click here to Skip to main content
15,891,375 members

Comments by V_R (Top 7 by date)

V_R 14-Feb-14 1:09am View    
Hi Sergey,

The assembly which i have referenced is having multiple classes and some classes are using directly by creating new instance and accessing methods inside that, but some scenario i will not be knowing which class has to create and which method has to access and i will get this class name and method name in string formate in runtime so i want to create type of that class and access method using reflection.

Thanks.
V_R 31-Dec-12 4:58am View    
whatever it is, once user loggedIn means you will be having UserID based on that you can project your data.
V_R 31-Dec-12 2:32am View    
Hope you want to show alert from C#, so Register that script as follows..

ScriptManager.RegisterClientScriptBlock(base.Page, this.GetType(), "strKey", strMsg, true);
V_R 26-Sep-12 5:14am View    
If that break point is not coming means problem with PostBack,
set AutoPostBack="true" of that button and try..

All the best..
V_R 22-Sep-12 7:07am View    
What your doubt solved, That is all about JOINS.