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

RaviJJain

@RaviJJain
About
Posts
24
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Can we have more than one web.config in one project ?
    R RaviJJain

    Can we have more than one web.config in one project ?

    ASP.NET question

  • How to show words in Hindi at browser
    R RaviJJain

    http://quillpad.in/new/quill.html Type words in English and they will be produced in hind then copy and paste them on the browser u dont have to download the fonts

    ASP.NET tutorial

  • Modal Dialog and Session Problem
    R RaviJJain

    i m opening a modal dialog page and from that modal dialog again opening a simple popup page now in the simple popup page i m not getting my Session (session gets expired) please help urgent :((

    ASP.NET help

  • Doesn't compile page if I put the Class in a namespace...
    R RaviJJain

    remove the _ (underscore) from the Inherits="MyNameSpace._Default" to Inherits="MyNameSpace.Default"

    ASP.NET help csharp visual-studio

  • how to use click event of button in itemtemplate of datalist.
    R RaviJJain

    write below code in your aspx page in vb you have done all the things properly..

    ASP.NET help tutorial

  • Want to display based on date...............
    R RaviJJain

    your sql query should like this select a.*,b.* from teble1 a, table2 b, where datedifff(dd,a.carddate,b.leavedate) = 0

    ASP.NET

  • how to use click event of button in itemtemplate of datalist.
    R RaviJJain

    in the vb file Private Sub datalist1_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataListCommandEventArgs) Handles datalist1.ItemCommand if e.commandname = "button1" then response.redirect("xyz.aspx") endif end sub

    ASP.NET help tutorial

  • how to use click event of button in itemtemplate of datalist.
    R RaviJJain

    there is a property of button commandname set commandname="Button1" and on the click of the button in itemcommand event of the datalist you can trace the button by its command name and can code accordingly.

    ASP.NET help tutorial

  • How to get the Clients Operating System in asp.net 1.1
    R RaviJJain

    can any body tell me how to get the Clients running Operating System through the Request.form object i do not get the exact OS please help me...Very Quickly thanx :(

    ASP.NET

  • Call Javascript Function
    R RaviJJain

    You can call javascript by just printing the script on page as below private void btnSave_Click(object sender, System.EventArgs e) { if (flag == true) { reposne.write("javascript:alert('hi');") } }

    ASP.NET javascript tutorial question

  • Cokkies Related
    R RaviJJain

    hello there can anybudy solve this ? i want to find out that wather the cookies are enabled or disabled in asp.net 1.1 thanx ;)

    ASP.NET csharp asp-net question

  • Popup Problem
    R RaviJJain

    add below code regards ravi

    ASP.NET help question

  • how to logout session handle
    R RaviJJain

    i have tried your code but below line dont work any other way to stop the back button? Response.Cache.SetCacheability(HttpCacheability.NoCache)

    ASP.NET help tutorial

  • Validation Summary Control
    R RaviJJain

    make the RequieredFieldValidator Enabled=false

    ASP.NET help tutorial question

  • delete Confirm msg in datagrid
    R RaviJJain

    you should use the following way add attributes on the delete button as btndelete.attributes.add("onCLick","window.confirm('are You Sure to delete');") when user clicks 'Yes' it will proceed furthor otherwise it wont proceed on pressing 'No' regards ravi jain :)

    ASP.NET javascript database question

  • Can i use AJAX in ASP.net 1.1?
    R RaviJJain

    Yes u can. u have to add some lines in web.config's tag and follows the code rules for ajax. regards ravi

    ASP.NET question csharp asp-net dotnet

  • alert problem
    R RaviJJain

    No, Kissy response.write meanse writing some text on the same page as you wrote code i tried the same to my page but i got the message on the same page, it didn't redirected me any other page. i think you must check your .aspx page code. Regards Ravi :-O

    ASP.NET javascript help tutorial question

  • Dropdown list problem
    R RaviJJain

    DD2.Items.FindByText(DD1.SelectedItem.Text).Selected = True :-O

    ASP.NET help

  • alert problem
    R RaviJJain

    tell me what exactly u want!:confused:

    ASP.NET javascript help tutorial question

  • alert problem
    R RaviJJain

    u should add attributes on the button click add following code on your html page function chktxt() { if (document.getEelementById("textbox1").value='') { alert('Enter Some Value'); } } and add following code on your .vb page in page_load event button1.attributes.add("onclick","return chktxt();") check and reply me quick

    ASP.NET javascript help tutorial question
  • Login

  • Don't have an account? Register

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