How dare you mother fucker :suss:
hogan smith
Posts
-
Impressive skills of our soldiers -
Impressive skills of our soldiersWoww what an "Impressive skills" for killing kids, womens and old people :cool:
-
Data islands is not working on ordered listHi mike, Thanks for reply. I tried to load data into an ordered list from an xml file. Content of test.xml file.
Link 1 link1.htm Link 2 link2.htm Link 3 link3.htm Link 4 link4.htm Link 5 link5.htm
Html code
Thanks and regards, Hogan
-
What an idiot I amRavel H. Joyce wrote:
Uh, great story
:-O
Ravel H. Joyce wrote:
which is...good?
:confused::confused::confused: What can i say?
-
What an idiot I amLast week I hospitalized because of stomach problem. Usually I will drink 350 ml rum within half hour. What is my habit is that mix 50 ml rum with 50 ml water and swallow with a sip. I don’t have habit to eat anything while drinking. Doctor told me that the tissues in my stomach burned. This is my story. What about you? Hogan
-
Data islands is not working on ordered listI tried to apply data islands to ordered list. But it is not working. I checked the data islands in table. It is working correctly. Please let me know why it is not working on ordered list? Thanks and Regards, Hogan
-
Benefit of make the business layer class as sealed classA sealed class cannot be used as a base class. For this reason, it cannot also be an abstract class. Sealed classes are primarily used to prevent derivation. Because they can never be used as a base class, some run-time optimizations can make calling sealed class members slightly faster. I copied the above sentance from MSDN 2005 Thanks, Hogan
-
Benefit of make the business layer class as sealed classI set all my business layer classes as sealed class. I did like this because I read from somewhere that this will improve the performance. Is it true? Thanks and Regards, Hogan
-
Permission problem for the file.The registery seems ok. Thanks for that article. I will try that. Thanks and regards, Hogan
-
Permission problem for the file.Yes I logged as computer adminstrator. Thanks and regards, Hogan
-
Permission problem for the file.Hi Mircea, Thanks for reply. I tried your solution. But still only "General" tab for the file properties. Can you please help me? Thanks and regards, Hogan
-
Permission problem for the file.Hi All, In my asp.net 2005 application I tried to read and write to an html file. But I got the error message as follows. Server Error in '/BW' Application. -------------------------------------------------------------------------------- Access to the path 'c:\inetpub\wwwroot\BW\Msg.htm' is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. I found the solution in google is that select the properties of the 'Msg.htm' and give permissions to the account ASP.NET from the security tab. But when i selected the properties of that file, there is no security tab. Can you please tell me why it happened? I am using Windows XP Professional version 2002 with the service pack 2 Thanks and regards, Hogan
-
Doubt about resource filesoh I can pass it as parameters. Sorry to waste your time for these silly questions. But I am curious, is there any way to access resource files in different assemblies? Thanks and Regards, Hogan
-
Doubt about resource filesNo sir. I want to use it in both layer. That's why I created it in BL. For example I created functions to send mail to users. These functions are written in the BL. The mail body is declared in this resource file. So I want to access it in BL. Thanks to spend time with me Hogan
-
Doubt about resource filesSorry I didn't get you. Can you please explain it little bit more? Thanks Hogan
-
Doubt about resource filesHi All, I am using C#.2005. I created a resource file in business layer to store messages for users. As per you know, visual studio automatically created a class for this resource file and properties for each string. So I can access each string by typing [class name].[property name]. The problem is that these properties are declared with the keyword 'internal'. So I can access it only in the business layer. To access these properties in presentation layer, I changed the scope to public. Now I can access the properties also from presentation layer. But there is hundreds of string in this resource file. So it is difficult to modify each property. How can I overcome this problem? Please help me. Thanks & Regards, Hogan
-
A doubt about resource fileI created a class which is to declare constant string variables used to store messages shown for the users. But now I heard about the resource file. I am doubt which one is the better. Is there any another better method to store messages to users? Please let me know your valid advice. Thanks and Regards, Hogan
-
How can I reallocate memory of arrays in C#?Seems like you are vigilant to upgrade your knowledge. :) Can you please refer me any articles or links which describe what is new in Framework 2.0 and 3.0? Regards, Hogan
-
How can I reallocate memory of arrays in C#?Thats another wonderful idea. Thank you buddy. Regards, Hogan
-
How can I reallocate memory of arrays in C#?Oh ok great :) Thanks to spend time with me. Regards, Hogan