CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: touseef4pk

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    4,987

    Re: Flag for Redirection to Respective Page

    Why you people alwayz take such questions as home work? I had asked for the sake of my curosity. I am not allowed to use Query Sring meanz I have confined my self to use it because I have to encrypt...
  2. Replies
    3
    Views
    4,987

    Flag for Redirection to Respective Page

    HI!
    I have a web page Test.aspx having two button of next and back on it. I redirect to this page (Test.aspx) from multiple pages. I want to define a flag that when i click to back button this page...
  3. Can we create object of class with private constructor?

    Hi,
    Can we create an object of a class having private constructor. If so, then how? Please tell me.
    Thanks in advance
  4. Regular Expression for one embedded space and forced upper cases?

    HI!
    I want to write a regular expression which may enforce input in upper case and one embedded space e.g I want to give me input as "M23 9RQ". So please help me the regular expression for this...
  5. Replies
    0
    Views
    4,687

    RowUpdating probelm

    I am using this code for row update of the gridview. But when i update the specific record of the row say 3 it is still giving the exception that "There is no row at position 3. Help me how can i...
  6. Replies
    1
    Views
    3,101

    How can i change date format

    hi dears,

    I have this join query

    string qry = "Select Users.UserName, Attendence.TimeIn, Attendence.TimeOut from Users Inner Join Attendence on Users.UserID = Attendence.UserID";

    where...
  7. how to use linq as datasource for rdlc reports?

    hi all,
    I want to generate rdlc report and use linq as datasource for my rdlc report. Please help me in this regard giving some C# example.
  8. Replies
    1
    Views
    6,132

    update changes from gridview to database?

    0
    answers
    0 votes 1
    view

    Tags: SQL
    Plz help me out to resolve a conflict. I have made untiring efforts to resolve but coudln't. I have showed my data in gridivew now in windows forms...
  9. update changes from gridview to database?

    0
    answers
    0 votes 1
    view

    Tags: SQL
    Plz help me out to resolve a conflict. I have made untiring efforts to resolve but coudln't. I have showed my data in gridivew now in windows forms...
  10. Re: How to show data in GridView on the same form?

    All examples u have give are of asp.net but my question is still there because i need help regarding windows forms not in asp.net. So tell me if i hve showed my gridview on a form. how can i update...
  11. Replies
    0
    Views
    690

    How can i update changes in gridview

    Dear seniours,
    I have showed a table in gridview on a form. Now i want to make changes in the gridview cells and when i click save these changes should be reflected back in database. and my griview...
  12. Replies
    1
    Views
    826

    How can i update changes in Gridview

    Dear seniours,
    I have showed a table in gridview on a form. Now i want to make changes in the gridview cells and when i click save these changes should be reflected back in database. and my griview...
  13. Re: how to show data in gridview from two tables

    Yes Sir both tables are liked primary-foreign key.
    i am trying this code to show my gridview after join operation but i am unable to write correct code please help me out.

    SqlConnection con =...
  14. how to show data in gridview from two tables

    Dear Seniours,
    Please guide me how can i show data in a single gridview from two tables in windows forms.
  15. How to show gridview data on the same window or form?

    How can we show gridview data on the same window or form. Please help me.
  16. How to show data in GridView on the same form?

    Dear seniours,
    Please tell me how can i show my data from database in gridview on the same form rather than separate form against a click event?
  17. How to show data in GridView on the same form?

    Dear seniours,
    Please tell me how can i show my data from database in gridview on the same form rather than separate form against a click event?
  18. How to get the ID of the Selected Row of the GridView?

    Respected Fellows,
    I have showed my data on a form in gridview. Now i want that when i click on a cell on a grid view it should get the Row Id of that selected row. Please tell me how can i do that?.
  19. How to get the ID of the Selected Row of the GridView?

    Respected Fellows,
    I have showed my data on a form in gridview. Now i want that when i click on a cell on a grid view it should get the Row Id of that selected row. Please tell me how can i do that?.
  20. Replies
    1
    Views
    485

    Plz Dedect Errors

    I am beginners in C++. i have made the following code but it is giving a few errors i am unable to remove them plz indicate it and rectify it.

    #include<iostream>
    using namespace std;
    class Date...
  21. Replies
    2
    Views
    1,235

    Time Complexity

    i have a c++ code here. Plz assisst me that if i want to calculate its time complexity considering it as an algorithm. How can i do that? What would be its time complexity?


    #include<iostream>...
  22. Replies
    1
    Views
    779

    Plz solve my conflict

    1. Why we use enableEvents() method?
    2. Can a GUI component handle its own events? If yes; then how?
    3. Which technique/concept can be use to implement multiple inheritances
    in java?
  23. Replies
    3
    Views
    1,741

    Why we use Enable ( ) method? Plz guide

    i am have currently started learning java though books and lectures. There are some questions which are creating some conflicts in my mind. Plz guide me.

    1. Why we use enableEvents() method?
    2....
Results 1 to 23 of 24





Click Here to Expand Forum to Full Width

Featured