Click here to Skip to main content
16,020,822 members
Home / Discussions / Web Development
   

Web Development

 
GeneralParser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
acodman28-Jan-08 21:29
acodman28-Jan-08 21:29 
GeneralParser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
acodman28-Jan-08 21:29
acodman28-Jan-08 21:29 
GeneralParser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
acodman28-Jan-08 21:28
acodman28-Jan-08 21:28 
GeneralRe: Parser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
pmarfleet28-Jan-08 22:09
pmarfleet28-Jan-08 22:09 
GeneralRe: Parser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
acodman30-Jan-08 4:08
acodman30-Jan-08 4:08 
Generalasyncronous calls to webmethos in webservices from aspx pages Pin
syamooo28-Jan-08 20:27
syamooo28-Jan-08 20:27 
QuestionRe: asyncronous calls to webmethos in webservices from aspx pages Pin
newc128-Jan-08 23:10
newc128-Jan-08 23:10 
GeneralRe: asyncronous calls to webmethos in webservices from aspx pages Pin
Mark Churchill29-Jan-08 0:01
Mark Churchill29-Jan-08 0:01 
When you make the async call you should get an IAsyncResult you need to hang onto.

Then at the end of your.. say OnPreRender handler you grab the IAsyncResult and wait for it to finish - say myIAsyncResult.AsyncWaitHandle.WaitOne();

Now you have your data back, you have a party. Or update the fields.


Generalupdate panel Pin
solarthur0128-Jan-08 13:29
solarthur0128-Jan-08 13:29 
AnswerRe: update panel Pin
newc128-Jan-08 22:58
newc128-Jan-08 22:58 
GeneralRe: update panel Pin
solarthur0129-Jan-08 2:48
solarthur0129-Jan-08 2:48 
GeneralRe: update panel Pin
newc129-Jan-08 4:33
newc129-Jan-08 4:33 
NewsFree web seminars for developers and designers Pin
brucedkyle28-Jan-08 11:44
brucedkyle28-Jan-08 11:44 
QuestionCodeProject.com Pin
ddixon28-Jan-08 7:25
ddixon28-Jan-08 7:25 
GeneralRe: CodeProject.com Pin
Steven J Jowett29-Jan-08 0:25
Steven J Jowett29-Jan-08 0:25 
QuestionWhat's needed to host php site Pin
JacquesDP28-Jan-08 1:47
JacquesDP28-Jan-08 1:47 
GeneralRe: What's needed to host php site Pin
newc128-Jan-08 1:57
newc128-Jan-08 1:57 
GeneralRe: What's needed to host php site Pin
JacquesDP28-Jan-08 1:58
JacquesDP28-Jan-08 1:58 
Generaladd innerHTML div by javacript Pin
AnhTin27-Jan-08 21:45
AnhTin27-Jan-08 21:45 
AnswerRe: add innerHTML div by javacript Pin
newc127-Jan-08 23:00
newc127-Jan-08 23:00 
GeneralRe: add innerHTML div by javacript Pin
Johnny ²28-Jan-08 17:15
Johnny ²28-Jan-08 17:15 
Questionvisual studio.net2005-web development using vb Pin
axelle26-Jan-08 20:12
axelle26-Jan-08 20:12 
GeneralRe: visual studio.net2005-web development using vb Pin
pmarfleet26-Jan-08 22:38
pmarfleet26-Jan-08 22:38 
Questionhow to configure my asp classics website on IIS 6.0 ? Pin
Noman Soofi26-Jan-08 6:25
Noman Soofi26-Jan-08 6:25 
GeneralRe: how to configure my asp classics website on IIS 6.0 ? Pin
Paul Conrad26-Jan-08 7:17
professionalPaul Conrad26-Jan-08 7:17 

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.