Search:

Type: Posts; User: LuxCoder

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. VS 2005 Same background color of rows having same data

    Hello

    I am trying to change background color of rows in datagridview having same data with this code but am not getting desired results. Can anyone please help?


    Private Sub...
  2. Replies
    6
    Views
    2,266

    VS 2008 Re: BindingSource.Position issue

    This works :)


    RemoveHandler TextBox1.TextChanged, AddressOf TextBox1_TextChanged
    Me.OrdersTableAdapter.Fill(Me.OrderBookingDataSet.Orders, Master.c)
    AddHandler TextBox1.TextChanged, AddressOf...
  3. Replies
    6
    Views
    2,266

    VS 2008 Re: BindingSource.Position issue

    This doesn't work.


    Me.OrdersBindingSource.Position = OrdersBindingSource.Find("ord", Master.o)
    Me.OrdersTableAdapter.Fill(Me.OrderBookingDataSet.Orders, Master.c)
  4. Replies
    6
    Views
    2,266

    VS 2008 Re: BindingSource.Position issue

    I would like to set the position before binding. how can i do that?
  5. Replies
    6
    Views
    2,266

    VS 2008 BindingSource.Position issue

    Hi,

    I am using the following code to populate data in Textbox1:


    Me.OrdersTableAdapter.Fill(Me.OrderBookingDataSet.Orders, Master.c)
    Me.OrdersBindingSource.Position =...
  6. Replies
    28
    Views
    4,865

    Re: [2008] |DataDirectory| , Vista, and MSI ?

    Thank you. I got it sorted :)
  7. Replies
    28
    Views
    4,865

    Re: [2008] |DataDirectory| , Vista, and MSI ?

    That is something even i am wondering.. What should i check and how do i fix it?
  8. Replies
    28
    Views
    4,865

    Re: [2008] |DataDirectory| , Vista, and MSI ?

    Hi,

    I have developed a project using SQL Server 2005 Express edition and VS2008. It is working fine on the development pc but when i deploy the application on any other machine i am getting the...
  9. Replies
    7
    Views
    957

    Re: [RESOLVED] HTTP query

    i am using the following:

    Public Function GetUrl(ByVal Url As String, ByVal PostData As String, ByVal GZip As Boolean) As String
    Dim Http As HttpWebRequest = WebRequest.Create(Url)
    ...
  10. Replies
    7
    Views
    957

    Re: [RESOLVED] HTTP query

    Thanks GEP,

    It works well but it seems to take lot of time even on my broadband connection.. is there a faster way to do this??
  11. Replies
    7
    Views
    957

    Re: HTTP query

    Hi,

    Yes thats how the SMS service provider has given the syntax to query the remaining balance using http. All i want is to extract the result and convert it to string. There is no exception...
  12. Replies
    7
    Views
    957

    [RESOLVED] HTTP query

    Hi,

    I have a http command to query the number of SMS left in my account. When i hit the following address in the address bar i get the result as 'Your balance is 642' in the web page.
    ...
  13. Re: [RESOLVED] Change DataGridView cell color based on other columns

    The code is working fine but the color goes to normal if i sort the DGV by any column,, how can it be permanently colored ??
  14. Replies
    7
    Views
    1,050

    VS 2005 Re: Datagridview update not working

    by using msgbox ?
  15. Replies
    7
    Views
    1,050

    VS 2005 Re: Datagridview update not working

    how do i test the return value of my Update method?
  16. Replies
    10
    Views
    1,240

    VS 2005 Re: DataGridView reload

    I am not using dataset to update my DB. I am using DataGridView only to show the records from DB. I am adding, editing the DB through other forms. What i am looking for is to refresh the DataGridView...
  17. Replies
    3
    Views
    1,515

    VS 2005 Re: DataGridView Select Column

    I am using the following code to add a select column in my DGV. The header checkbox is enabling me to select/deselect all the displayed rows in DGV but when i try to select an individual row, it...
  18. Replies
    10
    Views
    1,240

    VS 2005 Re: DataGridView reload

    hello ??
  19. Replies
    7
    Views
    1,050

    VS 2005 Re: Datagridview update not working

    anyone plz help !!
  20. Replies
    7
    Views
    1,050

    VS 2005 Re: Datagridview update not working

    alright, even after removing it the changes are not affecting the DB :(
  21. Replies
    7
    Views
    1,050

    VS 2005 Datagridview update not working

    I am trying to update my DGV with the following code. i have generated SQL update command in the tableadapter. but still the changes are not affecting the DB.

    Any suggestions?


    If...
  22. Replies
    5
    Views
    1,046

    VS 2005 Re: Cannot import Excel data

    After some modifications i used the following command to import:


    SELECT Slno, State, District, City, Village, pincode
    INTO [D:\PROJECTMW\MACHINEWALE\MACHINEWALE\databasemw.mdf].locations...
  23. Replies
    5
    Views
    1,046

    VS 2005 Re: Cannot import Excel data

    ok.. can u give me an example?
  24. Replies
    5
    Views
    1,046

    VS 2005 Re: Cannot import Excel data

    Done that! Still getting same error :(
  25. Replies
    5
    Views
    1,046

    VS 2005 Cannot import Excel data

    I am getting this error :



    While trying to import my excel data into sql express database using following:



    Dim excelConnection As System.Data.OleDb.OleDbConnection = New...
  26. Replies
    12
    Views
    1,138

    VS 2005 Re: [RESOLVED] DGV Combined Filter

    I am using the following to join the filter string and perform a filter on the DGV. I tried a lot but it gives me error




    Dim filters As New List(Of String)
    If...
  27. VS 2005 Re: [RESOLVED] How to get set of values in one msgbox

    Thank you pradeep.
  28. VS 2005 Re: How to get set of values in one msgbox

    Thanks
  29. VS 2005 Re: How to get set of values in one msgbox

    Is there a simpler way to get an array assigned to a string?
  30. VS 2005 Re: How to get set of values in one msgbox

    I have modified you suggestion and tried using it as below. But i am not getting the desired result. What could possibly be wrong in here?


    Try
    Using connection As New...
  31. VS 2005 [RESOLVED] How to get set of values in one msgbox

    This piece of code is returning the multiple values of Category in MsgBox one by one. How can i make it to show all the values of category in one MsgBox separated by commas and store it in a String?...
  32. Replies
    10
    Views
    1,240

    VS 2005 Re: DataGridView reload

    anyone please???
  33. Replies
    10
    Views
    1,240

    VS 2005 Re: DataGridView reload

    :| :|
  34. Replies
    10
    Views
    1,240

    VS 2005 Re: DataGridView reload

    Yes the record has successfully been inserted into the DB. The DGV is perfectly bound to the DataTable as i am using the second statement to populate it on Load. But once i have inserted the record...
  35. Replies
    10
    Views
    1,240

    VS 2005 DataGridView reload

    After adding a row into the DB i am using the following to show me the DGV containing recently added data but it is not showing up.



    MWClientDataSet.Clear()...
  36. Replies
    5
    Views
    5,272

    Re: Refresh DataGridView

    After adding a row into the DB i am using the following to show me the DGV containing recently added data but it is not showing up.


    MDIParentMW.MWClientDataSet.Clear()
    ...
  37. Replies
    12
    Views
    1,138

    VS 2005 Re: DGV Combined Filter

    Thank you.
  38. Replies
    12
    Views
    1,138

    VS 2005 Re: DGV Combined Filter

    Tried what you suggested.
    But how does it matter what even it is being used?

    Is it not that, that the other blank textboxes and comboboxes are included in the filter when they have no values in...
  39. Replies
    3
    Views
    1,515

    VS 2005 Re: DataGridView Select Column

    Anybody any idea on the first part???
  40. Replies
    103
    Views
    244,242

    Re: Retrieving and Saving Data in Databases

    I tried this piece of code to update the datarow where value of the MachineID is textbox1.text

    Private Sub SaveButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
Results 1 to 40 of 364
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width