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...
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...
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...
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...
Hi friends,
I am developing a control which will act like a "find form". Where all the records will be displayed and then depending on user choice functions like sort, filter etc. will be carried out.
Now I can use recordset object for this which will fetch the records initially from...
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...
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...
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...
Yes, I agree to what vb5prgrmr say. You will have to create local copies of the given recordset in order to solve the problem. You will have to destroy it while closing the form. One more suggestion you can do this either by assigning the recordset to local copy or even you can create a clone so...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.