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
M

MathewPV

@MathewPV
About
Posts
22
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Java Script Error
    M MathewPV

    I am using javascript to create three tabs with field in the asp.net web application. while validating the second tab the message is displayed in the label but the selected tab is the first one. the java script is as follows

    function Function1()
    {
    document.getElementById('Tab1').style.display = "none";
    document.getElementById('Tab2').style.display = "block";
    document.getElementById('Tab3').style.display = "none";
    }

    server side code

    Button1.Attributes.Add("OnClick", "Javascript:return Function1()");
    ScriptManager.RegisterStartupScript(this, this.GetType(), "Function1", "Button1_OnClick", true);

    JavaScript csharp java javascript asp-net sysadmin

  • Underline a Gridrow
    M MathewPV

    I have a gridview in my application. I want to give underline in all the rows that i have i dont want the border in the grid.

    ASP.NET css

  • AJAX HTML Editor Customization
    M MathewPV

    I want to customize the editor. i am unable to customize the font name and font size. Any idea about this.

    ASP.NET html

  • Select number of rows [modified]
    M MathewPV

    Thank you for the valuable information. Yes it worked

    Database database help

  • Select number of rows [modified]
    M MathewPV

    Sql server 2005

    Database database help

  • Select number of rows [modified]
    M MathewPV

    I have a table with 5000 rows I want to get the first 1000 rows in a single select query and the next 1001 to 5000 rows in another select query. A help from somebody will be deeply appreciated.

    modified on Tuesday, August 3, 2010 11:34 PM

    Database database help

  • Masked Textbox validation
    M MathewPV

    How can i validate a masked text box with out accepting any blank spaces. When i custom validate a masked textbox by giving 0 or 9. it is accepting spacebar as well.

    ASP.NET question

  • Ireport texts
    M MathewPV

    Kindly send me some useful links for studying ireports

    Java

  • Bind each record in Form A from Form b on Btn clicks in Form A
    M MathewPV

    I have next and previous buttons in Form A..So that when i click the Next button the next row details from Form B (gridview Row)will be bound on the controls in form A..Otherwise each time i need to got to form B and select the next row in datagrid view

    C# csharp help question

  • Bind each record in Form A from Form b on Btn clicks in Form A
    M MathewPV

    This is a windows based C# project.I have 2 forms A and B.Form B contains search button and datagrid view wherein we select the row and the corresponding data will be bound to the controls in Form A.I have 2 buttons previous and next to view each record based on the search criteria..how can i get each record on these button click.Kindly help me

    C# csharp help question

  • Tables in database.
    M MathewPV

    I have created a database with n number of tables. i want to delete some rows from some tables matching certain criteria. This i have to do dynamically. I am a beginner to sql. If someone in here can shed me a light will be great.

    Database database learning

  • Unformatted text in grid row when saved from rich txt box [modified]
    M MathewPV

    there isnt any code for it..my multiline and word wrap property is set to true..a small square box appears when i click save button after entering data with accept return property set to true.Cud u plz help me

    C# css help

  • Unformatted text in grid row when saved from rich txt box [modified]
    M MathewPV

    i ve set wrapmode to true..a small square box is shown on save of text from rich text box with accept return set as true

    C# css help

  • Unformatted text in grid row when saved from rich txt box [modified]
    M MathewPV

    i have a form which contain rich text box and that accepts return key.On save of text with multiline text property to the grid it shows a square on enter key press position..pls help

    modified on Friday, March 19, 2010 7:32 AM

    C# css help

  • Crystal Reports
    M MathewPV

    Hello every body... Kindly give some helpful links to study the working of crystal reports 11. i am a beginner and no idea how it works. If someone in here can shed me a light will be great.. Thanks in advance

    Windows Forms learning

  • close all opened windows
    M MathewPV

    Sorry i am not aware of application.openforms. Can i get the name of the open windows using this property.

    C# question

  • close all opened windows
    M MathewPV

    Hello all, Could somebody tell me how can i close all the windows opened in my windows application. The flow is like this from login to main window from main window to all other windows. when i click the logout button in main window it should close all the opened windows in my application and the login window must be shown.. Thanks in Advance..

    C# question

  • Close all opened windows
    M MathewPV

    Hello all, Could somebody tell me how can i close all the windows opened in my windows application except my main window.

    ASP.NET question

  • Validate name in text box
    M MathewPV

    i have just started when i was writing the code it showed me this error

    ASP.NET help

  • Validate name in text box
    M MathewPV

    i want to allow the user to enter apostrophe in the name entered in the text box.. it cant be given as e.KeyChar == '''. can somebody help me i am new to this..

    ASP.NET 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