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
C

Ch_Shahzad iqbal

@Ch_Shahzad iqbal
About
Posts
18
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • button click
    C Ch_Shahzad iqbal

    Making the two function either it is user define e.g private sub button1_click(byval sender as system.objects , byval e as system.eventargs)handles button1.click and Change the Name Of Second Function and replace the Handeler name Button2 Please try it

    Visual Basic question

  • (VB.NET) How to execute Select Max("")
    C Ch_Shahzad iqbal

    cn.Open() cmd.Connection = cn cmd.CommandText = "select max(EMP_CODE)+1 as last from EMP_DETAILS where PLACE='" & ComboBox1.Text & "'" dr=cmd.executeREADER While dr.Read TextBox1.Text = dr.Item("last") End While cn.Close() Now Check it

    Visual Basic csharp tutorial

  • How to Insert row from Binded Combo Box
    C Ch_Shahzad iqbal

    Please Check It cboKeyWord.Items.Add( new ListItem("<-Select KeyWord>-", "0"));

    Windows Forms help tutorial

  • Optimising stored procedure
    C Ch_Shahzad iqbal

    Dear Used Minimum,Temporary table, Minmum Joins, It will be optimize ur query

    Database database help code-review

  • progress bar on MDI
    C Ch_Shahzad iqbal

    Hi You can used the Threading and Give the interval

    Windows Forms question help

  • CheckedListBox.CheckedItems Issue
    C Ch_Shahzad iqbal

    I think when u change the Tab Button then u Fill the The Combo with DataBase, So u lost urs Current Status/View State

    Windows Forms csharp help question

  • Combo box class
    C Ch_Shahzad iqbal

    in First line U Call the this.items.clear()

    Windows Forms css tutorial question

  • About Datagrid and xml data(urgent)
    C Ch_Shahzad iqbal

    Dim ds As DataSet = New DataSet ds.ReadXml("FileName Here") Dim btn As New DataGridViewButtonColumn btn.Text = "Add New" DataGridView1.column.add(btn) BEST LUCK

    Visual Basic xml help

  • I added a column to a table, but, I can't see it.
    C Ch_Shahzad iqbal

    I Think Ur Code is Correct if u have any confusion then please review this Code thanks Dim cn As New SqlClient.SqlConnection cn.ConnectionString = "Data Source=ssi-SIQBAL;Initial Catalog=Dummy;integrated Security=SSPI" cn.Open() Dim cmd As New SqlClient.SqlCommand Dim str As String str = "ALTER TABLE TBL1 ADD HOME varchar(500)" cmd.Connection = cn cmd.CommandText = str cmd.ExecuteNonQuery()

    Visual Basic database sysadmin security

  • what is he Difference Between these two codes in datagrid
    C Ch_Shahzad iqbal

    No difference. in first case u give the exact refernce when u dont import ADODB namespace/Class in other case u import the ADODB and now used recordset

    Database question

  • How to get the no of lines in a richtextbox [modified]
    C Ch_Shahzad iqbal

    RichTextBox1.Lines.Length

    Visual Basic debugging tutorial question

  • I want a good frinedShip
    C Ch_Shahzad iqbal

    Hi i m software engineer. Microsoft Technologies like Asp.net,Vb.net,c#,Sql server 2005, now a days i m working on Microsoft Notification services. i want a good friend for discussion and friend ship Thanks

    Get-Togethers csharp asp-net database sql-server

  • Help with Stored Procedure and passing varible
    C Ch_Shahzad iqbal

    Dear i it is not necassry to CAST the value if u have int type Value. Query gives the result. if u send me Table structure thean i will solve you clearliry. Thanks and Have a Nice day

    Database help database visual-studio question career

  • IBindingListView Filter Property
    C Ch_Shahzad iqbal

    Dear Just Convert the Value Into string in Presentation or coding. and if you used a stored procedure then parameter data type set is nvarchar. then it is working

    Database question help tutorial

  • how to connect sql server from internet
    C Ch_Shahzad iqbal

    Enter the IP Address where u Write the Server name. and give the some information .

    Database database sql-server sysadmin tutorial

  • How to bind multiple tables to a binding navigator
    C Ch_Shahzad iqbal

    Dear Used The Stored Procedure or View For Multiple Tables Data In One RecordSet

    C# database wpf wcf tutorial question

  • using tree view node to select tabds
    C Ch_Shahzad iqbal

    Dear Used Thsi Event of Tree View Control private void treeView1_AfterSelect(object sender, TreeViewEventArgs e) { textBox1.Text = e.Node.Text; }

    C# data-structures help

  • DataGridView
    C Ch_Shahzad iqbal

    Dear it is very simple when you used the Wizard. if you add the combobox Then Used follwing Code DataGridViewComboBoxColumn dgCombo = new DataGridViewComboBoxColumn(); dgCombo.DataSource = ""; dgCombo.DisplayMember=""; dgCombo.ValueMember = ""; dataGridView1.Columns.Add(dgCombo);

    C# csharp question
  • Login

  • Don't have an account? Register

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