Search:

Type: Posts; User: kankon

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    2,402

    VS 2019 GridView count colmun items

    GridView count colmun items
    I know this from sql server....
    how to do it from asp.net language c#

    sql code


    SELECT COUNT(OPsec)
    FROM Table_infoname
    WHERE OPsec='ENG'
  2. Replies
    5
    Views
    3,847

    VS 2019 Re: DateTime

    that's help me

    thank you very much I did make it finally




    protected void Button29_Click(object sender, EventArgs e)
    {
  3. Replies
    5
    Views
    3,847

    VS 2019 Re: DateTime

    thank jmc, can I get the code by C# asp.net Please.
  4. Replies
    5
    Views
    3,847

    VS 2019 [RESOLVED] DateTime

    hello , am using ASP.NET c#

    am trying calc 2 datetime from textbox , and I want add weekend days only Frieday (off )

    so if I calc from Sat 1/10 to Sat 7/10
    result well be 6 days
    Not 7 days
  5. Replies
    1
    Views
    1,303

    Re: data search by 2 or more

    update1 : when i try search by civilid work show me the Arabic font , when i type Arabic font still not working

    string sqlquery = string.Format("Select name,civilid from...
  6. Replies
    1
    Views
    1,303

    data search by 2 or more

    hello

    am trying make new search autocomplete its only work with English font ,how about Arabic font not working with UTF-8? , also adding name and civil id like my old search data .
    i did try...
  7. Thread: report viewer

    by kankon
    Replies
    0
    Views
    3,234

    report viewer

    hello I can make same in this MS.Word table , I need each page 12 row same in pic table

    am using asp.net c# , with sql database I have data like 200 users
  8. Replies
    1
    Views
    3,751

    VS 2013 Re: asp.net search and report viewer

    I just fix it


    ReportViewer1.LocalReport.DataSources.Add(new ReportDataSource("DataSet1", dt));
  9. Replies
    1
    Views
    3,751

    VS 2013 [RESOLVED] asp.net search and report viewer

    hello ,
    when I start the webform its working show the data from report viewer
    but when I search by name or civilid am getting error ( A data source instance has not been supplied for the data...
  10. Replies
    6
    Views
    1,181

    VS 2017 Re: scanner image to picbox

    thank you very much I make event after completed scan




    Private Sub AxScannerCompleted_1(sender As Object, e As EventArgs) Handles AxScanner1.scanCompleted
    PicPictureBox.Image =...
  11. Replies
    6
    Views
    1,181

    VS 2017 Re: scanner image to picbox

    sorry, its work only first press scan , not with this code
    PicPictureBox.Image = AxScanner1.Copy2PictureBox I need to press the button again
    so, its same thing 2 time I need to press

    I ...
  12. Replies
    6
    Views
    1,181

    VS 2017 Re: scanner image to picbox

    I did , its work but after finish scan I need to press it again so.. same thing :\
  13. Replies
    6
    Views
    1,181

    VS 2017 [RESOLVED] scanner image to picbox

    hello , someone help me with this code
    I have 2 button f
    first code work very well when I scan
    by button

    Private Sub Button151_Click(sender As Object, e As EventArgs) Handles Button151.Click...
  14. VS 2013 Re: count cell value of a datagridview column base on content

    yes it is , I just forget add
    Me.Table_EXPTableAdapter.Fill(Me.kankonDataSet.Table_EXP)


    now its working very well thank you jum

    Me.Table_EXPTableAdapter.Fill(Me.kankonDataSet.Table_EXP)...
  15. VS 2013 [RESOLVED] count cell value of a datagridview column base on content

    hello,
    there is old thread from here : http://www.vbforums.com/showthread.php?657300-how-to-count-cell-value-of-a-datagridview-column-base-on-content



    am trying do same thing , is this correct...
  16. Replies
    2
    Views
    1,820

    Re: ASP.NET C# searching more string

    update 1:
    thank you very much for fast replay
    so if I need add more just add (( OR )) also add sqlcomm.Parameters.AddWithValue("mobile", TextBox1.Text);

    update 2:
    work very well
  17. Replies
    2
    Views
    1,820

    [RESOLVED] ASP.NET C# searching more string

    am beginner for ASP.NET C# ,
    my code work as well with 1 search for name by SQL Server,is there way to add more like mobile number
    ore otherer thing for search like Name, Mobile Number, Civil...
  18. Replies
    7
    Views
    1,591

    VS 2013 Re: vb.net: calcal 2x time

    probable from sql server record data?
    i did try with
    time7 , date, datetime and nvarchar , same thing
  19. Replies
    7
    Views
    1,591

    VS 2013 Re: vb.net: calcal 2x time

    thanks I ll try it right now


    2- update : ur code only Customformat for DateTimePicker1
    the problem with textbox70
  20. Replies
    7
    Views
    1,591

    VS 2013 Re: vb.net: calcal 2x time

    am trying to calcal to datetime for 12h start time from 8:00 am the second time from 10:00 AM ~ 12:00 PM to 2:30 PM, but when I try there is no difference still same thing.
    I just change my code...
  21. Replies
    7
    Views
    1,591

    VS 2013 vb.net: calcal 2x time

    hello , how to remove last sec with -
    I did try with format time and nothing happened change

    am getting 0ver none 13:00:00-

    my code

    Private Sub DateTimePicker1_ValueChanged(sender As...
  22. Replies
    6
    Views
    1,259

    VS 2013 Re: vb.net search textbox slow

    work now , better then before , thanks guys
  23. Replies
    6
    Views
    1,259

    VS 2013 Re: vb.net search textbox slow

    probably from sql server db , bec i make new form its same slow
    check video the search box when i write slow
    https://files.fm/f/ryy2j7qu
  24. Replies
    6
    Views
    1,259

    VS 2013 Re: vb.net search textbox slow

    like 240
  25. Replies
    6
    Views
    1,259

    VS 2013 [RESOLVED] vb.net search textbox slow

    hi,
    is this code make my search db slow or am wrong with this code ?
    an which better
    second, and sometime when i search first name
    if there is like

    ahmed hamad
    kankon blabla
    hamad zero
  26. VS 2013 Re: [RESOLVED] datetime change color over 15 days

    thank you very much , i learn something new from you
    yah really its more short code now
  27. VS 2013 Re: datetime change color over 15 days

    thank you very much , but not working .....
    but i fix my coe and add from ur code this >


    If totaldayz > 15 Then
    TextBox69.BackColor = Color.White
    Else
    If...
  28. VS 2013 Re: datetime change color over 15 days

    i mean under 15 days
  29. VS 2013 [RESOLVED] datetime change color over 15 days

    hello
    looking for help, make my background TextBox69.Text change to red color if date under 15 days ?
    my code

    Dim Borrow As DateTime = Convert.ToDateTime(Date.Now.ToString("yyyy/MM/dd"))
    ...
  30. Replies
    11
    Views
    2,428

    Re: Add command from sql server

    Yes it’s same
  31. Replies
    11
    Views
    2,428

    Re: Add command from sql server

    with first pc work very well
    second pc i can connect by sql server by user and pass : but the command not work by sql server or my app vb.net
  32. Replies
    11
    Views
    2,428

    Re: Add command from sql server

    well , its work now just with first pc with db , my second pc not working :\
  33. Replies
    11
    Views
    2,428

    Re: Add command from sql server

    sorry did not upload the image,
    also am using the second pc the first pc with db
    also i add permission db_ddladmin and the db_owner
  34. Replies
    11
    Views
    2,428

    Re: Add command from sql server

    ok ?
  35. Replies
    11
    Views
    2,428

    Add command from sql server

    Hello,
    Am trying use command from SQL server on my vb.net by press button.

    command
    DBCC DROPCLEANBUFFERS
    am getting error


    Private Sub Button168_Click(sender As Object, e As EventArgs)...
  36. Replies
    0
    Views
    636

    VS 2013 Problem with report viewer image

    hello
    what is the problem with my code is there something missing ?

    when I try select the location it show me in form the name , location where and the image.
    everything good only the problem...
  37. Replies
    11
    Views
    2,608

    VS 2013 Re: write Null to sql server ?

    am still get nothing

    isn't like this ?


    'Admin
    Private Sub RadioButton1_CheckedChanged(sender As Object, e As EventArgs) Handles RadioButton1.CheckedChanged
    AdminTextBox.Text =...
  38. Replies
    11
    Views
    2,608

    VS 2013 Re: write Null to sql server ?

    sorry mySqlCommand is this mean my connection ?
    or i need make new connection

    dim mySqlCommand as new New SqlConnection("Data Source=KANKON\SQLEXPRESS;Initial Catalog=kankon;Persist Security...
  39. Replies
    11
    Views
    2,608

    VS 2013 Re: write Null to sql server ?

    am using button save data


    Private Sub Button40_Click(sender As Object, e As EventArgs) Handles Button40.Click
    Me.Validate()
    Me.Table_infonameBindingSource.EndEdit()
    ...
  40. Replies
    11
    Views
    2,608

    VS 2013 Re: write Null to sql server ?

    sorry did not understand you what do you mean , should add then code with my code like this ?


    If(String.IsNullOrWhitespace(AdminTextBox.Text), DBNull.Value, AdminTextBox.Text) then
    ...
Results 1 to 40 of 104
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width