Click here to Skip to main content
15,914,014 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow can I disable form in this way .. Pin
mehrdadc4821-Aug-08 8:37
mehrdadc4821-Aug-08 8:37 
AnswerRe: How can I disable form in this way .. Pin
Christian Graus21-Aug-08 11:42
protectorChristian Graus21-Aug-08 11:42 
Questionlogin to different domain from mysite Pin
srihariacha21-Aug-08 8:25
srihariacha21-Aug-08 8:25 
AnswerRe: login to different domain from mysite Pin
Christian Graus21-Aug-08 11:42
protectorChristian Graus21-Aug-08 11:42 
Questionregarding RegStartupScript Pin
vjvjvjvj21-Aug-08 7:33
vjvjvjvj21-Aug-08 7:33 
AnswerRe: regarding RegStartupScript Pin
Aswattha21-Aug-08 7:41
Aswattha21-Aug-08 7:41 
QuestionRe: regarding RegStartupScript Pin
vjvjvjvj21-Aug-08 22:27
vjvjvjvj21-Aug-08 22:27 
QuestionADODB Recordset Access C#/Javascript Pin
Dustin_B21-Aug-08 4:32
Dustin_B21-Aug-08 4:32 
I have an old control (VB6) that I am trying to incorporate to an ASP/C# website. I have the control loading properly and can set basic variable type properties of the control on the client side through Javascript; however, some properties, specifically ADODB recordsets, throw up the following error when trying to assign:

'ABODB' is undefined.

The line of javascript it barfs on:

myObj.GenRecordset = <%=GetGenRecordset %>;

where the GetGenRecordset returns a proper ADODB.Recordset through its 'get' accessor. I have tried changing it to only pass the generic object type rather than the ADODB.Recordset but get the exact same error.

I want the control to load and run on the client side in the browser and the back-end to be able to post events coming from a piece of server software (also VB6). The back-end events are coming through fine, but the initialization of the control is giving me problems.

I am using the C# access through Javascript approach because it seems like the best way to do it, although I am open to a different method if suggested.
QuestionCalling asp textbox textchanged event using javascript not working Pin
VijayVishwakarma21-Aug-08 4:12
VijayVishwakarma21-Aug-08 4:12 
AnswerRe: Calling asp textbox textchanged event using javascript not working Pin
Aswattha21-Aug-08 7:49
Aswattha21-Aug-08 7:49 
GeneralRe: Calling asp textbox textchanged event using javascript not working Pin
VijayVishwakarma21-Aug-08 8:22
VijayVishwakarma21-Aug-08 8:22 
QuestionInput type=File Problem Pin
Abhishek Sur21-Aug-08 3:13
professionalAbhishek Sur21-Aug-08 3:13 
AnswerRe: Input type=File Problem Pin
Christian Graus21-Aug-08 3:22
protectorChristian Graus21-Aug-08 3:22 
GeneralRe: Input type=File Problem Pin
Abhishek Sur21-Aug-08 21:17
professionalAbhishek Sur21-Aug-08 21:17 
QuestionRe: Input type=File Problem Pin
Abhishek Sur23-Aug-08 21:47
professionalAbhishek Sur23-Aug-08 21:47 
Generalfreelance job in ASP.net with C# Pin
Subin Alex21-Aug-08 2:42
Subin Alex21-Aug-08 2:42 
AnswerRe: freelance job in ASP.net with C# Pin
Brij21-Aug-08 2:50
mentorBrij21-Aug-08 2:50 
GeneralRe: freelance job in ASP.net with C# Pin
Subin Alex21-Aug-08 2:52
Subin Alex21-Aug-08 2:52 
GeneralRe: freelance job in ASP.net with C# Pin
leckey21-Aug-08 3:54
leckey21-Aug-08 3:54 
GeneralRe: freelance job in ASP.net with C# Pin
Paul Conrad21-Aug-08 17:03
professionalPaul Conrad21-Aug-08 17:03 
GeneralRe: freelance job in ASP.net with C# Pin
Christian Graus21-Aug-08 2:55
protectorChristian Graus21-Aug-08 2:55 
GeneralRe: freelance job in ASP.net with C# Pin
Tripathi Swati21-Aug-08 3:12
Tripathi Swati21-Aug-08 3:12 
GeneralRe: freelance job in ASP.net with C# Pin
Abhishek Sur21-Aug-08 3:15
professionalAbhishek Sur21-Aug-08 3:15 
GeneralRe: freelance job in ASP.net with C# Pin
Christian Graus21-Aug-08 3:21
protectorChristian Graus21-Aug-08 3:21 
GeneralRe: freelance job in ASP.net with C# Pin
Paul Conrad21-Aug-08 17:04
professionalPaul Conrad21-Aug-08 17:04 

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.