Click here to Skip to main content
15,896,606 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Difference between Mozilla and Internet Explorer Pin
Harini N K11-Jun-07 22:54
Harini N K11-Jun-07 22:54 
Questionuserlogin/adminlogin Pin
saravanan0511-Jun-07 21:41
saravanan0511-Jun-07 21:41 
AnswerRe: userlogin/adminlogin Pin
Sylvester george11-Jun-07 22:14
Sylvester george11-Jun-07 22:14 
AnswerRe: userlogin/adminlogin Pin
Vipin.d11-Jun-07 22:19
Vipin.d11-Jun-07 22:19 
QuestionObject Pin
satishkumarnk11-Jun-07 21:34
satishkumarnk11-Jun-07 21:34 
AnswerRe: Object Pin
PandemoniumPasha11-Jun-07 21:43
PandemoniumPasha11-Jun-07 21:43 
QuestionHow to add dll in asp.net 2.0 Pin
Sapan Roy11-Jun-07 21:29
Sapan Roy11-Jun-07 21:29 
AnswerRe: How to add dll in asp.net 2.0 Pin
Venk25912-Jun-07 18:49
Venk25912-Jun-07 18:49 
Hi Sapan,
Add the com dll by following method.
1) Right click on the project->select "Add Reference"
2) Click on COM Tab, browse the dll, then click OK button

Inside the page_load event, Create the object of the class which is defined
in the dll. If you have namespace in the COM Dll, then use like this
<namespace>.<class name>

then access the method from the object created.

Note:-
1) unless you defined the method in the class as static or shared you cannot
access the method directly.
2) you cannot access the class method in the import or using statement
3) you must declared the class as public class
4) access the method of the object created is done only in the function
and cannot be done in the declaration

I think this will help you to solve the problem, if you couldn't, message me.
QuestionHow to populate data in treeview using single table Pin
rajesh_PSL11-Jun-07 20:59
rajesh_PSL11-Jun-07 20:59 
AnswerRe: How to populate data in treeview using single table Pin
Chetan Ranpariya11-Jun-07 21:32
Chetan Ranpariya11-Jun-07 21:32 
GeneralRe: How to populate data in treeview using single table Pin
rajesh_PSL11-Jun-07 21:46
rajesh_PSL11-Jun-07 21:46 
QuestionDisplay records user friendly......... Pin
Member 387988111-Jun-07 20:50
Member 387988111-Jun-07 20:50 
AnswerRe: Display records user friendly......... Pin
Harini N K11-Jun-07 23:25
Harini N K11-Jun-07 23:25 
GeneralRe: Display records user friendly......... Pin
Member 387988111-Jun-07 23:38
Member 387988111-Jun-07 23:38 
GeneralRe: Display records user friendly......... Pin
Harini N K11-Jun-07 23:50
Harini N K11-Jun-07 23:50 
QuestionSys.webforms.PageRequestManagerServerErrorException Pin
yogita charhate11-Jun-07 20:41
yogita charhate11-Jun-07 20:41 
Questionhow to insert user's local date and time Pin
Vipin.d11-Jun-07 20:36
Vipin.d11-Jun-07 20:36 
AnswerRe: how to insert user's local date and time Pin
Biju Sam12-Jun-07 0:23
Biju Sam12-Jun-07 0:23 
GeneralRe: how to insert user's local date and time Pin
Vipin.d12-Jun-07 2:06
Vipin.d12-Jun-07 2:06 
QuestionHow to search a key word in asp.net Pin
kaushik49011-Jun-07 20:06
kaushik49011-Jun-07 20:06 
AnswerRe: How to search a key word in asp.net Pin
_AK_11-Jun-07 20:13
_AK_11-Jun-07 20:13 
GeneralRe: How to search a key word in asp.net Pin
kaushik49011-Jun-07 20:17
kaushik49011-Jun-07 20:17 
GeneralRe: How to search a key word in asp.net Pin
_AK_11-Jun-07 20:21
_AK_11-Jun-07 20:21 
GeneralRe: How to search a key word in asp.net Pin
kaushik49011-Jun-07 20:30
kaushik49011-Jun-07 20:30 
GeneralRe: How to search a key word in asp.net Pin
_AK_11-Jun-07 20:35
_AK_11-Jun-07 20:35 

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.