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
S

ssurya4u

@ssurya4u
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Dynamic item tempalte with different control in datalist
    S ssurya4u

    Hi, Create an GridVew say it's ID (grdEmployee) with 5 columns at design time and make the last three ItemTemplates visible false. and set AutoGenerateColumns property to false only. And In Page_Load event based on ur req. display ur columns by using following syntax: if u need to display 3rd ItemTemplate use the following code snippet: grdEmployee.columns(2).Visible = true if u need to display 4th ItemTemplate use the following code snippet: grdEmployee.columns(3).Visible = true if u need to display 5th ItemTemplate use the following code snippet: grdEmployee.columns(4).Visible = true

    ASP.NET help database wpf design tutorial

  • Server Error - Operation must use an updateable query
    S ssurya4u

    http://www.eggheadcafe.com/community/aspnet/6/10021386/operation-must-use-an-upd.aspx[^] Use the above link to fix ur problem.

    ASP.NET database help question csharp asp-net

  • Server Error - Operation must use an updateable query
    S ssurya4u

    http://www.eggheadcafe.com/community/aspnet/6/10021386/operation-must-use-an-upd.aspx

    ASP.NET database help question csharp asp-net

  • insert datettime problem
    S ssurya4u

    Hi, try with the following statement for inserting value into Datetime field string sttiming = DateTime.Parse(DateTime.Today.ToShortDateString(), System.Globalization.CultureInfo.CreateSpecificCulture("en-US").DateTimeFormat) instead of ur DateTime dttimenow = DateTime.Now; dttimenow.ToShortTimeString(); lbtime.Text = dttimenow.ToShortTimeString(); string sttiming = lbtime.Text; code.

    ASP.NET help database

  • sql Update command Error
    S ssurya4u

    In "tblSave" table, if CWords and WPM columns are of VarChar Datatype then you have to alter update query as below: 'UPDATE tblSave SET Level='" & level & "',Exercise='" & exercise & "',CWords='" & CW & "',FWords='" & FWds & "',WPM='" & RCW & "',SpanTime='" & SpanTime & "' WHERE tblSave.UserName='" & CurrentUser & "'" And For Level, Excercise, FWords and SpanTime columns ur giving one space after single quote, if the query runs successfully that space will also insert into the database.

    Database database help announcement
  • Login

  • Don't have an account? Register

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