Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~7K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Nemo_NIIT

Hi I am using web application. on my login button i have written this code [CODE]protected void btnlogin_Click(object sender, EventArgs e) { //sql connection SqlConnection cnn = new SqlConnection(); cnn.ConnectionString = "Server=HOME-PC;Database=kandivalideal;Trusted_Connection=True;"; cnn.Open(); SqlCommand cmd = new SqlCommand("select mobileno, password from register where mobileno='"+txtmoblie.Text +"'and password='"+txtpassword.Text+"'",cnn); cmd.Connection = cnn; SqlDataReader …

Member Avatar for esmaeel2001
0
411
Member Avatar for Nemo_NIIT

Hi I want to generate sequence number in C# window application I have got one link on Google, but I it is not helpful. I want that on click to add button an order sequence number should generate and stored in SQL Database i have written this code but it …

Member Avatar for ashishkumar008
0
1K
Member Avatar for Nemo_NIIT

HI I have install Nunit when i am running this nunit it gives me some error and the error i am getting is [COLOR="Green"][B]"This assembly was not built with any known testing framework"[/B][/COLOR]:'( and in c# in reference i am adding the .net framework and in that i am not …

Member Avatar for Amol Ranjere
0
92
Member Avatar for Nemo_NIIT

Hi, i am using c# window application I have create one Login Form. I want that when user put its username and password first it should check in the database and then it should give the out put. i have even create on signup form first it should be register …

Member Avatar for ashishkumar008
0
106
Member Avatar for Nemo_NIIT

Hi Everyone I have used a drop down and a label. I want on the selection of the drop down data should be viewed on label. [CODE]ex: if user select value from drop down (Apple) so on label it should print (50 per KG)[/CODE] Data should come from sqldata and …

Member Avatar for samacoba
0
95
Member Avatar for Nemo_NIIT

HI Friends i need to convert TCHAR to Boolean value [COLOR="Green"][B]This is what i want[/B] [/COLOR] [COLOR="Red"][CODE]_TCHAR gstrEnableproxy="false" o/p: boolean x=false[/CODE] [/COLOR] [B] and the code i have written is [/B] [CODE]void convertStringBoolean(String* TCHAR) { bool boolVal = false; try { boolVal = system::Convert::ToBoolean(TCHAR); } catch(System::FormatException*) { System::Console::WriteLine("The string TCHAR* …

Member Avatar for Ancient Dragon
0
286
Member Avatar for Nemo_NIIT

[B][COLOR="Green"]Unable to copy file "obj\Debug\.exe" to "bin\Debug\.exe". The process cannot access the file 'bin\Debug\.exe' because it is being used by another process.[/COLOR][/B] please help i have open the task manager i have end the process but then also same error please help me I am using window application

Member Avatar for ashishkumar008
-1
306
Member Avatar for Nemo_NIIT

Hi 1) I am using C# window application in that i have use one group box and in that i have put text boxes my first i visible and reset i have enabled to false i have insert one button in group box. [COLOR="Green"] I want that on the click …

Member Avatar for ashishkumar008
0
151
Member Avatar for Nemo_NIIT

HI Friends i want to do the connective in C# window application with sql server and in that even i want that if client put information in text box's and click on submit the information should go in sql server db and then again if he is putting same information …

Member Avatar for hassan12345
0
221
Member Avatar for Nemo_NIIT

[CODE]Using System; Using NUnit Framework; [TestFixture()] public class system { Program a1 = new Program [Test] public void Test() { Program a1 = new Program(); if(System=window7) { Assert.AreEqual("a1.window7",windowBasic); } } } [/CODE] This test case i have written. if the client change his system environment there should be not any …

Member Avatar for Nemo_NIIT
0
80
Member Avatar for Nemo_NIIT

HI Firends My name is Aarti and friend call me Nemo i like cartoon a lot thats why? about me i am studying doing BCSIT and even i am doing GNIIT. Apart to it i have recently got a job in one of the software company over here i am …

Member Avatar for DavidB
0
80
Member Avatar for babydol

Hi I have a small program that takes a 10bit key, compresses it into 8bit key and does a left shift 8times, generating a key each time. I am using a one dimensional array to store the key value of each round. the probelm is that the next round over …

Member Avatar for Nemo_NIIT
0
163
Member Avatar for Nemo_NIIT

Hi Friends I need to test the [B]VC++[/B] code its for [B]protected/unprotected[/B] code can you please help me by telling [COLOR="Green"]which software is good for testing or can you send me some links.[/COLOR] I have gone throw NUnit software but in that i am facing many problem for VC++. So …

Member Avatar for Ancient Dragon
0
96
Member Avatar for Nemo_NIIT

Hi Friends i want to write test case for Nuint in c# can you please help me for the syntax i have got one Link which is this [url]http://nunit.org/?p=testCase&r=2.5[/url] is there any other way to write the test case and please help me with good and simple example i can't …

Member Avatar for Nemo_NIIT
0
60
Member Avatar for Nemo_NIIT

HI Friends i have create this simple code in visual C++ [CODE]#include<iostream> int main() { std::cout<<"Hello World!!"<<std::endl; system ("PAUSE"); return 0; } [/CODE] can anyone help me to write log file on base of this please

Member Avatar for Nemo_NIIT
0
3K
Member Avatar for yosi_s85

some one know good toolbar for picturebox control in c#.net? one that have zoomin and scroll options. Thanks

Member Avatar for yosi_s85
0
87
Member Avatar for Nemo_NIIT

Hi friends can you send me links OR tell me how to write log files in C++ using events i have got some link from Google but it is not helpful can anyone please help me with some example code

Member Avatar for Ancient Dragon
0
164
Member Avatar for ecoloney

Friends, My main form is located toward the right side of my screen so as not to cover up other open programs. I wish to locate MessageBoxes in relation to my main form (typically centered over my main form) instead of a relation to the screen. How do I do …

Member Avatar for Nemo_NIIT
0
90