- How to serialize object in vb.net ?
Hi Guys, My task requires me to do a registration (Add,update,delete records), without using a database, and to use serialization of objects. Does anyone have any idea of doing it, or have sample codes for me to explore. Please helpthank you....
- How to realize that add/remove the access permission on a specific folder in code?
Hello everybody,We have a requirement for add/remove the access permission on a specific folder.Would anyone tell me how to realize it in code?Thanks and Regards,Hawkins ...
- how to read a certain line of textfile?
Hi,Is there any way in c# of specifying which line number of a textfile I want to read ?Thanks, ...
- How to query the IviewObject interface of internet browser control in .net application
Hello everyone,I use web browser control in my .net application. Now I need to get IviewObject interface and then call draw function. Does anyone know how to do this. ...
- How to localize skin (themes) ?
I want to place some images in shared resources. I create a SkinResource.resx and put an image button-login.gif.In my skin file, I try this : <asp:imagebutton runat="server" Imageurl="$ resources: SkinResource, button-login.gif%" skinid="login" />But It doesn't work well. The image is ...
- How to get the name of SQL Server in a local PC?
What is the proper way to get the name of SQL Server in a local PC(like the pull-down menu in VS.NET when you add a connection)? I am using .NET programming.Thanks....