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
U

User 3738736

@User 3738736
About
Posts
8
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Ajax toolkit
    U User 3738736

    I want to use the tabcontainer control that is within the Ajax toolkit but but the problem is when I debug my application the following error is displayed The control with ID 'TabContainer1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. please help

    karabo mekgwe Ecom Institute

    ASP.NET help debugging

  • Binding a textbox
    U User 3738736

    I have texboxes which i want them to dispaly the information on the webpage. my question is how do you bind textboxes in ASP.Net

    karabo mekgwe Ecom Institute

    ASP.NET csharp asp-net wpf wcf question

  • Validating a textbox field
    U User 3738736

    I 've got a textbox which has to accept only numeric values..do i use the regularexpression validator(if so how?)

    karabo mekgwe Ecom Institute

    Database question

  • GridView Update command
    U User 3738736

    I have put the following code in my sorce code " /> I get the following error The connection name 'Pubs' was not found in the applications configuration or the connection string is empty. So my question is? Is Pubs the name of the database or table

    karabo mekgwe Ecom Institute

    ASP.NET question database help announcement workspace

  • Linking Tables
    U User 3738736

    I've got 2 tables: Province and Client When I link Province with client i get the ff message 'Province' table saved successfully 'Client' table - Unable to create relationship 'FK_Client_Province'. The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_Client_Province". The conflict occurred in database "test", table "dbo.Province", column 'Province'. karabo

    Database database

  • AutoNumber in SQL server
    U User 3738736

    Does SQL Server have an autonumber datatype which will increment when adding record Karabo Mekgwe

    Database database sql-server sysadmin

  • Dropdown List
    U User 3738736

    I have a webform whereby i use a dropdown list to select fields like title,province etc. but the problem is that when i select a value from the dropdown and click save button,the field in the database becomes blank. my code is as follows: BUSINESS LAYER Public Function GetTitle() As Data.DataSet Dim strSQL As String Dim obj As Datalayer.Database = New Datalayer.Database 'strSQL = "Select * from UserProfile with (nolock) where UserName='" & strUserName & "' and Status = 'A'" strSQL = "Select TitleID, Title from Title1 with (nolock) " GetTitle = obj.GetDataSet(strSQL) obj.Close() Exit Function End Function PRESENTATION LAYER Private Sub LoadTitle() Dim ds As New Data.DataSet Dim objdata As Businesslayer.Contractors = New Businesslayer.Contractors ds = objdata.GetTitle cbotitle.DataSource = ds cbotitle.DataBind() cbotitle.Items.Add(New ListItem("Select...", "")) cbotitle.Items.Item(cbotitle.Items.Count - 1).Selected = True End Sub BUTTON SAVE Dim obj As Businesslayer.Contractors = New Businesslayer.Contractors Dim ds As Data.DataSet ds = obj.Getcontractor(txtfirstname.Text) obj.AddContractor(txtID.Text, cbotitle.SelectedItem.Value, cbogender.SelectedItem.Value, txtfirstname.Text, txtlastname.Text, _ txtIDNumber.Text, txttel.Text, txtcell.Text, txtfax.Text, txtemail.Text, _ cbodepartment.SelectedItem.Value, txtlocation.Text, txtcity.Text, txtpostal.Text, txtoccupation.Text, cbomtype.SelectedItem.Value, _ cboprovince.SelectedItem.Value, txtpassport.Text) UserMsgBox("Successfully add") Karabo Mekgwe

    ASP.NET database business help

  • Web programming in tiers
    U User 3738736

    I am developing a contractors database system and the specs is that I must program in tiers. So how does this thing work because i am still learning Karabo

    ASP.NET database learning
  • Login

  • Don't have an account? Register

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