Search:

Type: Posts; User: SeemsP

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    483

    Is any one wants me to do there project?

    Hi All,

    I am new to ASP.net. I want to learn it. also if you people have ur requiremnts please give me i will do it for you.

    I am a vb.net developer. And i want to migrate to asp.net.

    So i...
  2. Re: get Unique users, and the transactions in numbers

    resolv
  3. Re: get Unique users, and the transactions in numbers

    resolved
  4. [RESOLVED] get Unique users, and the transactions in numbers

    its resolved
  5. Re: How to fetch number of times users transaction insert update n delete using Data

    Can any one please help me..
  6. Re: How to fetch number of times users transaction insert update n delete using Data

    Hi AMwes4dbt,

    Here i am pasting the text file with comma in it.



    7/30/2015 12:11:13 AM,LAC\SimpsoG, **Info**, SubmitToESS(), Submit Query=INSERT INTO...
  7. How to fetch number of times users transaction insert update n delete using Datatabl

    Hi All,

    There is a folder in which there are several files. These files are having the data in comma separated values. Ex:

    7/23/2015 2:04 AP\JinMengI **Info** SubmitToESS() Submit...
  8. Re: Copying the data from one workbook to another Work book, cauing the error-COM cla

    Hi All,

    If you people have any links for this , to do it in some other ways is also fine.
    I need to copy any one sheet and paste it in to the another work book.
    Its bit urgent can any one please...
  9. Re: Copying the data from one workbook to another Work book, cauing the error-COM cla

    Hi Leary,
    :-)

    Because thats not the requirement.

    well we have huge data, and the save as is not working,
    In MS excel, we have added macros and some most of the time the buttons are getting...
  10. Copying the data from one workbook to another Work book, cauing the error-COM class

    Hi all,

    I need to copy all the sheets from Workbook1 to another Workbook2 one by one.
    I wrote the code, and i got the error at 1st line :-(.

    How to resolve this error?
    The error is -


    I...
  11. Re: Its urgent help:HOW TO Open the .pdf file present in the root path ofthe applicat

    Can any one please help me out, with this issue:(
  12. Re: Its urgent help:HOW TO Open the .pdf file present in the root path ofthe applicat

    I forgot to add the attachment.
  13. Its urgent help:HOW TO Open the .pdf file present in the root path ofthe application?

    Hi Friends,

    I am new to Silver light.

    I have written the below code which will open the .pdf file from the silverligt path.
    as below:



    Uri uri = new Uri(HtmlPage.Document.DocumentUri,...
  14. Its urgent help:HOW TO Open the .pdf file present in the root path ofthe application?

    Hi Friends,

    I am new to Silver light.

    I have written the below code which will open the .pdf file from the silverligt path.
    as below:



    Uri uri = new Uri(HtmlPage.Document.DocumentUri,...
  15. Re: Its urgent help:HOW TO Open the .pdf file present in the root path ofthe applicat

    Can any one please help me out, soon, please.
  16. Its urgent help:HOW TO Open the .pdf file present in the root path ofthe application?

    Hi Friends,

    I am new to Silver light.

    I have written the below code which will open the .pdf file from the silverligt path.
    as below:
  17. Re: On UI i can delete the record, but i am unable to delete the record from DB????

    yes i got it... Thank uuu JMC
  18. Re: On UI i can delete the record, but i am unable to delete the record from DB????

    Hi JMC,

    Thanks for the info, u gave.
    Now i am stuck with the below things told by u.

    "You can configure the foreign key to cascade on delete, both in the database and in a DataSet. In that...
  19. Re: On UI i can delete the record, but i am unable to delete the record from DB????

    plz find the img
  20. Re: On UI i can delete the record, but i am unable to delete the record from DB????

    well i can delete only those records, which dont have reference in the Orders table. i am getting the following error...


    The DELETE statement conflicted with the REFERENCE constraint "fk111"....
  21. Re: On UI i can delete the record, but i am unable to delete the record from DB????

    thank u u Dolot
  22. Re: On UI i can delete the record, but i am unable to delete the record from DB????

    yes its working, thank uuuu.... alll.

    thank u JMC
  23. Re: On UI i can delete the record, but i am unable to delete the record from DB????

    well one more thing i wanted to say the above code, i have written in the button -'select/Read' code



    con = New SqlConnection("Persist Security Info=False;Integrated Security=true;Initial...
  24. Re: On UI i can delete the record, but i am unable to delete the record from DB????

    Hi Dolot,,

    I got JMC post, but i am not getting some of the things shown below...

    1.Call Fill on a data adapter to populate a DataTable.
    2. Bind the DataTable to a BindingSource.
    3. Bind the...
  25. Re: On UI i can delete the record, but i am unable to delete the record from DB????

    I am not getting how to bind the datagrid view to the Database???

    also in my question i am not getting what exactly to be written....


    cmd.CommandText = "Delete From info_tbl where " '...
  26. what all operations i can perform and add apart from PK n FK?

    Hi all,

    I am done with the creating the Primary key and a Foreign key in the SQL tbl, and i can see that in the .xsd file...

    I dragged and droped those tables from the Data Source...
    I have...
  27. [RESOLVED] On UI i can delete the record, but i am unable to delete the record from DB????

    Hi All,

    I am able to delete the record from the grid in on the UI only, but i want this record to be delted from the Database too...

    I am gonna paste my code over here...
    Please let me know...
  28. Re: How to create the relations how to create the .xsd, how they r related?

    I have added the code....

    But i am using only 1 table

    well i dnt no any relations in database... help me out



    Imports System.Data
    Imports System.Data.SqlClient
  29. select a particular row from the datagrid view and delete it on button click.

    Hi all,

    I am selecting a cell or a entire row of a datagrid view but still i am unable to delete the selected row...

    I wrote the below code...


    If DataGridView1.SelectedRows.Count > 0 Then...
  30. How to create the relations how to create the .xsd, how they r related?

    Hi all,

    Long back i had posted a question for CURD operation to be done in a POc... and i did it success fully,
    i am pasting the screenshot of the POC.
    Now i am told that i have to create the...
  31. Re: How to update the database table from our windows application? its urgent.. help

    Hi Paul,

    Hey your original code is working fine, thank you. i created a new program...

    thank you...
  32. Re: How to update the database table from our windows application? its urgent.. help

    Hi Paul,

    I used ur original code, for that also i got the error, not getting how to fix it, also i am a beginner in vb.net, help me out.

    Update requires a valid UpdateCommand when passed...
  33. Re: How to update the database table from our windows application? its urgent.. help

    Hey Paul,

    I also tried another way



    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
    Dim adp As New SqlDataAdapter()
    ...
  34. Re: How to update the database table from our windows application? its urgent.. help

    Hi Paul,

    Yes my table has a primary key.

    I did some changes as below


    Dim connetionString As String
    Dim connection As SqlConnection
    Dim adapter As SqlDataAdapter
  35. Re: How to update the database table from our windows application? its urgent.. help

    When i was debugging the code, i dint get any error... if i had get any error then i would have posted it right away, also i could have googld it. any ways i will tel once again step by step what all...
  36. Re: How to update the database table from our windows application? its urgent.. help

    Hi Paul,

    The update code dint work for me



    DataGridView2.EndEdit()
    da.Update(dt)
  37. [RESOLVED] How to update the database table from our windows application? its urgent.. help me

    Hi all,

    I created the application for insert, delete and select the data from SQL data base.
    Now i am stuck at -update.

    in sql - i have a test table, with 2 fields only.
    name
    age

    Now i...
  38. Hey friends i want to learn abt the vb.net controls

    Hi Dear all friends,


    2.design a simple database with windows application, and perform CURD operation with reports.


    What all i should refer and how shall i proceed, i know in google i get...
  39. Re: I have to convert thse excel formulas to vb.net, its very urgent, help me.

    also i am attaching a excel file, which is having these all formlua's so go to 5th sheet -i.e call parameters.
    In this sheet u can see these are so many fields...

    I just mension a few fields with...
  40. I have to convert thse excel formulas to vb.net, its very urgent, help me.

    Hi dear friends,,,

    I want ur help and support in order to solve thse excel.

    I have the following formula's and i have to convert them to vb.net

    I am not understaning how to convert them, i...
Results 1 to 40 of 64
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width