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
D

Dipti D Jadhav

@Dipti D Jadhav
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Calling client side control through httpwebrequest
    D Dipti D Jadhav

    Hi, I need some information about calling events of web application through windows application by httpwebrequest nd response Actually I want to execute all events of web application through request…., but I only succeed for server side control's event and not for client side control like anchor element like that……. I am implementing all these from windows application…..., If u have any information then please reply….…….. Dipti Jadhav

    C# sysadmin

  • About Httpwebrequst & response
    D Dipti D Jadhav

    Hi, Actually I want to execute all events of web application through request…., but I only succeed for button's click event and not for all other like image button and anchor element like that……. The difference between button event & image button event is that button event is related to delegate System.EventHandler and image button to System.Web.UI.ImageClickEventHandler. The link button event also works fine through request because it's event also related to delegate System.EventHandler.... I have also problem with how to call the click event of anchor element bcaz it is client side element. I am implementing all these from windows application…..., If u have any information then please reply….…….. Bye.... Dipti

    C# design help tutorial

  • how to write query
    D Dipti D Jadhav

    The answer for ur question is here select sno,name,[desc] from trial1 where convert(varchar(50),sno)+name in(select convert(varchar(50),max(sno))+name from trial1 group by name) Please let me know, if u have any questions/comments.

    Database database sql-server sysadmin help tutorial

  • how to write query
    D Dipti D Jadhav

    You can use following query select max(no),name from trial1 group by name If have any questions, thn let me know Dipti Jadhav

    Database database sql-server sysadmin help tutorial

  • how to write query
    D Dipti D Jadhav

    You can use following query select max(no),name from trial1 group by name If have any questions, thn let me know

    Database database sql-server sysadmin help 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