Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Nitin raj

@Nitin raj
About
Posts
18
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Creating a Login Form
    N Nitin raj

    Hi, I have created a window application. I have to provide security to it. I have to provide a login form with username and password. The username and password are present in the database. When i click the login button it should compare the username and password entered in the form with that in database and give access to the Window application that i first created. How to do it. Please help

    Nitin Raj Bidkikar

    C# database security help tutorial

  • how to fetch the value of a datafield into a textbox
    N Nitin raj

    the website says "Content not found".

    Nitin Raj Bidkikar

    C# csharp tutorial

  • how to fetch the value of a datafield into a textbox
    N Nitin raj

    hi, after fetching the data into the datagridview, how to display the value of a particular field of a selected row, in a textbox. It is a windows application not an asp . It contains datagridview, not gridview. It is C#.

    Nitin Raj Bidkikar

    C# csharp tutorial

  • fetching the value of a datafield into a textbox
    N Nitin raj

    Iam using datagridview and not gridview, its a windows application, not an asp. there is no selected index available .please help

    Nitin Raj Bidkikar

    C# tutorial

  • fetching the value of a datafield into a textbox
    N Nitin raj

    your solution doesnt word, as Iam using datagridview and not gridview, its a windows application, not an asp. the selectedindex is not provided in datagridview please help

    Nitin Raj Bidkikar

    C# tutorial

  • fetching the value of a datafield into a textbox
    N Nitin raj

    hi, after fetching the data into the datagridview, how to display the value of a particular field of a selected row, in a textbox.

    Nitin Raj Bidkikar

    C# tutorial

  • Updating multiple base data
    N Nitin raj

    hi, I have fetched two database tables "MTQABenchMarks" and "Users" in the datagridview. This is a windows application. Now I have to update the "MTQABenchMark" database after making changes to the datatable present in the application. When I run the code it is throwing an exception "Dynamic SQL generation is not supported against multiple base tables." How to solve this. the code is public Form1() { InitializeComponent(); } static SqlConnection Con = new SqlConnection("Data Source= 192.168.100.234; Initial Catalog=gishyd; User ID=sa; password=gis*2005"); SqlDataAdapter Da = new SqlDataAdapter("SELECT dbo.Users.UserID, dbo.MTQABenchMark.Id as EmpID, dbo.Users.FirstName + ' ' + dbo.Users.LastName AS Name, dbo.MTQABenchMark.NoofMinPerDay,dbo.MTQABenchMark.PerMonth FROM dbo.Users INNER JOIN dbo.MTQABenchMark ON dbo.Users.UserID = dbo.MTQABenchMark.EID ", Con); DataSet Ds = new DataSet(); private void Form1_Load(object sender, EventArgs e) { Da.Fill(Ds, "MTQABenchMark"); dataGridView1.DataSource = Ds.Tables["MTQABenchMark"]; } private void button2_Click(object sender, EventArgs e) { SqlCommandBuilder CmdBld = new SqlCommandBuilder(Da); Da.InsertCommand = CmdBld.GetInsertCommand(); Da.Update(Ds, "MTQABenchMark"); MessageBox.Show(" Database is Updated"); } } } Please Help. Nitin Raj Bidkikar

    Nitin Raj Bidkikar

    C# database help tutorial announcement

  • updating database
    N Nitin raj

    how do you suggest to do that

    Nitin Raj Bidkikar

    C# database tutorial announcement

  • updating database
    N Nitin raj

    hi, I have fetched two database tables "MTQABenchMarks" and "Users" in the datagridview. This is a windows application. Now I have to update the "MTQABenchMark" database after making changes to the datatable present in the application. When I run the code it is throwing an exception "Dynamic SQL generation is not supported against multiple base tables." How to solve this. the code is public Form1() { InitializeComponent(); } static SqlConnection Con = new SqlConnection("Data Source= 192.168.100.234; Initial Catalog=gishyd; User ID=sa; password=gis*2005"); SqlDataAdapter Da = new SqlDataAdapter("SELECT dbo.Users.UserID, dbo.MTQABenchMark.Id as EmpID, dbo.Users.FirstName + ' ' + dbo.Users.LastName AS Name, dbo.MTQABenchMark.NoofMinPerDay,dbo.MTQABenchMark.PerMonth FROM dbo.Users INNER JOIN dbo.MTQABenchMark ON dbo.Users.UserID = dbo.MTQABenchMark.EID ", Con); DataSet Ds = new DataSet(); private void Form1_Load(object sender, EventArgs e) { Da.Fill(Ds, "MTQABenchMark"); dataGridView1.DataSource = Ds.Tables["MTQABenchMark"]; } private void button2_Click(object sender, EventArgs e) { SqlCommandBuilder CmdBld = new SqlCommandBuilder(Da); Da.InsertCommand = CmdBld.GetInsertCommand(); Da.Update(Ds, "MTQABenchMark"); MessageBox.Show(" Database is Updated"); } } }

    Nitin Raj Bidkikar

    C# database tutorial announcement

  • Split Word document
    N Nitin raj

    hi How to split or divide a single word document into multiple word documents using c#. Note: i have Microsoft word 2000.

    Nitin Raj Bidkikar

    C# csharp tutorial

  • bookmarks in word
    N Nitin raj

    how do we insert or apply bookmarks in a word document using C#.net note: i have office 2000.

    Nitin Raj Bidkikar

    C# csharp

  • Locating Zip folders
    N Nitin raj

    hey ur soln has helped me........but along with the zip files there are some word documents present....so when the control comes to the word files it is throwing exception.......how do i make the code to ignore the word docs and just unzip the zip files..... thanx nitin

    Nitin Raj Bidkikar

    C# csharp tutorial

  • compare MS Word Documents
    N Nitin raj

    i made the question more clear...........your answer didnt help.....got any other solution

    Nitin Raj Bidkikar

    C# csharp help

  • compare MS Word Documents
    N Nitin raj

    Hi, I have to compare MS Word Documents ie., the original document is to be compared with the same document after some editing and the process should be able to show the changes made. Please help me. The code should be in C# thanx, Nitin. Nitin Raj Bidkikar

    Nitin Raj Bidkikar

    C# csharp help

  • Compare Word docs
    N Nitin raj

    i have to compare a word document which has been edited with the original ie., document before editing. how do i do this in c#.

    Nitin Raj Bidkikar

    C# csharp question

  • Compare Word docs
    N Nitin raj

    Hi, I have to compare MS Word Documents ie., the original document is to be compared with the same document after some editing and the process should be able to show the changes made. Please help me. The code should be in C# thanx, Nitin.

    Nitin Raj Bidkikar

    C# csharp help

  • Merge Word docs
    N Nitin raj

    Hi, Iam able to merge MS Word documents using c#. For using this code i have to select each and every Word document to be merged. Can any one tell me how to merge all the documents present in a folder at one go. thanx Nitin

    Nitin Raj Bidkikar

    C# csharp tutorial

  • Locating Zip folders
    N Nitin raj

    Hi, I have to unzip multiple folders present in a single folder using c#. I have the code for doing this and it is working fine. For using this code I have to select the file that is to be unzipped and then after unziping it I have to select the next zip file and unzip it and so on. This is a very long process. Can anyone tell me how to unzip all the zip folders present in the parent folder at one go. thanx Nitin.

    Nitin Raj Bidkikar

    C# csharp tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups