Search:

Type: Posts; User: arshesander

Page 1 of 13 1 2 3 4

Search: Search took 0.06 seconds.

  1. VS 2013 Call PlaceHolder control in a Static Void

    How can I call placeholder control or create a new placeholder inside a Static Void method?
    because I want to view the result inside of it.
  2. Replies
    0
    Views
    402

    VS 2013 Loading data to tables

    I can already populate the data to table using Asp.Net. Now what I want to happen is when I click a row on the table 1, all the details will display on table 2 using the reference on table 1.
    ...
  3. Replies
    3
    Views
    1,154

    using if in LINQ while looping

    using code like this in LINQ to populate item in a combo box
    from x in xList select
    comboBox1.Items.Add(x.ItemDesc);

    my problem is how can I use a IF code inside a loop?
  4. Replies
    1
    Views
    655

    TextBox Lost Focus

    I have this code to check if the textbox is empty on lost focus. Setting IsAutoPostBack = True and using TexTChanged.


    if (string.IsNullOrEmpty(TextBox1.Text))
    {
    ...
  5. VS 2015 populate DetailsViewModel in dropdown list

    in Controller I have this code,


    HeaderViewModel model = new HeaderViewModelViewModel()

    and in View,

    @model HeaderViewModel
  6. Replies
    0
    Views
    784

    VS 2013 Disable & Enable button for Edit

    in Edit.cshtml I add


    <input type="button" value="Disable Account" />

    also this script to toggle the button


    <script>
    $('.account-status').click(function()
  7. Replies
    3
    Views
    942

    VS 2013 Re: mvc password logic

    Thanks for reply. The scenario is like this. The user will edit his profile in edit form from username to password. If the user will not fill up the password then his current password remain
  8. Replies
    3
    Views
    942

    VS 2013 mvc password logic

    can I do this mvc5 for update user. [Password] is required but the [Confirm] will only work if [Password] is not empty. So if [Password] is empty, no need to update for [Password]
  9. Replies
    0
    Views
    615

    language support for MVC

    how to best implement language support for MVC projects?
  10. Re: set Date input type using server side code

    im not using MVC, i'm using .aspx page
  11. set Date input type using server side code

    I have a Date input type on my page..


    <input type="date" id="date1" runat="server">

    but my problem is how can I set a value of set using server side code?
  12. Replies
    0
    Views
    842

    Crystal report name space

    in my solutions, the namespace is WindowsFormApplication1.Project1

    but the problem when I add a new folder (Reports) and I add a Crystal Report on it, the namespace of the crystal report is...
  13. Godaddy Remote MS SQL Server extremely SLOW

    I have a MS SQL Server database in Godaddy.com and i access it remotely using VB.Net. the problem it takes too long to load my 200+ records.. almost 10mins.

    Can anybody help me solved this please?
  14. Replies
    2
    Views
    959

    Undisplaying Minimum Date

    using formula field in crystal report.. What should I do so that the minimum date value in crystal report will not show?
  15. VS 2012 Error on Image Size: Parameter is not valid

    Why I encounter this error

    {"Parameter is not valid."}

    when I put this code:


    Image1.Size = Image1.Image.Size
  16. VS 2012 Re: remove checkbox item on a selected row

    thanks.. it works
  17. VS 2012 remove checkbox item on a selected row

    i set the 3rd column of a datagridview into a checkbox..
    is it a possible if the first row of the datagridview has no checkbox? and the succeeding row has checkbox?
  18. Thread: vb to c#

    by arshesander
    Replies
    10
    Views
    3,788

    2.0 Re: vb to c#

    why constant.vbback? vbback is for vb right?
  19. Thread: vb to c#

    by arshesander
    Replies
    10
    Views
    3,788

    2.0 vb to c#

    How do this work on c#?


    Public Function NumericOnly(ByVal eChar As Char) As Boolean
    Dim chkStr As String = "0123456789"
    If chkStr.IndexOf(eChar) > -1 OrElse eChar = vbBack...
  20. Replies
    1
    Views
    575

    VS 2012 variable String() on row count

    I use this code to fill the variable sValue


    Dim sValues As String() = {"One","Two","Three"}

    but how about if it is base on the number of rows? what code should i write?
  21. Replies
    4
    Views
    1,838

    Re: Crystal Report SetDataSource

    YES



    How can I do that? do you have sample of code please?
  22. Replies
    4
    Views
    1,838

    Crystal Report SetDataSource

    i have this code to view items on crystal report


    Dim il As ItemList = ItemList.GetItemList()
    Dim oRpt As rptItems
    oRpt = New rptItems
    oRpt.SetDataSource(il)


    The il return Itemlist (list...
  23. Replies
    4
    Views
    702

    VS 2012 Re: Getting List problem

    uh ok thanks. what report should I use?
  24. Replies
    4
    Views
    702

    VS 2012 Re: Getting List problem

    yes it works with


    Dim il As IList(Of Item) = ItemList.GetItemList()

    But when connecting with crystal report the problem is


    Dim il As IList(Of Item) = ItemList.GetItemList()
    Dim oRpt As...
  25. Replies
    4
    Views
    702

    VS 2012 Getting List problem

    Dim il As List(Of Item) = ItemList.GetItemList()


    The ItemList.GetItemList() return list of items but i still encounter this error:

    Value of type 'BusinessObjects.ItemList' cannot be converted...
  26. Replies
    0
    Views
    584

    VS 2012 crystal report on vb.net

    i have this code to view items on crystal report


    Dim il As ItemList = ItemList.GetItemList()
    Dim oRpt As rptItems
    oRpt = New rptItems
    oRpt.SetDataSource(il)

    But i encounter this message:...
  27. Replies
    3
    Views
    469

    SQL Server fully restored

    Hi, I accidentally delete the database in SQL Server. I thought it was the database which they are not using but is the one i deleted? I'm using SQL Server 2008 r2.

    Please i really need your help...
  28. Replies
    5
    Views
    2,295

    VS 2010 Re: Multi Mouse

    using vb.net, i can use both 2 usb mouse.. working simultaneously.. I dont know if it is on the hardware or os?
  29. Replies
    5
    Views
    2,295

    VS 2010 Multi Mouse

    Hello how can I make my two mouse (USB) work at the same time using vb.net?
  30. Replies
    0
    Views
    1,004

    VS 2010 webcam capture - problem

    using the code below, it works to view from webcam when I click the start.
    The problem is when I click the stop and try to start again. the webcam doesnt work anymore..
    I'm using windows 8. I...
  31. VS 2010 capture image from webcam and store to the database

    hello, how can capture the image from a webcam and store it to my database? using sql server
  32. Replies
    1
    Views
    662

    VS 2010 List (of objects)

    hello this is my problem..

    I have a list of object from Form1 having ItemCode and itemName and I want that list to be shown in other form.. I use Structure but I dont make it..

    What code...
  33. Replies
    1
    Views
    825

    VS 2012 panel auto scroll

    why when I set the panel control auto-scroll to true, the panel is already scrolled on the middle? it should start the first. what should I do?
  34. Replies
    1
    Views
    696

    LineObject Height

    Hi, using crystal report in vb.net 2010 & 2012, my problem is the height of the Line Object control.

    All I want to happen is make the height of Line Object base on the height of the paper even how...
  35. Replies
    4
    Views
    1,744

    Re: Get Row of Column By Value

    thanks, so what should I do to correct this code?
  36. Replies
    1
    Views
    595

    MS SQL Server w/ iOS

    Hello, using XCODE how can I connect my SQL Server database to view my records?
  37. Replies
    4
    Views
    1,744

    Get Row of Column By Value

    Using the TSQL code doesn't work when I want to search a column with a value..



    CREATE PROCEDURE [dbo].[SearchPeople]
    @FieldName NVARCHAR(50), --Column Name
    @FieldValue NVARCHAR(50) ...
  38. Replies
    4
    Views
    1,081

    Re: casting byte

    how about using c#? i dont know how to use php
  39. Replies
    12
    Views
    1,552

    C# TO VB.NET Code

    how can i convert this code to vb.net?


    (dr["DateField"] == DBNull.Value) ? (DateTime?)null : ((DateTime)dr["DateField"]),
  40. Replies
    4
    Views
    1,081

    casting byte

    im trying to cast a field which is VARBINARY using this code
    (Byte)dr["IMG1"]
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width