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
G

GSingh Developer

@GSingh Developer
About
Posts
11
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • gridview row click (Data from Db in detail gridview)
    G GSingh Developer

    I am having a gridview...data is coming from the database and is shown in gridview. Like, Employeeid, Employee name etc. So, Each row is showing an employee's id and his name. There is a view record button added in gridview using template field. When a user clicks on the button the complete record of the employee is shown in another gridview placed down it.

    Now the requirement is , User should not need to click the view record button rather If he clicks anywhere on the gridview row the data should be displayed in the second gridview . So , the problem is i have to identify the click over the gridview row and then get data from database and show it in another gridview.

    ASP.NET database help

  • use JQuery in C# code
    G GSingh Developer

    Hi, I am an intermediate user with JQuery. Actually I want to create a class in c# that will handle Jquery functionality. My purpose regarding this is : 1> If someone dont know jquery then one can use my C# funtions for animation or other tasks that jquery has. My class will call jquery functions and ll return output. 2> Easy to debug the code using vs-degugger.

    JavaScript javascript csharp

  • use JQuery in C# code
    G GSingh Developer

    Hi, I want to make ref of jquery.js through c# code and then want to create a function in C# to which i want to pass object as parameter. That function will do tasks that JQuery do. f.g Button as object and do animations on button using Jquery with C#(function). Thanks in advance.

    JavaScript javascript csharp

  • Where to watch wcf tutorial videos
    G GSingh Developer

    thnx

    WCF and WF csharp wcf tutorial question learning

  • Where to watch wcf tutorial videos
    G GSingh Developer

    can anyone suggest me from where to watch or download best learning wcf tutorial videos from scratch?

    WCF and WF csharp wcf tutorial question learning

  • Events
    G GSingh Developer

    i think browser event will fire.. like window or browser closing.. no asp.net page event will fire.. anyway why u want to kno this.. any problem struct or jst for knowledge..??

    ASP.NET question

  • dropdownlist
    G GSingh Developer

    again bind ur dropdown list after saving of data in database. Dropdownlist.databind();

    ASP.NET database

  • ASP.NET Gridview, bring highlighted rows to top
    G GSingh Developer

    do u have session expiry knowledge... i struct in same question of aman saroya.. (3-4 post below ur..)

    ASP.NET csharp css asp-net database help

  • ASP.NET Gridview, bring highlighted rows to top
    G GSingh Developer

    ur welcome... Gurinder Singh

    ASP.NET csharp css asp-net database help

  • Datetime comparison
    G GSingh Developer

    try this.. DateTime dt1 = database_date; DateTime dt2 = DateTime.Now; TimeSpan t2 = dt1 - dt2; if((t2.Seconds)<=0)//according to ur condition... {} thnx & regards, Gurinder Singh Web Developer

    ASP.NET database css data-structures

  • ASP.NET Gridview, bring highlighted rows to top
    G GSingh Developer

    could be possible by changing sql query like select * from table1 where column =searchcondition union all select * from table1 where column<> searchcondition.. try it.. in sql first..

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