Click here to Skip to main content
15,889,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Add Dynamically A LinkButton Inside Nested (Child) GridView Pin
jaimin851-Dec-14 23:37
jaimin851-Dec-14 23:37 
QuestionHelp in Converting Desktop App to Web App. Pin
QuickBooksDev26-Nov-14 4:48
QuickBooksDev26-Nov-14 4:48 
AnswerRe: Help in Converting Desktop App to Web App. Pin
jkirkerx26-Nov-14 10:48
professionaljkirkerx26-Nov-14 10:48 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev27-Nov-14 0:37
QuickBooksDev27-Nov-14 0:37 
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming27-Nov-14 3:07
mveRichard Deeming27-Nov-14 3:07 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev27-Nov-14 9:16
QuickBooksDev27-Nov-14 9:16 
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming27-Nov-14 9:19
mveRichard Deeming27-Nov-14 9:19 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev30-Nov-14 2:53
QuickBooksDev30-Nov-14 2:53 
They are not saved anywhere.

If they are in some shared object then I do not know where it could be.

Here is the definition of the object I was checking in the Sub new of vbMain.
Public AccountCollection As Collection

in what I was calling vbServHandler. Real name is QBAPIV3Cl which is part of DLL QBAPIV3VS2013.

This is invoked via by vbMain
Imports QBOAPIV3VS2013
.
.
Public aQB As New QBOAPIV3VS2013.QBAPIV3Cl()
which is defined in a module within vbMain.
.
.
Which is referenced by the C# Web App
using vbMainDLL;

In the C# program it is defined as

vbMainDLL.vbMain vbMain;

vbMain = new vbMain(TheRealmID,TheAccessToken,TheAccessTokenSecret,
TheConsumerKey,TheConsumerSecret,
TheContext,TheDataService,
pOutReason: ref pOutReason);

The Sub New for vbMain has aQB.accountcollection.count
Referenced object has a value of nothing the first time.
then 121 every other time. I would expect a value of nothing each time.

The c# program has no references to the aQB class/QBOAPIV3VS2013.QBAPIV3Cl.

So what am I missing?
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming1-Dec-14 1:36
mveRichard Deeming1-Dec-14 1:36 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev2-Dec-14 23:32
QuickBooksDev2-Dec-14 23:32 
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming3-Dec-14 1:28
mveRichard Deeming3-Dec-14 1:28 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev3-Dec-14 1:33
QuickBooksDev3-Dec-14 1:33 
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming3-Dec-14 1:49
mveRichard Deeming3-Dec-14 1:49 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev3-Dec-14 1:52
QuickBooksDev3-Dec-14 1:52 
QuestionAuto Filter in gridview Pin
umair275624-Nov-14 4:11
professionalumair275624-Nov-14 4:11 
QuestionIf trip type is one thing, show one query; if another, show a different query. This is not working! Pin
samflex24-Nov-14 2:54
samflex24-Nov-14 2:54 
Questionserver did not recognize the value of http header soapaction c# .net Pin
Member 1032578924-Nov-14 2:30
Member 1032578924-Nov-14 2:30 
QuestionASP.NET C# Dynamically add my selected item from dropdown to below with div tags Pin
Member 1034105324-Nov-14 0:02
Member 1034105324-Nov-14 0:02 
AnswerRe: ASP.NET C# Dynamically add my selected item from dropdown to below with div tags Pin
2374126-Nov-14 18:39
2374126-Nov-14 18:39 
QuestionExcel like filter Grid using ASP.Net MVC Pin
indian14323-Nov-14 10:27
indian14323-Nov-14 10:27 
AnswerRe: Excel like filter Grid using ASP.Net MVC Pin
Anurag Gandhi30-Nov-14 22:47
professionalAnurag Gandhi30-Nov-14 22:47 
GeneralRe: Excel like filter Grid using ASP.Net MVC Pin
indian1434-Dec-14 11:17
indian1434-Dec-14 11:17 
GeneralRe: Excel like filter Grid using ASP.Net MVC Pin
Anurag Gandhi4-Dec-14 18:04
professionalAnurag Gandhi4-Dec-14 18:04 
QuestionMaintain scroll position Pin
BobbyStrain21-Nov-14 14:07
BobbyStrain21-Nov-14 14:07 
AnswerRe: Maintain scroll position Pin
jkirkerx25-Nov-14 12:52
professionaljkirkerx25-Nov-14 12:52 

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.