User Profile

Collapse

Profile Sidebar

Collapse
iqbalnazim
iqbalnazim
Last Activity: Nov 20 '12, 05:13 AM
Joined: Oct 9 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Datagridview ROWHEADER position after refresh Grid

    I am facing this problems in my project!

    I have a DATAGRIGVIEW1 which is refreshing in every 10 sec. to update records.

    After refreshing the ROWHEADER (Left Black pointer or record Indicator) move to first Record, but my ROW is selected, only ROWHEADER goes up which create a problem by clicking NEXT button.

    I am NEW here don't know to allow to paste code or not!

    Code:
    Private Sub Timer1_Tick(ByVal
    ...
    See more | Go to post

  • It is easy man....
    ru using MYSQL database

    set this in myphpadmin
    Field: "what ever your field name"
    Type:text
    Collation:utf8_ unicode_ci

    Optional:USE:We bPad_0.5_Releas e as a Text Box for input
    and every HTML page check this meta type is there

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    See more | Go to post

    Leave a comment:


  • Web service for uploded database www to local database ...

    I have 2 same data base
    one in my PC Localhost and other on my site.

    I need to make a web srevice to update my local database from my site just one table not the whole database.

    Table is same, Fields are same
    Table:
    tblnews

    Is it possible pleas help!
    See more | Go to post

  • HERE IS MY VB.NET CODE:

    Code:
    Imports MySql.Data.MySqlClient
    
    
    Public Class Spider_Prompt
    
        Dim conn As Common.DbConnection
        Dim da As Common.DbDataAdapter
        Dim ds As DataSet = New DataSet
        Dim cnString As String
        Dim query_rundown As String
        Dim query_tblrundownnames As String
        'Dim dt As DataTable
    
    
        Private Sub Form1_Load(ByVal
    ...
    See more | Go to post
    Last edited by Rabbit; Oct 9 '12, 09:37 PM. Reason: Please use code tags when posting code.

    Leave a comment:


  • VB.net cannot Retrive Arabi or Urdu from MySql WAMP server

    I need your help, I am working on a project, MYSQL and PHP based,with WAMP SERVER. I have a field storytext, (data collected in URDU language UTF-8) detail are:


    Field:storytext
    Type:text
    Collation:utf8_ unicode_ci (I tried all given collation in my phpadmin)
    Null:Yes
    Default:NULL


    Retrieving URDU Data from MY SQL 5.5.8 running on wamp server with PHP is OK,

    And the soft ware is...
    See more | Go to post
    Last edited by iqbalnazim; Oct 9 '12, 09:22 PM. Reason: forget to add code
No activity results to display
Show More
Working...