By using "Console.WriteLine" is the answer for my question . He asked me the basic question but i thought that there is any other tech to implement like that .... Thats wat ... ok Thanq Saayman ....
nareshss
Posts
-
String iterations .... -
String iterations ....Thanq ... This is the Question i faced in an interview . Thats y am asking , is there any procedure to do it . thats all .... Thanq frnds ...
-
String iterations ....Hi Every 1, Iam new to C# (Object Oriented Concepts ) i have a doubt lie this ------------ I want to Repeat a String ( Satish ) for 100 times with out using any loops , arrays n conditions .. Ex : Satish Satish Satish Satish Satish Satish Satish - - - - Satish Like this 100 times i need ... Plz help me ... Thanks in Advance ...
-
Online Shopping in ASP.NETHI John This will be useful for me also ... i need an application in Internet banking .. plz help me .. Bye ... Naresh
-
Sql server Authentication Problemk ill do it now... Thanks for ur help... if i face any prob ill let u kw.. bye ... naresh
-
Sql server Authentication Problemsssssssss....... i aslo done like this .... i created usrname , pswd for that ... iam getting the query enalizer ... but wer shud i get Enterprise manager in this scenario ...
-
Sql server Authentication Problemno am not getting .... same error ....... unable to connect wat ive to do... is there any compatible verson of sql server ......
-
Sql server Authentication Problemhiiiiii... k i think u didnt get it... k my problem is not about the database connectivity ... iam juz starting sql server ... i wanna practice queries ... So i installed Sql server studio 2005 management express edition ... i installed in my PC ... Its successfully installed .. but wen am going to use sql server it is asking about username and password for sql server connection enabling ... but i dont kw how to login .. the window options r like this ... Server Type : Database Engine Sql Server Compact edition Server Name : My system name or browse Authe mode : Windows Sql Server wen i click on Sql server Login : Pwd Connect cancel ----- -------- plz help me thanks in advance naresh
-
Sql server Authentication ProblemHi .... Iam new to dotnet and Sql server ... I want to install sql server in my system .. Ive 180 days trail version ... its installed but i cant able to login ... My System name is NARESH ... It asking about system name , username and passwords .. I gave "sa" , "sa" . But it is showling like unable to login with NARESH ... Plz help me ... Ive .net framework 2.0 in my system .. Thanks in advance Naresh
-
Availablity Calendar Controls Neededhi.... u go through this like .... i think it will helps u .... http://www.codeguru.com/csharp/.net/net_asp/controls/article.php/c12235/[^] bye naresh.s.s
-
UserName/Password validation without StoredProc [modified]Hi ,,, U can create using XML , and java script... for java script code u can c this link i think it will useful for u http://www.ondotnet.com/pub/a/dotnet/2001/06/21/webforms.html?page=1[^] naresh.s.s
-
Data grid Problem :- Very UrgentHi i didnt get ur question... could u plz make ur question clear wat do u mean of "value of recovery" ? bye naresh.s.s
-
Another way of getting the Text in the TextBox?Sorry ... I didnt watch it clearly ... anyways Bye ... Have a nice day naresh.s.s
-
Another way of getting the Text in the TextBox?Hi chand gud question... it is useful for all .... thanq naresh.s.s
-
Flow Layout in VS 2005Hi... You can do like this .... Click on " Layout " in the top of ur IDE's menu bar , after that "Postion " n set " auto postion options " to absolute then u can drap the control easily.... Naresh.s.s
-
How to implement windows application with OPEN FILE DIALOG & SAVE FILE DIALOGsssss Ive done upto open dialog it will gies the path ... but for the sae dialog am not getting the path there .... and i cant able to save the file to desired forder ... my code is ....... For Opendailog OpenFileDialog fdlg = new OpenFileDialog(); SaveFileDialog dlg = new SaveFileDialog(); fdlg.Title = "Browse any file from here "; fdlg.InitialDirectory = @"c:/Resume"; fdlg.Filter = "All files (*.*)|*.*|All files (*.*)|*.*"; fdlg.FilterIndex = 2; fdlg.RestoreDirectory = true; if (fdlg.ShowDialog() == DialogResult.OK) { textBox1.Text = fdlg.FileName; } for Savedailog saveFileDialog1.Title = "Specify Destination Filename"; saveFileDialog1.Filter = "Text Files|*.txt"; saveFileDialog1.OverwritePrompt = true; saveFileDialog1.FilterIndex = 1; if (saveFileDialog1.ShowDialog() != DialogResult.Cancel) { textBox1.Text = saveFileDialog1.FileName; } this is wat ive done till now ... but iam not gettign the path there at textbox1 when iam going to save the file ... Plz help me ..... bye naresh.s.s
-
How to implement windows application with OPEN FILE DIALOG & SAVE FILE DIALOGsssss Ive done upto open dialog it will gies the path ... but for the sae dialog am not getting the path there .... and i cant able to save the file to desired forder ... my code is ....... For Opendailog OpenFileDialog fdlg = new OpenFileDialog(); SaveFileDialog dlg = new SaveFileDialog(); fdlg.Title = "Browse any file from here "; fdlg.InitialDirectory = @"c:/Resume"; fdlg.Filter = "All files (*.*)|*.*|All files (*.*)|*.*"; fdlg.FilterIndex = 2; fdlg.RestoreDirectory = true; if (fdlg.ShowDialog() == DialogResult.OK) { textBox1.Text = fdlg.FileName; } for Savedailog saveFileDialog1.Title = "Specify Destination Filename"; saveFileDialog1.Filter = "Text Files|*.txt"; saveFileDialog1.OverwritePrompt = true; saveFileDialog1.FilterIndex = 1; if (saveFileDialog1.ShowDialog() != DialogResult.Cancel) { textBox1.Text = saveFileDialog1.FileName; } this is wat ive done till now ... but iam not gettign the path there at textbox1 when iam going to save the file ... Plz help me ..... bye naresh.s.s
-
How to implement windows application with OPEN FILE DIALOG & SAVE FILE DIALOGHi Every one .... I want to develope a "windows application" with openfile dailog and save filedialog in c# Plz help me ... Iam new to dotnet ... help me with examples Thanks inadvance naresh.s.s
-
dropdown list contentHi U can use a Required Field validator and set Initial Value Property to "Select country name" So that if u select the item " Select country name " it wont select ... I think this will useful for u Bye Naresh.s.s
-
How to register a webuser control in ServerHi , Ive developed an application , there am using WebUserControl . In my PC the application is running successfully , Wen iam going to insert in my companies server its asking for registry .. What ive to do in this situation .... Plz help me ... Thanks in Advance Naresh.s.s.