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

18 Posted Topics

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
435
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
94
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
107
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
105
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
296
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
318
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
154
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
241
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
83
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

go throw this link [url]http://stackoverflow.com/questions/1182983/how-to-convert-single-dimensional-arrays-to-multi-dimensional-ones-c[/url] Regards Nemo If this answer help you do vote

Member Avatar for Nemo_NIIT
0
166
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
61
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

[url]http://www.codeguru.com/vb/gen/vb_graphics/article.php/c2385[/url] [url]http://www.codeproject.com/KB/GDI-plus/quickview.aspx[/url] [B][COLOR="Green"] hope you are looking for this thing [/COLOR][/B]

Member Avatar for yosi_s85
0
90
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
174
Member Avatar for ecoloney

[COLOR="Green"]Hi Dear[/COLOR] [B]Well for you question the answer is that unfortunately isn't a way of positioning the message box unless you create your own - simply just create a form, borderless and stick a label and a couple of buttons on it and make it act like a messagebox[/B]

Member Avatar for Nemo_NIIT
0
93

The End.