Search:

Type: Posts; User: sandeepv415

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    12,529

    Re: Show pictures with Visual basic metro?

    dim str as string
    openfiledialog1.showdialog()
    str=openfiledialog1.fielname
    picturebox1.picture=System.drawing.images...
  2. Replies
    2
    Views
    17,131

    Re: gridview item style

    Try
    gridvbiew1.EditIndex = e.NewEditIndex
    BindTheData()

    Catch ex As Exception
    Response.Write(ex.Message)
    End Try

    in the RowEditing if you are editing data.
  3. Replies
    5
    Views
    17,720

    Re: Saving text in textbox

    If you do then you can just place it inbetween the textarea tags like this...

    <Textarea> Text here </Textarea>

    If you want to display something from a mysql database you can just echo it
    ...
  4. Replies
    5
    Views
    17,720

    Re: Saving text in textbox

    when uyou want to save text i textbox you have to select a controls key with strings
  5. Replies
    22
    Views
    2,853

    Re: Hotel Management System

    This particular hotel management will add variety to management course which includes hotel administration, hospitality, management of food and beverages. This course will add technical blend and...
  6. Replies
    6
    Views
    1,324

    Re: way to match database schema?

    Create the DTS Package and verify that you can execute it in DTS Design Mode. Verify the view was indeed copied to the remote server. You may have to drop the destination object each time the package...
  7. Replies
    8
    Views
    1,499

    Re: No Data shown in DataGridView

    i have large database, using gridview control to display the all data from sql database, using c#.net and asp.net. but it produce system.out of memory exception. i give the code is
    //code:...
  8. Replies
    1
    Views
    1,154

    VS 2013 Re: how get ihtmldocument2 from hwnd

    Let's say I have Page A, or the homepage

    Then say I create Page B which is... Say an "Contact Info" document which I also make in HTML

    Is there a way I can link Page B to the home page/Page A?...
  9. Re: How can i save items in listbox and tabs in tabcontrol

    You will need to loop through each item and use an SOL query to insert them into the database.
    One way:
    File.WriteAllLines("SomeFileName",
    listBox1.Items.Cast<Object>( ).Select(x => x.To...
  10. Replies
    4
    Views
    1,125

    Re: adding row to dataset

    I have one database table functionally on my server. i deleted few of rows and added few rows to that table using my online app or local database.
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width