Search:

Type: Posts; User: valleteclark12

Search: Search took 0.02 seconds.

  1. Re: check result after searching website

    You must add javacript function checkall to header after raise event click
  2. VS 2010 Re: There is no editor available for 'Form1.vb'

    Now Recreate your project, this s problem window
  3. Replies
    6
    Views
    1,117

    VS 2010 Re: code auto generate failed

    I think you have never used use Padleft, Padright in vb.net.

    With your problem you can use code as following:


    Dim number As Integer = 123
    Dim strNumber As String = number.ToString()...
  4. Replies
    8
    Views
    1,240

    VS 2010 Re: Due date monthly

    I do not understand your question :(
  5. Replies
    6
    Views
    1,117

    VS 2010 Re: code auto generate failed

    Pls read error message. You can not use operator "+" at here.
    See line: Varstr3 & mid(.item....
    You can debug to get real value, it's easily
  6. Re: Writing to database Current Date.Time in format

    Insert current datetime you can read here: https://msdn.microsoft.com/en-us/library/bb630353.aspx
  7. Replies
    4
    Views
    1,980

    Re: SP and MVc

    Are you a student?
    If you dont want Entity framework, you can user LINQ,and model 3layer....
  8. Replies
    2
    Views
    658

    Re: Exit Code

    Now Try again with property "Dropdownlist".
  9. Replies
    16
    Views
    2,065

    VS 2013 Re: savefiledilog from link website

    Yes, as my app, please run now;
    or Chat skype with me now: lvpho85
  10. Replies
    16
    Views
    2,065

    VS 2013 Re: savefiledilog from link website

    Yes that, You need enter your location save images, app will save to.

    Please open my project with VS 2010 or higher and run before give me question how to use
  11. Replies
    16
    Views
    2,065

    VS 2013 Re: savefiledilog from link website

    Anybody dont want get attach, get code below:

    form Design:

    <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
    Partial Class Form1
    Inherits System.Windows.Forms.Form

    ...
  12. Replies
    16
    Views
    2,065

    VS 2013 Re: savefiledilog from link website

    Ok i think, i understand, please get my attach to get Code demo by Vb.net
    Before Download files my app wil call save file dialog
    125181
  13. Replies
    16
    Views
    2,065

    VS 2013 Re: savefiledilog from link website

    Please read more here: http://stackoverflow.com/questions/14522716/file-download-execute-vb-net
  14. Re: Run-time err in VB.NET pgm that wrkd w/Office XP but quit whn upgraded to Office

    Thanks. i am getting the same error
  15. Re: display customer name in drop down list

    Have a lot of way to display dropdownlist, below is one:

    In code behide:

    public ActionResult Index()
    {
    var lst = new List<ObjectInfo>();
    for (int i = 1; i <...
  16. Replies
    2
    Views
    802

    Re: records are not showing

    Can you say clearly and show your code display data ?
Results 1 to 16 of 16



Click Here to Expand Forum to Full Width