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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
H

Hemant Garg

@Hemant Garg
About
Posts
36
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • i want to that ppl should access my asp.net pages
    H Hemant Garg

    :doh:Hello to Every one, i hav completed my project. i want that any user can access it over internet how it is possible.... Suggest me. Thankiny You.

    ASP.NET csharp asp-net

  • how to decrease the size of web page according to the user screen
    H Hemant Garg

    But how and where to use it

    ASP.NET csharp asp-net tutorial

  • how to decrease the size of web page according to the user screen
    H Hemant Garg

    Hello to every One, i hav created a page in asp.net 1.0 where i use 17'inch monitor screen and when the same project is opened in smaller monitor the every time we have to scroll down the page. Can anybody tell me what should i do so that different users with different monitor screen can see the page according to their monitor size. Thank You..

    ASP.NET csharp asp-net tutorial

  • How to use client side custom validator
    H Hemant Garg

    Hello to every One, i'm using one textbox1 and button1 where i'm checking the input text to be "yes" for that i'm able to use server side validation but i want to make the same using client side validation.. Suggest me..... Thank You..

    ASP.NET sysadmin tutorial

  • how to use custom validator at client side
    H Hemant Garg

    Hello to every One, i'm using custom validator to check the textBox1 field and i'm also using the rang and required validator field for another textBox2.. Now when i click the button then all the rest field r being correct the custom validator feild doesnot show the error... nor it is shown in summary validator... could u suggest me how should any one can change custom validator to client side validation.... Private Sub CustomValidator1_ServerValidate(ByVal source As System.Object, ByVal args As System.Web.UI.WebControls.ServerValidateEventArgs) Handles CustomValidator1.ServerValidate Dim i As Date If Convert.ToDateTime(args.Value) > "12/2/2007" Then args.IsValid = True Else args.IsValid = False End If End Sub Plz mark the underline event can i change this to client validate and if yes how...? Suggest me.... Thank You

    ASP.NET design json help tutorial question

  • How we campare to test which date is greator of two
    H Hemant Garg

    Hello to Every One, How we can compare to test which date is greator of two. Given a date and a variabble contaning another date Suggest me... Thank You

    ASP.NET

  • Textbox used for date validation and range validation
    H Hemant Garg

    Hello to every One, there is one text box where i use to put date. i 'm using comparevalidator to check the textbox. it is working fine. now i want that when uuser select year for example"2006-07" or "2005-06" in the combo box then i can put only the values between the given years. i tried RangeValidator but how to put the minimum and maximum values according to the combo box... Suggest me.. Thank You.

    ASP.NET tutorial

  • How to show a given text value in combo box if it is in collection of combo box
    H Hemant Garg

    Hello To Every One, How to show a given text value in combo box if it is in collection of combo box.. Thank You..

    ASP.NET tutorial

  • TO PUT LOGIC IN SIGN OUT LINK
    H Hemant Garg

    HELLO TO EVERY ONE, i 'm having two login one for admin and other for user. ther is one form which is accessed by both the users.. now i want that when any user login and sign out of that common page then user login page should be displayed other wise admin login page should be displayed.. Private Sub LinkButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles signout.Click Session.Abandon() Response.Redirect("AdminLogin.aspx?msg=" + System.Web.HttpUtility.UrlEncode("You have signed out SuccesFully. Please Sign in again")) End Sub now how i should purt the logic. Thank You.

    ASP.NET question

  • Connecting to a database is a serious problem to me
    H Hemant Garg

    Hello to every One, i'm using database in my web form for login and user purpose.. due to some reasons i have to format my pc. after that when i again re-install sql server 2000 and visual studio7 i'm unable to connecto to the database in the following line: Protected sqlconnection1 As SqlConnection = New SqlConnection("data source=.;initial catalog=daccrop;persist security info=False;user id=dac1605;pwd=dac1605;workstation id=self;packet size=4096") Actually i have changed the server and computer name in my new installation i.e from "DAC_147_347" to "garg" and again i don't remember how the authentication was done i.e windows or by sql server login. Following is the modified coding for connecting to database.. Protected sqlconnection1 As SqlConnection = New SqlConnection("data source=GARG;initial catalog=dac1605;integrated security=SSPI;persist security info=False;workstation id=GARG;packet size=4096") This is still not working.. suggest me how should i know the setting done in sql server and after knowing how should i implement it. The Error shown to me is: "SQL server does not exist or access is denied" Thank You..

    Database database security help sql-server sysadmin

  • How to connect to Database.......
    H Hemant Garg

    Hello to every One, i'm using database in my web form for login and user purpose.. due to some reasons i have to format my pc. after that when i again re-install sql server 2000 and visual studio7 i'm unable to connecto to the database in the following line: Protected sqlconnection1 As SqlConnection = New SqlConnection("data source=.;initial catalog=daccrop;persist security info=False;user id=dac1605;pwd=dac1605;workstation id=self;packet size=4096") Actually i have changed the server and computer name in my new installation i.e from "DAC_147_347" to "garg" and again i don't remember how the authentication was done i.e windows or by sql server login. Following is the modified coding for connecting to database.. Protected sqlconnection1 As SqlConnection = New SqlConnection("data source=GARG;initial catalog=dac1605;integrated security=SSPI;persist security info=False;workstation id=GARG;packet size=4096") This is still not working.. suggest me how should i know the setting done in sql server and after knowing how should i implement it. The Error Message shown is: "SQL server does not exist or access is denied" Thank You..

    ASP.NET database security sql-server sysadmin help

  • connecting to database is a serious problem
    H Hemant Garg

    The Error messages is: "Sql server i does not exist or access is denied"

    ASP.NET database security sql-server sysadmin help

  • connecting to database is a serious problem
    H Hemant Garg

    Hello to every One, i'm using database in my web form for login and user purpose.. due to some reasons i have to format my pc. after that when i again re-install sql server 2000 and visual studio7 i'm unable to connecto to the database in the following line: Protected sqlconnection1 As SqlConnection = New SqlConnection("data source=.;initial catalog=daccrop;persist security info=False;user id=dac1605;pwd=dac1605;workstation id=self;packet size=4096") Actually i have changed the server and computer name in my new installation i.e from "DAC_147_347" to "garg" and again i don't remember how the authentication was done i.e windows or by sql server login. Following is the modified coding for connecting to database.. Protected sqlconnection1 As SqlConnection = New SqlConnection("data source=GARG;initial catalog=dac1605;integrated security=SSPI;persist security info=False;workstation id=GARG;packet size=4096") This is still not working.. suggest me how should i know the setting done in sql server and after knowing how should i implement it. Thank You..

    ASP.NET database security sql-server sysadmin help

  • Help ME, This is the second day today but still i get answer..
    H Hemant Garg

    This is the folowwing coding i download from net... But it is not working... TextBox1.Attributes.Add("onkeydown", "if(event.which || event.keyCode) {if((event.which == 13) || (event.keyCode == 13)) {document.getElementById('"+Usr.UniqueID+"').click(); return false;}} else {return true}; "); Suuggest me.. what problem is there

    ASP.NET javascript help

  • Help ME, This is the second day today but still i get answer..
    H Hemant Garg

    This is the folowwing coding i download from net... But it is not working... TextBox3.Attributes.Add("onkeydown", "if(event.which || event.keyCode) {if((event.which == 13) || (event.keyCode == 13)) {document.getElementById('"+Usr.UniqueID+"').click(); return false;}} else {return true}; "); Suuggest me.. what problem is there

    ASP.NET javascript help

  • Help ME, This is the second day today but still i get answer..
    H Hemant Garg

    Hello to Every one, There are two panel each containing a text box and and a button. Panel1 including textbox1 and button1 & Panel2 including textbox2 and button2. Now i want that after page_load if i select the textbox1 then entire panel2 should not be visible or vice-versa... Can this is possible without using javascript as i donn't know it... If not,could you give me The entire code in javascript for doing the above.. Suggest me.... Thank you.

    ASP.NET javascript help

  • How to use panels and text boxes
    H Hemant Garg

    Hello to Every one, There are two panel each containing a text box and and a button. Panel1 including textbox1 and button1 & Panel2 including textbox2 and button2. Now i want that after page_load if i select the textbox1 then entire panel2 should not be visible or vice-versa... Can this is possible without using javascript as i donn't know it... If not,could you give me The entire code in javascript for doing the above.. Suggest me.... Thank you.

    ASP.NET javascript tutorial

  • Want ot start javascript coding but.. [modified]
    H Hemant Garg

    there r rwo input groups in my form one for admin and other for user login... When i click textbox1 then button 1 should be default button but when i click the textbox2 then button2 should be default button... i hav used panel1 for textbox1 and button1 and panel2 for textbox2 and button2. how can i do this... suggst me... Thank you

    ASP.NET javascript html help tutorial

  • Want ot start javascript coding but.. [modified]
    H Hemant Garg

    Hello to EveryOne, i now want to learn Javascript but how should i. I read some coding on google but i even don;t know how to and where to write the create function.. Could anyBody help me in this regard... Even some good books fir this purpose. For Eg: if(window.event.keyCode==13) { var but = document.getElementById('Your Button ID'); but.click(); } in html Where i should write this code... Thank You. Hemant Garg

    ASP.NET javascript html help tutorial

  • There r two Submit Buttons
    H Hemant Garg

    I don't know the use of java script.... could u halp me how to do this

    ASP.NET
  • Login

  • Don't have an account? Register

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