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
R

Ritika S

@Ritika S
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • View Source
    R Ritika S

    Hi I Dont think therz anyway u can do that. Regards,

    Ritika

    ASP.NET help question

  • Display the current location's latitude and longitude on the mobile
    R Ritika S

    Hi All, I want to display the current location's latitude and longitude on the mobile screen using some web service or something. (For India) I ve explored www.geocoder.us but i want something similar for india Can anyone please help me on this. Thanks in Advance. Regards,

    Ritika

    ASP.NET help

  • implementation of storedprocedures
    R Ritika S

    Hi, u can use this as an example which returns integer as output value Public Function GetMailSent(ByVal CaseId As String) As Integer Dim objConn As New SqlConnection Dim objDB As New clsCommon Dim objDS As New DataSet Dim objCommand As New SqlCommand Dim objDA As New SqlDataAdapter Dim param As New SqlParameter Dim intMailSent As Integer Try objConn = objDB.GetDatabaseConnection objCommand.CommandType = CommandType.StoredProcedure objCommand.CommandText = "spGetMailSent" objCommand.Connection = objConn objDA.SelectCommand = objCommand objCommand.Parameters.Add("@CaseID", SqlDbType.VarChar).Value = IIf(IsDBNull(CaseId), DBNull.Value, CaseId) param = objCommand.Parameters.Add("@retval", SqlDbType.Int) param.Value = Decimal.Zero param.Direction = ParameterDirection.Output intMailSent = objCommand.ExecuteNonQuery() GetMailSent = objCommand.Parameters("@retval").Value Finally 'objDB.CloseDatabaseConnection() End Try End Function Regards,

    Ritika

    ASP.NET csharp asp-net tutorial

  • View Source
    R Ritika S

    Hi, u can use this Javascript code function NoRightClick() { if (event.button==2) { alert('No right clicks allowed.') } } document.onmousedown=NoRightClick Regards, Ritika

    Ritika

    ASP.NET help question

  • Display the current location's latitude and longitude on the mobile
    R Ritika S

    Hi All, I want to display the current location's latitude and longitude on the mobile screen using some web service or something. (For India) I ve explored www.geocoder.us but i want something similar for india Can anyone please help me on this. Thanks in Advance. Regards, Ritika

    Ritika

    Mobile 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