Jump to content
Xtreme .Net Talk

oursmp

Members
  • Posts

    5
  • Joined

  • Last visited

oursmp's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, We are working on a .NET application (ASP.NET/VB.NET). In our application, when the user clicks on a control (say a link, button, check box or whatever) and then clicks on the same control again (while the first click is being processed), the application is hanging and giving errors. This is becuase double post back happens. Is there a way to avoid this problem. Help appreciated. Thanks in advance oursmp
  2. Hi, We are working on a .NET application (ASP.NET/VB.NET). We need to suppress (disable) the 'Back' button in the menu of the browser. What is the way to do that? Thanks in advance oursmp
  3. Hi, We are working on a .NET project (VB.net). We have a situation in our project where we need to access a C code from our .NET application. We are looking for some help on how to do that. We need to access the C code from the VB.net programs. We are looking for some help on creating a COM component from VC++ by accessing the C code. We do have some theoretical knowledge in this regard, but not able to do it. Some samples would be a great help in this regard. Thanks in advance Oursmp
  4. Hi, We are working with RSA Authenticators for our project. We were able to install the RSA Ace Server and RSA Ace Agent successfully. We were able to perform Test Authentication with RSA Ace/Server through the RSA Ace agent from the control panel. As per our requirement, we would have in our application a login page, where the user would have to enter the RSA PASSCODE. Using the user's login name and the passcode, we should be able to pass the details to the RSA Ace Server and have the user login and passcode authenticated. Our requirement is to authenticate the user programmitically. Our problem is in understanding the approach to use. We are unclear as to what is the dll to be referenced, and how to import these API declerations in the code. Our application development is using ASP.Net and Vb.Net. Could you please provide us with the access approach and knowledge as to what to do to perform a programmatic implementation of the authentication process. It would be better if we could get some sample code to do the same. Thanks in advance. oursmp
  5. Hi, We are working on a .NET application. In our project, most of the interfaces use frames. We have a problem accessing previous page using frames. Let us say we have a page A that does not use any frames. Then from this page, say control goes to Page B that has two frames. On the right frame, I have some data capture fields. When the user makes some data entry and then decides to 'Cancel' out of the page, the control is moving back to page A. But the problem is that the entire page A (that does not use any frames) is coming in the right frame of page B and the Left frame of Page B is still visible. It should actually move BACK to the previous page completely. (i.e, the resultant page should be without any frames as it is page A). Any help in this regard would be greatly appreciated. Thanks oursmp
×
×
  • Create New...