7 Discussion / Question Topics
Remove Filter I hear lot about this. Can anyone let me learn what is "Symmetric" and "Asymmetric" (or Public Key) encryption? Any links also appreciated. | |
Hi, I have one ASP.NET page which allows users to upload their files which are stored in another system (file server) through simple network share. The code is as simple as FileUpload.PostedFile.SaveAs(strPath) Here this page gets "access denied" to save the file. I know the application is running under ASPNET … | |
I have an issue like, I need to insert data from an XML file into MS Access table. I am able to do this with ADO as one by one row. But this terribly hits the performance when the number of rows to be inserted exceeds 1000. Kindly help with … | |
Hi I have a web page - in that i give a link to exe file. When the user clicks on the link the exe is supposed to be downloaded and executed in the user's system. (I am not writing any malicious code or virus :rolleyes: ) However, when i … | |
I see many of the sites like yahoo mail are using a technology "Web beacon". (You can see this in their privacy/private policy statements). I couldn't get much information about this. All i know is, these Web Beacons are tiny one pixel images used to track the user activity in … | |
I never get ok with the COM+ contexts... There are so many context types like client context, call context etc... Adding to this .NET provides few attributes such as MustRunInClientContext... I couldn't find any sample or links that explain this... Let me elaborate more. As the definition goes by saying … | |
In ADO and VB6, you can just place some textboxes and ADO Data control and bind those textboxes to the data control and columns. Simple that you can navigate through records easily by just clicking arrow buttons. Ever wondered how to do it with ADO.NET (and dataset)... The following link … |
The End.