VisualSVN for subversion server TortoiseSVN for client side AnkhSVN for Visual Studio Integration
Mohsen Sajjadi
Posts
-
What would you recommend as a free source code control system -
getting clientid of controls in a gridviewhi how can i get the ClientId of a control in a gridview footer row from javascript. the code that i am currently using is like this: document.getElementById('<%= TextBox1.ClientID %>').value = result[0]; but as textbox1 is not declared in a gridview that above code does not work in a gridview. thanks for any help
-
[Message Deleted]hi this is a broad topic which canot be answered here, do a search for localization on codeproject or google.com or MSDN. signature ;P
-
include another aspx pagehi I beleive the only way is to use an iframe signature ;P
-
Validation questionhi if you want the user to only enter numerals then you will habe to write your own control derving from textbox which only accepts number and the letters you want and will probably need clientside javascript code to prevent entering of other letters. there are free controls you can use. goto http://www.eworldui.net/[^] and you will find a numericbox cotrol that u can use, hope this helps signature ;P
-
digits grouped as entered into a textboxhi everyone, I would like to know if it's possible to group digits as we type them into a textbox, that is as we type them, are there present solutions or free controls to use. Thanks in advance for your help
-
Getting Email Read NotificationCould someone tell me how I can get notification of if/when an Email I have sent from my program is opened by the receiver. I beleive I need to include some picture or image, but how do I know when it is accessed. I develop in VB.NET Thank you in advance PesarTala Inc
-
RSS in these messageborads???Hi all Ok I know this is not entirely related to C#, but it is related to any message board on CODE PROJECT Do the messageboards on C/P have RSS links thnx Mohsen
-
How to handle storage in C#/.NET:cool: thanks for the reply now, what are my options if I do not wanna use access, or any database for that matter. also take into account that I need to store Persian scripts, ie unicode Thanks again Mohsen from Iran
-
How to handle storage in C#/.NETHi all and happy christmas and New year... I am developing a c# windows form application in which I need to persist data, that is save data. I want to know what my choices are in this other than using SQL SERVER 2000, which i am using now but I do not want to have my users deploy SQL server on their machines so I wanna change my storage scheme. What are my choices? any links would be appreciated. If I have classes for my Objects, How can I use those classes to store my data on disk. What interfaces should i inherit and implement what if I want to do my own Indexes on data, say using HAsh tables or B-TREES THANKS FOR ANY HELP ---------------- Mohsen from IRAN