1,302 Posted Topics
Re: [code] Create proc InsertIntoMyTables @topicID int, ... ... AS Insert into Topic values (@topicID,....) Insert into Reply values(@replyID,....) [/code] or you can use 2 insert statements but DON'T sepeate them with GO or you can use Insert with inner join I don't remember it right now, if I do I'd … | |
Re: right click on the database->all tasks->take offline go to database location copy and paste it anywhere after that right click on the database->all tasks->bring online | |
Re: first check your connection string if it's correct see if you run the application in adminstation mode or not | |
Re: use MSDE Microsoft SQL Server Desktop Engine, it's server to run Microsoft SQL Server databases and it's free | |
![]() | Re: I don't see any good reason for that except leak in resources but in anyway or any reason virtualization leads to leak in performance |
Re: good idea just start and if you faced any problem drop it in suitable forum | |
Re: SOAP is a protocol used in WS, you don't need to know the structure of it, as .net manages protocol format when sending and receiving messages to/from clients to know more about SOAP go to W3C community web site | |
Re: I recommend some books like Inside C# and really really if you have any programming experience C\C++, VB,... I recommend for you MSDN. the best resource I know till now. | |
Re: there is a login control supported in asp.net 2.0 and later | |
Re: you can, there is a windows API used to get the word on which the cursor exists. you can see any open source dictionary that translates words whenever you move your cursor on like EasyLingo | |
Re: do u mean that accept division on 4 without remaining?? [code] for(int i=15; i<50; i++) { if( i%4 == 0) Console.WriteLine(i); //prints number } [/code] | |
Re: userControl1.Height = X; userControl1.Width = Y; | |
Re: please write your important code and surround it with [code][/code] and the rest don't really I could not read your question!!!!! | |
Re: I don't uderstand you well but I think you can play with control properties Docking and Anchor | |
Re: I think 600*800 and from properties you can choose to make the form maximized WindowState->Maximized | |
Re: I think after page render you can do that, I suggest to ask this question in web development forum [URL]http://www.daniweb.com/forums/forum18.html[/URL] | |
Re: [code] servers.Default.ServersHashtable = new HashTable(); [/code] | |
Re: please tell me what the idea you got or the field you like AI, Image processing, etc and we'll working together to find an idea | |
Re: you can use C# or JAVA I got from your question you're confused to use which programming language but having some experience in VB and C would let you learn C# or Java in weeks | |
Re: [code] mfntPrint = New Font("Arial", 14, FontStyle.Bold) [/code] | |
Re: you can't except you turn into using Singleton pattern | |
Re: if you don't use bar code scanner, you need some image processing to identify image and extract the bar code from! | |
Re: [code] class Connection { string connectionString = "your connection string"; public string ConnectionString { get { return connectionString;} set { connectionString = value;} } } class ConnectionUser { public string GetConnectionString() { return new Connection().ConnectionString; } } [/code] | |
Re: before calling the method which compute the variance and the mean [code] string n = Console.ReadLine(); if( n == "y") // exit else //parse and compute [/code] | |
I am asking if there is anybody MVP in our community (Daniweb) or anybody got it as s/he participates in our community? | |
Re: Work with IE APIs | |
Re: if you are using VB go to VB forum and ask them you may find a lot of help [URL]http://www.daniweb.com/forums/forum58.html[/URL] | |
Re: any business project you see it should save the data from users. like HR department they need a program to show employees, delete one, insert one, update and/or reserve vacations.. | |
Re: I am using T-SQL but I don't know if my answer is right or wrong Should you write AS after table name like [code] CREATE TRIGGER trigger_name AFTER INSERT ON table_1 AS .... [/code] | |
Re: there a project on Code Project like that I think your main library is System.IO it used in such tasks | |
Re: you don't have any problem to cast int to string int myInteger = 25 String myString = myInteger; what's your problem?! | |
| |
Re: Happy birthday :) and the next year I hope you to have 5000 posts :D :D | |
Re: you can search on "Skin Craft" it's tool used to skin your form | |
![]() | Re: use nullable feature in C# 2.0 like [code] int? x; x = null; // correct int y; y = null; // error [/code] |
| |
Re: go to the last windows restore point before this crash and restore it. | |
Re: I don't think so as SQLExpress is like MSDE; SQL Server 2000 days! | |
Re: you can save the points in xml file, or anything related in the graph like color or the position, .... read in System.XML.XMLWriter and System.XML.XMLReader | |
Re: begin your project then ask for specific 'how do I' and we'll answer you [I]en shaa ALLAH[/I] [URL="http://www.msdn.com\csharp"]www.msdn.com\csharp[/URL] | |
Re: remove the double quotes UPDATE Customers SET stud_name='+stdName+' WHERE stud_ID='45698' | |
Re: did u install new hardware? | |
Re: Hoon, read in Database and ADO.NET if I answered your question I'll solve your assignment!! |
The End.