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

C M

@C M
About
Posts
14
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • searching a datagrid
    C C M

    There is an article may help your first Question http://www.codeproject.com/cs/database/GridEx.asp[^] Or there is another easy way: compare one by one with the search query with your record in datagrid. Then you can either display the Found record or highlight the record in table. :-D

    Web Development database algorithms question

  • Centering a flash object
    C C M

    You can try to export the flash animation and place in the html table so that you can aligh its easily. ;P

    Web Development question html adobe tools

  • can someone please tell me how to host a page
    C C M

    Let say you already have your aspx pages which run well, to host the page in iis, go to "Internet Information Services", right click the "Default Web Site" and choose "New" -> "Virtual Directory" Follow the wizard until finish. You will see your project in the list after you finish the wizard. To change the setting of your page -> right click the project and choose "Properties" ;) Test the page by right click your project in iis and choose "browse" Link will display in IE :)

    ASP.NET tutorial windows-admin help

  • Maintain User Login/logout staus
    C C M

    Can it be : You Application will update the database every 5mins(let say) until the User log out. On the other hand, You have maybe a stored procedure to check every mins into the column (time_active) of maintain table. If the user's time_active more than 30 mins from current time == consider the user directly closed the browser without log out ??? ;P;P;P -C-?-M-

    ASP.NET database help

  • Scroll Bars
    C C M

    Replace with own images : <!-- BODY{ cursor:url("OwnImage.CUR"); } --> :rolleyes: C-?-M-

    Web Development css help question

  • Convert CMYK to RGB
    C C M

    Cyan = (1-Red-Black)/(1-Black) Magenta = (1-Green-Black)/(1-Black) Yellow = (1-Blue-Black)/(1-Black) You try to shift the it to into RGB :rolleyes: -C-?-M- -C-?-M-

    Web Development algorithms

  • How can i disable viewsource in internet explorer using javascript
    C C M

    Hmm maybe you can try to disable the right click of onmousedown :cool: -C-?-M-

    Web Development javascript question

  • column alter problm
    C C M

    Hi i believe your statement 'alter table applcn alter column txtreforg3 nvarchar not null' does not specify the column length which its will automatically give a default length value = 1 for txtreforg3 which you already has some data more than length = 1 So i suggest you make your statement 'alter table applcn alter column txtreforg3 nvarchar(x) not null' x = depend the max length of your data in table. :) -C-?-M-

    Database database sysadmin help question

  • Select calendar
    C C M

    sRtn = showModalDialog("Datescripts/calendar.htm","","center=yes;dialogWidth=350pt;dialogHeight=200pt"); if (sRtn!="") elTarget.value = sRtn; try to match this into your onclick function (javascript)

    Web Development question design help tutorial

  • html table control click event
    C C M

    One table has many table cells. When "OK" define, all table Cells change color Or ONLY particular cell changes color ?

    ASP.NET html help

  • html table control click event
    C C M

    hehe i just provide some optional way.. coz you said some others way beside onclick... Or u describe more on your problem ... For example: do u use image... You wan the link to be display or ... what purpose of the table cell Or give something that i can visualize it :) Perhaps i can think of more accurate solution :)

    ASP.NET html help

  • I don't know why this ...
    C C M

    txtName.Text=String.Empty; txtFname.Text=String.Empty; DataRow dr=dt.NewRow(); dr["firstname"]=txtName.Text; dr["lastname"]=txtFname.Text; dt.Rows.InsertAt(dr, 0) dt.DataBind() Hope this will help you get some new idea :) -C-?-M-

    ASP.NET csharp asp-net help tutorial announcement

  • html table control click event
    C C M

    a b -C-?-M- -- modified at 3:25 Friday 18th November, 2005

    ASP.NET html help

  • html table control click event
    C C M

    [Message Deleted]

    ASP.NET html help
  • Login

  • Don't have an account? Register

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