Click here to Skip to main content
16,006,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to move the panel during running time in asp.net? Pin
sathyan_829418-Jan-07 22:23
sathyan_829418-Jan-07 22:23 
AnswerRe: how to move the panel during running time in asp.net? Pin
Kschuler19-Jan-07 8:26
Kschuler19-Jan-07 8:26 
QuestionIs there a way to make a gridview autogenerate columns when its datasource changes its stored procedure? Pin
Red_Wizard_Shot_The_Food18-Jan-07 22:07
Red_Wizard_Shot_The_Food18-Jan-07 22:07 
QuestionMenu style Pin
Nimua18-Jan-07 21:30
Nimua18-Jan-07 21:30 
QuestionWhen I try to put it in a web page its not showing anything Pin
indian14318-Jan-07 21:08
indian14318-Jan-07 21:08 
AnswerRe: When I try to put it in a web page its not showing anything Pin
Christian Graus18-Jan-07 21:58
protectorChristian Graus18-Jan-07 21:58 
GeneralNo christian you are misunderstanding me, some mistake Pin
indian14318-Jan-07 22:08
indian14318-Jan-07 22:08 
GeneralRe: When I try to put it in a web page its not showing anything [modified] Pin
indian14318-Jan-07 22:35
indian14318-Jan-07 22:35 
Christian shall I give you the code :

1. I put the DSO Framer control in win forms control named as "DSOControl", in that usercontrol_load event,
I put this code 'AxFramerControl1.Open("D:\Aleem\Codes.doc")'.

2. Then I compiled it, registered and installed it in GAC the steps are as follows.
i. Regasm D:\Aleem\DSOControl\Bin\DSOControl.dll
ii. Iladasm /out=[asm file] /unicode D:\Aleem\DSOControl\Bin\DSOControl.dll
iii.Created strong name key pair.
iv. Ilasm /key=[Key file] /dll /out=[dll file] [asmfile]
v. gacutil -i D:\Aleem\DSOControl\bin\DSOControl.dll.
Its giving that assembly installed successfully. Is it mean that my assembly has become a global accessible asmbly? Ok?

3. Now by using references I added this to my Windows application. Its working perfectly. It is showing the specified file in that win appl. I didnt write any code here.

4. Now the same DSOControl.dll file I have referenced from my Web pplication. And to add it on my web form I used obect tag, mentioned its classId as = "http:DSOControl.dll#DSOControl.UserControl1". Its not working.

5. Even I put that dll file in the root directory of this web application. And referred it using htpp and even Console path. Could you please tell me what could be my mistake. Please, I would be very very very...... Thankful to you, please.



Regards,







-- modified at 7:14 Friday 19th January, 2007

S/W Engineer
Akebono Soft Technologies
aleem_abdul@akebonosoft.com.

QuestionHow to edit in GridView Pin
slSoftware18-Jan-07 20:24
slSoftware18-Jan-07 20:24 
AnswerRe: How to edit in GridView Pin
varshavmane18-Jan-07 20:41
varshavmane18-Jan-07 20:41 
GeneralRe: How to edit in GridView Pin
slSoftware18-Jan-07 21:11
slSoftware18-Jan-07 21:11 
GeneralRe: How to edit in GridView Pin
varshavmane18-Jan-07 21:31
varshavmane18-Jan-07 21:31 
GeneralRe: How to edit in GridView Pin
slSoftware18-Jan-07 22:44
slSoftware18-Jan-07 22:44 
GeneralRe: How to edit in GridView Pin
varshavmane19-Jan-07 2:28
varshavmane19-Jan-07 2:28 
AnswerRe: How to edit in GridView Pin
Nimua18-Jan-07 21:44
Nimua18-Jan-07 21:44 
Questionsession in Custom control [modified] Pin
ashishnagar118-Jan-07 19:43
ashishnagar118-Jan-07 19:43 
QuestionAssigning permission for aspnet user to web directory folder Pin
tprakash18-Jan-07 19:11
tprakash18-Jan-07 19:11 
AnswerRe: Assigning permission for aspnet user to web directory folder Pin
minhpc_bk18-Jan-07 19:37
minhpc_bk18-Jan-07 19:37 
Questioninput type as 'button' in asp.net page [modified] Pin
Vsree18-Jan-07 18:51
Vsree18-Jan-07 18:51 
AnswerRe: input type as 'button' in asp.net page Pin
Guffa18-Jan-07 19:22
Guffa18-Jan-07 19:22 
AnswerRe: input type as 'button' in asp.net page Pin
minhpc_bk18-Jan-07 19:26
minhpc_bk18-Jan-07 19:26 
AnswerRe: input type as 'button' in asp.net page Pin
Vsree18-Jan-07 20:06
Vsree18-Jan-07 20:06 
QuestionRecursive function for finding the control in user control Pin
Rajesh_K_Sharma18-Jan-07 18:45
Rajesh_K_Sharma18-Jan-07 18:45 
AnswerRe: Recursive function for finding the control in user control [modified] Pin
minhpc_bk18-Jan-07 19:23
minhpc_bk18-Jan-07 19:23 
AnswerRe: Recursive function for finding the control in user control Pin
Christian Graus18-Jan-07 22:00
protectorChristian Graus18-Jan-07 22:00 

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.