Hi I want to make a tips&tricks page; I want to create something like codeproject Forums page. What is your idea about the Component used to make this page in codeproject? I mean the component that our questions and answers is exist and we can see our answers.(we click on the question and we can read our answer)
farokhian
Posts
-
tips&tricks template -
HyperlinkHi Can I put a hyperlink on my web page and make it open at a random page?
-
Image in XMLHi all I want to save my images in XML file and read my XML file and export images from it and show in the .aspx page. How can i save my images in XML file and how can i export these images and show them in .aspx page?
-
loginThanks alot for your attention; I change server authentication form windows authentication mode to sql server and windows authentication mode;and after that i create new login and i set password and i enabled login . but these changes doesn't done and when i want to ok these changes , an error occured:(what should i do) TITLE: Microsoft SQL Server Management Studio ------------------------------ Create failed for Login ''. (Microsoft.SqlServer.Smo) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.4035.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Create+Login&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Add a name or single space as the alias name. (Microsoft SQL Server, Error: 1038) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=1038&LinkId=20476 ------------------------------ BUTTONS: OK ------------------------------
-
loginHi all I install microsoft sql 2005 and it is in windows authentication mode; but now i want to set password on my database;I mean that when i want to have connection to my database i should enter password; What should i do? what differences is necessary to do this? I try some ways but i can't get answer!?
-
ValidationGroupHi all I use two RequiredFilledValidator and a button in LoginPage . When i press the button an error occured that the message is: "Microsoft JScript runtime error: 'WebForm_PostBackOptions' is undefined" What is your ideas about this problem?
-
parse a sentence [modified]Thx for your reply; I want parse this sentence and some other sentence like this to these segment: sentence : grandparant(X,Z):-parant(X,Y),parant(Y,Z). segment : father X Y parant X Y parant Y Z (variable X,Y,Z,.. must be upercase) what is the best way? Note:I think that if i want to use Regex , i must searh some particular expression but i want to parse any expression like above.
modified on Friday, January 22, 2010 4:59 AM
-
parse a sentence [modified]Hi all I want to parse a sentence like:father(X,Y):-parant(X,Y),male(X).and some other sentences that the structure of these sentences are the same but they have variable length. I want to save each segment of these sentences in a Datatable. What is your idea about segmentation of these sentences?(I'm using text.Split, Do you have better suggestion?) If i use split methode i must use it in several times. Maybe you have better suggestion that i can use it easier?!
modified on Friday, January 22, 2010 3:14 AM
-
Insert imageThx for your reply. I can't understand your answer. I want to insert an image to sql server database. How can i do it?
-
Insert imageHi all In my program i want to get image from users and insert it into mydatabase . Now i want to know how can i insert image into database? Thx alot for your attention.
-
PrologI should develope a program by c# that do prolog job. It means that my c# program should do something like prolog; For example when we identify some relation in program and after that ask a question about this relationship , my program should reply correctly. If i'm not explain correctly please tell me that i explain more.
-
PrologHi I need a c# program that do prolog job. I mean that this c# program should be something like prolog. I can't find a suitable one after searching. Can anybody help me?
-
TabControlHi I have a tabcontrol in my form that this tabcontrol has 7 tabpages ; I want to know how can i hide or unvisible or disable some tabpages of this tabcontrol?
-
crystalreportThx; I create a reporting project but i can't find any choices like what you said?!
-
crystalreportHi I need report by crystalreport that the details of this report is: This report is the result of a meeting that this report must show the subject of the meeting and members of the meeting and explanation of the meeting .I get this information from a dataset and this dataset has two datatableadapter. One of this two datatableadapter is give me members of the meeting and another one has subject and explanation of meeting. Maybe this report show several meeting and each meeting has one subject and one explanation but has several members and it must show each of the meeting separately. What type of crystalreport should i choose during of the process of making a crystalreport? Please somebody help me.
-
datagridviewThanks for your help; I mean that I want a column for deleting the current row that has been clicked; Additionally i want a gridview that has a deleting ability and i want to add this ability to my datagrtidview in code.
-
datagridviewHi all How can i add a column to mydatagridview in code that the duty of this row is deleting the current row?
-
WONDERplease ! I don't think that i'm shouting or... . I thought that i used wrong sentence or wrong structure because my first language is not english. but if i told in bad way , i'm sorry.
-
WONDERMy question was changed. I asked that how can i backup from database. I got my answer and check it when my database attach to microsoft sql. but it is necessary for me to use SQLEXPRESS and that way doesn't work when i add my database to SQLEXPRESS and detach from microsoft sql. I explain more about 4 hours ago. If somebody know the answer please help me.
-
WONDERHi Am i ask a hard question about 4hours ago.