Search:

Type: Posts; User: Ubimia

Search: Search took 0.04 seconds.

  1. Re: How to search or find the record & display it in the DataGrid?

    This is how I search a Dataset...


    'Create a dataview
    dim dv as new dataview

    'Associate the dataview to _oDs (Dataset table)
    dv.Table = _oDs.Tables("tblCapitalCategory")

    Dim drv As...
  2. Replies
    3
    Views
    10,075

    Re: VB.NET create Notepad File?

    Ok this is the code you needed!


    Imports System
    Imports System.IO
    Imports System.Windows.Forms

    Namespace MoreFileOps2
    Public partial Class Form1
    Inherits Form
  3. Re: How to refresh database after adding a new record?

    • To add a record to the database, we invoke the AddNew method. The syntax for our example data control is:

    dtaExample.Recordset.AddNew

    This statement will blank out any bound data tools and...
  4. Re: Page turning utility software for the web application!

    Hey you can try this what i found on the google!
    http://www.fsi-viewer.com/?show=/fsi_pages_demo.html

    I hope this helps you!
  5. Replies
    3
    Views
    24,452

    Re: Code to detect USB drive in VB.NET?

    You'll need WMI for this. It will allow you to enumerate all removable
    devices in the system and query their properties such as label, serial
    number etc. If you want notification of when a drive is...
  6. Re: What is the relation between view and Sequence

    The similarity is that both are sort of "virtual tables", i.e., not physically stored but their data is "generated" when they are interrogated.
    Apart from that, not much similarity.

    If by...
  7. Replies
    5
    Views
    5,351

    Re: Clrscr() & Gotoxy() in C compiler?

    There are few functions which are available in some compliers but not the others.

    say the example :- The functions 'void, clrscr() etc are not in ANSI C++, while it is supported by turbo c++.
    ...
  8. Re: Putting a dropdownlist in the column header of a GridView

    You can write the code in the row databound event of the gridview.

    such as like this

    in that event...

    1. first you specify some unique datakeynames for gridview.
    2. whenever that...
  9. Re: VB.Net to open a file download in IE browser directly without asking the end user

    What kind of the file is that you want to open in client browser?
    IE will only trust certain recognised files not the .exe or .vbs etc.
    You might be able to use the content-disposition: inline...
  10. Replies
    3
    Views
    2,119

    Re: Self made Button In C#

    An alternative is to create a new bitmap of appropriate size and draw an
    icon in each corner of the bitmap. Then assign this new bitmap to the
    buttons image property.
    OR
    Have a look at this...
  11. Replies
    4
    Views
    6,415

    C# : Setting Date & time

    Hi,
    I want to set the date & time in Pocket PC using C# windows form application with Compact framework.
    Actually I am trying to synchronize the date & time with the db server.
    Need some guidance...
  12. Re: Error in ASP.NET Application & windows server 2003

    Well thanks for the reply!
    I tried both the suggestions but the problem still persists.


    <identity impersonate="true" userName="user" password="pwd"/>

    i'm trying to access these files through...
  13. Error in ASP.NET Application & windows server 2003

    Hi,
    I am having this problem with ASP.NET application i have developed with Visual Studio, Windows Server 2003, VB.NET, Framework 2

    The error i am getting is while i am trying to access the...
  14. Re: DataGrid with Fixed header & scroll in ASP.NET

    check this out

    http://www.codeguru.com/columns/vb/article.php/c14209/
    and
    Matt Dotson's .Net Tips and Tricks

    http://blogs.msdn.com/mattdotson/ar...sp-net-2-0.aspx

    hopes this help
  15. Replies
    3
    Views
    1,749

    Re: Connecting Oracle Database with ASP dotnet

    hello

    It would be easier if you first try accessing the Oracle database
    from within winforms application (which of course, runs under your
    credentials) to pinpoint the problem.
  16. Replies
    1
    Views
    6,953

    Re: Selecting item in Listview with C#

    Hi,
    I don't think there is selectIndex property in listview but,
    You can use ListViewItem.Selected property to select the item.


    listView1.Items[0].Selected =true;


    I hope this solves your...
  17. Thread: Winzip question

    by Ubimia
    Replies
    3
    Views
    1,136

    Re: Winzip question

    Step 1. Double click on the zipped file. Winzip® will open automatically. You will be able to see all the files inside the zip.
    Step 2. Click on Extract on the toolbar at the top and a window will...
  18. Have you had antivirus programs in the past on...

    Have you had antivirus programs in the past on this system? If so what ones? It could be a conflict.
  19. Hi, What is your OS? What are your system...

    Hi,

    What is your OS? What are your system specs?
  20. Replies
    2
    Views
    799

    There is no direct upgrade path from Vista Home...

    There is no direct upgrade path from Vista Home to Vista Business - you would have to do a clean install.
    See...
  21. Replies
    4
    Views
    902

    Hands down, the Biostar M7NCD-Pro OR M7NCD-Ultra,...

    Hands down, the Biostar M7NCD-Pro OR M7NCD-Ultra, the ultra has SATA and IDE-RAID

    they are both very cheap for what they offer, i got my ultra for $87
  22. Thread: Google toolbar?

    by Ubimia
    Replies
    6
    Views
    2,728

    My favorite uses for the Google toolbar are:...

    My favorite uses for the Google toolbar are:
    1)Bookmarks
    2)Pagerank
    3)Gmail
    4)Autofill
    5)Cached Pages
  23. It's solid and looks amazing. The laptop style...

    It's solid and looks amazing. The laptop style keys are awesome to type on. I've heard complaints on the volume and touchpad, but for what it's designed for (multimedia use) it's perfectly fine.
  24. Replies
    4
    Views
    1,371

    Thanks but is there anything else i need to do...

    Thanks but is there anything else i need to do before running the setup?
  25. Replies
    4
    Views
    1,371

    Installing .net on vista please help

    I want to install .net since i am about to leard it want to install it on my PC having Vista 32bit please help me with this.
  26. Replies
    5
    Views
    1,351

    Ok what you need to do is download your sound...

    Ok what you need to do is download your sound driver from http://www.ecsusa.com/ECSWebSite/Products/ProductsDetail.aspx?detailid=531&DetailName=Driver&MenuID=7&LanID=9
    Just make a system restore...
  27. Replies
    5
    Views
    1,351

    Just try this basics first 1) Go to start/...

    Just try this basics first
    1) Go to start/ control panel/ administrative tools/ component services/ services.
    2) Scroll down to Windows audio and make sure that it is enabled. If not simply click...
Results 1 to 27 of 27
Page generated in 1,711,662,853.22657 seconds with 15 queries