Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. desaivar

    Placing cursor in datagridview cell

    Hi there, I have second column as datagridviewTextBoxColumn column in the datagridview, after opening dot net form runtime, in first cell of this column , I am populating ‘-‘ character at third position with remaining everything blank. Requirement is cursor should be at first position in this...
  2. desaivar

    Control stops in addHandler subroutine

    Hi there, My requirement is getting output from command window asynchonously in vb.net form, I am doing this with system diagnostic process and using addhandler. My problem is, I have separate class to execute process, after process start when control goes to a addhandler sub routine, it...
  3. desaivar

    VB.net application calling fortran exe

    Hi there, Please urgent help required for below issue. I am running one fortran exe in .net application(calling from command line with the help of system diagnostic process). If we directly click on fortran exe, it shows inputs to enter for fortran in command window, after input entered it...
  4. desaivar

    WCF timeout error handling on client side

    Hi there, I am serching solution for one problem since few days but no success. My problem is, I have handled timeout error in client of WCF error in such a way that if data is large to fetch, after 10 minutes(as all timeout in web config of client are set to 10 minutes) it should show me...
  5. desaivar

    Is it possible to change sequence of records on one page?

    Hi there, Is it possible to change sequence of records on one page of gridview from the code behind page(such as data bound event of gridview etc.)? Here is the details of populating gridview. I am binding data to the gridview through generic collections, populating generic collection through...
  6. desaivar

    Is it possible to get records based on start,end positions?

    Hi there, I want to create store procedure where I can pass starting positon and end position for records as parameters and based on that I can retrieve record set. For ex. if I pass starting position as 6th and end position as 11th then I should be able to retrieve records from 6th to 11th...
  7. desaivar

    How to get variable's value?

    It is working with the help of sp_executesql statement. Thanks for your help :)
  8. desaivar

    How to get variable's value?

    Hi there, I am constructing one sql statement in variable and want to execute the sql statement. What I want to achieve is, I want to store value of testID of second record in one vaiable called @testID. Following is the code, declare @strQuery varchar(4000) declare @testID varchar(6)...
  9. desaivar

    Email Error:-Could not access 'CDO.Message' object

    Hi there, We are using CDO object for smtp server to send emails. One of my customer getting email error such as Could not access 'CDO.Message' object. What could be the reason if 'To' list, 'From' list and other coding stuff is ok? Is it related to some configuration on smtp server? It's...
  10. desaivar

    Session problem

    Hi Jason, First of all thanks for your help. I don't want to confuse you more:) Just tell me is there any possibility that one user's session can be overwritten with other user's data in any way if both users are running application simulataneously? Does one user request.form can take...
  11. desaivar

    Session problem

    Hi Jason, It happens very rarely. Actually we are providing session for requestID. Based on requestID we can fetch data for particular request. Somehow it has copied data of one request from one user to the request of differant user. We didn't get any code error for sure so we came to the...
  12. desaivar

    Session problem

    Hi there, Is it possible that two user's use same application on different computers and somehow one's session data getting overwritten with others? I am not having any code error anywhere but somehow one's data getting overwritten with others. Please help me because I am trying to solve...

Part and Inventory Search

Back
Top