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

Smitha Appukuttan

@Smitha Appukuttan
About
Posts
11
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to enable paging in FormView control?
    S Smitha Appukuttan

    Hi I have used the following code in the pageindexchanging eventhandler,but the event is not fired.Has set the AllowPaging as true.still the same problem FormView1.PageIndex = e.NewPageIndex; BindMessages(); please help

    ASP.NET help tutorial question

  • Can anybody help to sort out this problem with ajax timer.
    S Smitha Appukuttan

    hi, pls help me to find a solution I have implemented ajax timer in my project,but when we run the app,if we try to access the internet options from tools menu ,the timer event stops from triggering ,then gets back to the same time.So it fails to maintain the time. so wht could be a better solution,disabling the tool bars or anything else? pls help regards

    ASP.NET help tools question

  • Problem with ajax timer [modified]
    S Smitha Appukuttan

    hi, pls help me to find a solution I have implemented ajax timer in my project,but when we run the app,if we try to access the internet options from tools menu ,the timer event stops from triggering ,then gets back to the same time.So it fails to maintain the time. so wht could be a better solution,disabling the tool bars or anything else? pls help regards -- modified at 5:30 Monday 16th April, 2007

    ASP.NET help tools question

  • How to Create a Ribbon Bar?
    S Smitha Appukuttan

    hi how can i create a menu ribbon in asp.net without using a third party tool thanks

    ASP.NET question csharp asp-net tutorial

  • How to use a windows user control in an aspx page
    S Smitha Appukuttan

    I have created a user control with a label and timer,then copied the dll to the project folder ,not in the bin,then used the following code in source one error is that there is no attribute called,viewastext,if we remove that we can run it,but nothing is displayed on the page

    ASP.NET tutorial question

  • How to use a windows user control in an aspx page
    S Smitha Appukuttan

    hi Actually I have used the same thing,but I am unable to view the control, thanks

    ASP.NET tutorial question

  • Problem in handling events of Usercontrol
    S Smitha Appukuttan

    pls check out this link http://aspnet.4guysfromrolla.com/ articles/031704-1.aspx hope this will help rgds

    ASP.NET help tutorial question

  • How to use a windows user control in an aspx page
    S Smitha Appukuttan

    hi friends pls comment can we use a windows user control with a timer , in an aspx page? rgds

    ASP.NET tutorial question

  • generating serial number in gridview
    S Smitha Appukuttan

    hope this will help create a static variable if u have enabled paging in grid then in pageindexchanging event set the static variable to e.newpageindex*5(no:of rows per page) in row_created event if(e.row.rowindex>0) (LinkButton)e.row.cells[1].controls[0]).text=Convert.tostring(e.row.rowindex+1+staticvariable)

    ASP.NET tutorial

  • How to Create a Timer Application in Asp.net
    S Smitha Appukuttan

    Thanks for ur reply I will check out that...

    ASP.NET csharp asp-net tutorial

  • How to Create a Timer Application in Asp.net
    S Smitha Appukuttan

    hi How will we create a Timer application in asp.net thanks

    ASP.NET csharp asp-net 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