Click here to Skip to main content
16,012,316 members

Comments by Prince_ (Top 5 by date)

Prince_ 25-May-12 11:14am View    
okay I still dont get it, maybe im too dump or I only have the lack of knowledge.
I tried many things,all didnt work
if there is anyone who is interested in helping me I would much apprechiate it,
I only need a sample code
I could also provide Login Credentials if needed
Prince_ 13-Nov-11 11:57am View    
@p3 comes from the Designer, I wrote the Query in the Designer,
in the code of the Form I then just write :
this.title_editTableAdapter.Updatefontfamily("arial,helvetica,sans-serif");
and it should automaticly accept "arial,helvetica,sans-serif" as the @p3 String,

I have other tables in the same DB and Dataset which work fine,
I also put the modifiers to Public but nothing happenend.
Prince_ 11-Nov-11 9:02am View    
Like I said I can Update the table in the Dataset Designer but not in the form
Prince_ 11-Nov-11 8:48am View    
No Errors and No Exceptions,
Nothing Happens after I click the button, :(
Prince_ 1-Nov-11 7:44am View    
tried it with :
MessageBox.Show(res.StatusCode.ToString());

The Result was: OK
but I didnt login

OK I think the Problem is that when I normaly Login to Fileserve I get a message that I am getting redirected and have to wait a few seconds before I can access the account,
how Do I let the app wait a little before getting te page I want?
Thread.sleep() doesnt work