Search:

Type: Posts; User: MrtforCode

Page 1 of 13 1 2 3 4

Search: Search took 0.17 seconds; generated 25 minute(s) ago.

  1. Replies
    1
    Views
    1,201

    scriptresource 404 strange behavior

    Hello guys

    I am using an ajaxcontroltoolkit in .Net 3.5 and I got a scriptmanager control on my page but there is something wrong with the setup as the scriptresource.axd and webresource.axd keep...
  2. Re: [RESOLVED] Extract data from SQLDataSource

    so how is it resolved ? =/
  3. Replies
    2
    Views
    1,231

    Re: tile notifications wp7

    ok, I was thinking I could just select the default (and delete the new one) tile when the app launches, I have noticed there are examples how to do it, but I have been failing to do that, and I guess...
  4. Replies
    2
    Views
    1,231

    tile notifications wp7

    Hello,

    I have been cracking on notifications for quite a while and have got them working. But still not quite understanding the best usage of them. So I would prefer to use toast notification...
  5. Re: silverlight wp7 vb.net gamerservices Guide.BeginShowKeyboardInput

    Thank you, that's correct :)

    resolved
  6. Replies
    3
    Views
    1,252

    Re: enabling various services of a wp7

    just had a quick look in google, there is a Microsoft.Phone namespace but not Microsoft.Windows.Phone or is that what you meant ?
    can't find much here...
  7. Replies
    3
    Views
    1,252

    enabling various services of a wp7

    Hello, I had an idea of creating an app like a control panel where you could configure your phone on one simple screen. And I just want to ask you guys if that is possible or is that to be done only...
  8. [RESOLVED] silverlight wp7 vb.net gamerservices Guide.BeginShowKeyboardInput

    Hello,

    I am trying to find out a detail which I was expecting to be there but I can't see it:

    I am using a messagebox with an extry field, now the purpose of this is that it has to bring a...
  9. Re: hyperlink in code vb.net silverlight 2010

    Hi again,

    I actually just discovered this code that works ! :


    WebBrowserTask task = new WebBrowserTask();
    task.URL = "http://www.stackoverflow.com";
    task.Show();
  10. Re: hyperlink in code vb.net silverlight 2010

    Hi, thanks for reply

    I get this error:

    'HtmlPage' is not declared. It may be inaccessible due to its protection level.

    HtmlPage comes from System.Windows.Browser as I found in the msdn...
  11. [RESOLVED] hyperlink in code vb.net silverlight 2010

    Hello,

    I was looking for how to simply use the browser of the phone to jump to a link from my application.

    I found what seems to be used in c# which looks reasonable:
    ...
  12. VS 2008 Re: facebook extract json into bits

    no this is only used if permission is given or information is public

    anyways I have figured something out
  13. VS 2008 [RESOLVED] facebook extract json into bits

    Hello,

    I have been working on a project to read some data of facebook user walls. So I have researched I need to use json and System.Web.Script.Serialization to extract the required data I...
  14. VS 2008 Re: databinding combobox with distinct 'Category' items only

    I thought I could configure the databinding avoiding additional coding but that's ok I guess I'll just populate it manually then

    thanks
  15. VS 2008 [RESOLVED] databinding combobox with distinct 'Category' items only

    Hello,

    I got a combobox that I populate with items by using databinding options which works fine, but what if I only want to only select the distinct items, was trying to do that but no avail so...
  16. Replies
    7
    Views
    1,230

    Re: SQL database restoring

    Hello again,

    this is what I get when I select my bak file for this database

    any ideas what could be wrong?
  17. Replies
    14
    Views
    2,414

    Re: [RESOLVED] SQL Server authentication

    then that's very unlucky because the application I am trying to sat up here doesn't like SQL Logins but no worries at least I know now

    Thanks
    resolved
  18. Replies
    14
    Views
    2,414

    Re: [RESOLVED] SQL Server authentication

    no this is only a simple LAN NETWORK
  19. Replies
    14
    Views
    2,414

    Re: [RESOLVED] SQL Server authentication

    no it still doesn't work that way either, I tried quite a few of our PCs with usernames ... :(

    shouldn't I be able to browse properly to find users somehow
  20. Replies
    14
    Views
    2,414

    Re: [RESOLVED] SQL Server authentication

    when I am creating a Windows authentication login what name I have to put in? If I have a computer called HOST on our network. Do I have to put something like NETWORK\HOST which doesn't work and...
  21. Replies
    14
    Views
    2,414

    Re: SQL Server authentication

    thanks for cool guide !
    I got it all working on my database but the other one is for some reason not as easy. I create logins for it but still can't connect using them. I may need to put that data...
  22. Replies
    14
    Views
    2,414

    Re: SQL Server authentication

    I see, I didn't know I could actually use Windows mode for more than one PC for some reason :)

    Can I get few steps of how to associate another user

    I guess I would need to go to the Permissions...
  23. Replies
    7
    Views
    1,230

    Re: SQL database restoring

    I think because you are restoring on the same database it runs ok, but I am trying to use it on a new database and I get an error

    will post it later
  24. Replies
    14
    Views
    2,414

    Re: SQL Server authentication

    this SQL Server has been set to windows authentication which means allowing only this computer to use it. Is there an option I could allow another computer to connect to this database? Or is it...
  25. Replies
    7
    Views
    1,230

    Re: SQL database restoring

    This is how I do it, most settings comes like that under default and I suppose this is a backup of a database not a logfile. Then why did I get that error when trying to restore my old database on an...
  26. Replies
    14
    Views
    2,414

    [RESOLVED] SQL Server authentication

    Hello,

    I have a database that has been running on one machine using windows authentication for a while. But now lets say I need another computer to use the same database. Now I know the choice...
  27. Replies
    7
    Views
    1,230

    SQL database restoring

    Hello,

    I got a database I would like to restore but I only have a bak file. So no mdf and ldf files. Is it possible to restore it on an empty database? I have tried but no avail

    Thanks !
  28. Replies
    5
    Views
    792

    Re: do not allow replication SQL SSMS 2008

    I would also prefer to do it on the DB, how would you do it Gary ?
  29. Replies
    5
    Views
    792

    do not allow replication SQL SSMS 2008

    Hello,

    I need a few columns of my SQL table to be unique as well. I already have a primary key which is number based, but there is for example 'Description' and we don't want to enter product that...
  30. VS 2008 Re: [RESOLVED] binding dgv using calendar control using filter

    basically what I was trying to do all this time is this code below that works!:

    found this on another forum...
  31. VS 2008 Re: [RESOLVED] binding dgv using calendar control using filter

    I got that kevininstructor

    the second date is fine

    I need to improve on the TimeOut date that I get from the database

    So how can I get a record of the database which has the TimeOut date set...
  32. VS 2008 Re: [RESOLVED] binding dgv using calendar control using filter

    hello kevininstructor

    Ok so how do I compare the day month and the year not comparing the time to now day month and year



    CalendarBindingSource.Filter = "Timeout = '#" & Format(day,...
  33. VS 2008 Re: [RESOLVED] binding dgv using calendar control using filter

    or not really that only works if the time is 00:00:00 :(
  34. VS 2008 Re: binding dgv using calendar control using filter

    this is resolved now

    the correct code is as follows



    Dim day As Date = MonthCalendar1.SelectionRange.Start.ToShortDateString.ToString

    CalendarBindingSource.Filter = "Timeout = '#"...
  35. VS 2008 Re: binding dgv using calendar control using filter

    I have actually almost succeeded doing this but I have a problem

    the binding source works when it is set to this - "DateOfOrder >= '#3/4/2011#'
    but it doesn't work when it is set to this -...
  36. Re: [RESOLVED] [2005] BindingSource.Filter between two dates

    I am trying to do the same with mine, I need the filter the match the day, month and the year



    Private Sub MonthCalendar1_DateChanged(ByVal sender As System.Object, ByVal e As...
  37. VS 2008 [RESOLVED] binding dgv using calendar control using filter

    Hello, I am using a typed dataset in my Calendar application.

    I got a datagridview and a calendar control

    I want to control the dgv data by using the calendar event 'date selected', so when a...
  38. Replies
    7
    Views
    774

    VS 2008 Re: LINQTOSQL question

    Okey, I've done my login which I think is quite cool



    Dim db As New DataClasses1DataContext

    Dim query = (From m In db.Members Where m.EMAIL = txtUsername.Text AndAlso m.PASSWORD =...
  39. Replies
    13
    Views
    970

    VS 2008 Re: datagridview question

    I am just wondering how often does the cellformating event fires because I think it keeps doing that as I navigate. But it have actually resolved my problem, it just seems to be a bit slower with the...
  40. Replies
    7
    Views
    774

    VS 2008 Re: LINQTOSQL question

    why I can't just do this?



    myid = dimlogin.id
Results 1 to 40 of 498
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width