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 wOOdy-Soft 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: *

  • Users: shaileng
  • Content: Threads
  • Order by date
  1. shaileng

    HttpContext.Current.User.Identity.Name works only within IIS broswer

    Hi, I have a problem using HttpContext.Current.User.Identity.Name while deploying ASP.Net 2.0 website on Windows 2003. I have developed an application which uses HttpContext.Current.User.Identity.Name. This application runs fine on my machine however when I tried deploying it on windows 2003...
  2. shaileng

    Accessing Network folders permissions for users

    Hi, I want a list of users and their access permission on a network drive. For eg. This is what I need to do # 1 - Populate a list of network users # 2 - On selection of a particular user, Populate a list of shared folders on his machine # 3 - On selection of a particular shared folder...
  3. shaileng

    Problem with minimum rows

    Hi, I have print a report where the Invoice willo be printed based on table data. Now the problem is that no matter how many rows are there in the invoice I have to print minimum of 10 rows. For eg. if there are 3 items print 10 rows, if there is 1 item print 10 rows, if there are 15 items...
  4. shaileng

    accessing huge number of records using ADO

    Dear All, I am facing a problem is accessing huge number of records using ADO I am opening a query which returns me 1 Lac records. I have chosen to open the record set REC1 in async mode so that I can continue with my other work on the screen. How ever I have to assign this recordset to a grid...
  5. shaileng

    Can any one suggest me how to handl

    Can any one suggest me how to handle very large recordsets (lets say 10 lac records) using ADO which highest performance. I am very well aware of the ADO optimising properties. How ever I want to know if there are any more alternative ways. I will be very thankful if any one can provide the...
  6. shaileng

    Conditionally hiding a activex property from property window

    How to hide a property in property window depending on users selection. Eg. My activex is having 3 properties prop1, prop2 and proponlywhen2 lets say Now if prop1 is set to true then proponlywhen2 should not be visible in property window. I have seen that conditionally few activex controls...
  7. shaileng

    WHY ADO returns cursortype = STATIC on using serverside cursors too

    Dear All, I have observered a funny thing. Can any one tell me why this is happening. I have an connection for oracle table. Now even if I cursor type of recorset is set to adOpenStatic , adOpenKeyset or adOpenDynamic. And If I open the recordset and check the cursor type value is is always...

Part and Inventory Search

Back
Top