Click here to Skip to main content
15,891,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionADO.Net 2.0 Pin
Amit Kumar G21-May-07 13:19
Amit Kumar G21-May-07 13:19 
AnswerRe: ADO.Net 2.0 Pin
Sathesh Sakthivel21-May-07 15:24
Sathesh Sakthivel21-May-07 15:24 
GeneralRe: ADO.Net 2.0 Pin
Amit Kumar G21-May-07 16:08
Amit Kumar G21-May-07 16:08 
QuestionNeeded: An Interop Guru.. Pin
bgriffin_tpa21-May-07 9:54
bgriffin_tpa21-May-07 9:54 
AnswerRe: Needed: An Interop Guru.. Pin
SimulationofSai21-May-07 10:33
SimulationofSai21-May-07 10:33 
GeneralRe: Needed: An Interop Guru.. Pin
bgriffin_tpa21-May-07 12:04
bgriffin_tpa21-May-07 12:04 
GeneralRe: Needed: An Interop Guru.. Pin
SimulationofSai22-May-07 5:07
SimulationofSai22-May-07 5:07 
GeneralRe: Needed: An Interop Guru.. Pin
bgriffin_tpa22-May-07 8:03
bgriffin_tpa22-May-07 8:03 
WOW!..are you GOOD or what?!..using the clsid from my 1st
message, can you render the page completely?..I have an
.aspx that shows the grid, but I also have the DLL installed
there, as I'm testing on the same machine I develope with. I
can access the events of the grid only using VBScript, since
(OBJECT) isn't visible to the code behind, but VBScript
is real unreliable..

Sub grd_SelChange

This works:
if true then grd.(property)=123

This doesn't:
if a=1 then grd.(property)=123

end Sub

does (a /the) grid (as you suggested) emit HTML itself..??
Try putting a standard COM object with a UI from Windows
(DbGrid):

Dim Grd As New DbGrid

on a code behind(.VB) and see if you can "connect it" to the
.aspx I would be happy to do either early or late binding,
but I'd rather do late, if I need to so I can handle its events
in the back end, and avoid using VBSript. I have limited
experience with VBS, but it can't see global vars or methods,
session objects or even app objects??..or am I doing something
wrong?
GeneralRe: Needed: An Interop Guru.. Pin
SimulationofSai22-May-07 9:18
SimulationofSai22-May-07 9:18 
GeneralRe: Needed: An Interop Guru.. Pin
bgriffin_tpa23-May-07 4:04
bgriffin_tpa23-May-07 4:04 
GeneralRe: Needed: An Interop Guru.. Pin
SimulationofSai22-May-07 9:28
SimulationofSai22-May-07 9:28 
GeneralRe: Needed: An Interop Guru.. Pin
bgriffin_tpa23-May-07 3:54
bgriffin_tpa23-May-07 3:54 
GeneralRe: Needed: An Interop Guru.. [modified] Pin
SimulationofSai24-May-07 2:25
SimulationofSai24-May-07 2:25 
GeneralRe: Needed: An Interop Guru.. Pin
bgriffin_tpa24-May-07 3:04
bgriffin_tpa24-May-07 3:04 
QuestionASP.NET / XML [modified] Pin
Unsichtbar21-May-07 9:34
Unsichtbar21-May-07 9:34 
AnswerRe: ASP.NET / XML Pin
Not Active21-May-07 9:46
mentorNot Active21-May-07 9:46 
QuestionLosing Session ID Pin
dptalt21-May-07 8:56
dptalt21-May-07 8:56 
AnswerRe: Losing Session ID Pin
SimulationofSai21-May-07 10:22
SimulationofSai21-May-07 10:22 
GeneralRe: Losing Session ID Pin
Keith Andersch23-May-07 8:11
Keith Andersch23-May-07 8:11 
GeneralRe: Losing Session ID Pin
VbManVzw23-May-07 8:38
VbManVzw23-May-07 8:38 
GeneralRe: Losing Session ID Pin
dptalt24-May-07 2:29
dptalt24-May-07 2:29 
GeneralRe: Losing Session ID Pin
VbManVzw24-May-07 6:18
VbManVzw24-May-07 6:18 
Questionusercontrol property to usercontrol property Pin
TheEagle21-May-07 8:54
TheEagle21-May-07 8:54 
AnswerRe: usercontrol property to usercontrol property Pin
VbManVzw24-May-07 10:05
VbManVzw24-May-07 10:05 
QuestionPostback problem Pin
Elizma21-May-07 8:15
Elizma21-May-07 8:15 

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.