User Profile

Collapse

Profile Sidebar

Collapse
spriyasenthil
spriyasenthil
Last Activity: Mar 22 '07, 12:47 PM
Joined: Nov 30 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • spriyasenthil
    replied to Remove Close Button
    in .NET
    In form propoerties, Control box - one option will be there, make it as false.
    but it will make the whole minimized and maximized box also will disappear!

    try this! it may help u!

    Rdgs,
    Priya.S....
    See more | Go to post

    Leave a comment:


  • hi

    may be this will help u

    sPath = System.AppDomai n.CurrentDomain .BaseDirectory;

    or else

    sAppPath = Environment.Cur rentDirectory;

    try this out!

    Rdgs,
    Priya.S....
    See more | Go to post

    Leave a comment:


  • spriyasenthil
    replied to hi one urgent help
    in .NET
    or else plz tell mee how to dynamically load some menu and disable some items in menu- that is in masterpage

    And am having the form names and values like 0 or 1 in database.

    If it is like this

    Form1 1

    Form2 0

    means, form1 should display in the menu and form2 shouldnt display in the menu tht menu control is in masterpage.

    how to do this??

    ...
    See more | Go to post

    Leave a comment:


  • spriyasenthil
    replied to hi one urgent help
    in .NET
    can any members help me for this issue plzzzz
    See more | Go to post

    Leave a comment:


  • spriyasenthil
    replied to can u plz help me ...its urgent
    in .NET
    U can use Checkbox instead of Radio button? is there any restriction for that?...
    See more | Go to post

    Leave a comment:


  • spriyasenthil
    replied to hi one urgent help
    in .NET
    Am working on Asp.net with C#.net and I got upto XML conversion.

    Wht i did is i created a datatable and binded like this below:

    for (int i = 0; i < GridView1.Rows. Count; i++)
    {
    string strGrd;
    int check;

    myrow = myDataTable.New Row();
    strGrd = GridView1.Rows[i].Cells[0].Text;
    myrow[GridView1.Colum ns[0].HeaderText]...
    See more | Go to post

    Leave a comment:


  • spriyasenthil
    started a topic hi one urgent help
    in .NET

    hi one urgent help

    hi

    Am having one Gridview and in tht Gridview am having some form name with some checkboxes.

    If the checkbox is checked , the value of the form is one! else it is zero!

    Am creating an XML file by using these form names and checkbox values!

    According to these form values as 1, it should load in the menu tht is in MasterPage.

    How can i do this?

    Can u plz give...
    See more | Go to post

  • How to Rollback between two different DB in ORACLE?

    How to Rollback between two different DB in ORACLE?
    --------------------------------------------------------------------------------

    Hi all!

    Am using two different DB in ORACLE! Letz take it as CONN1 and CONN2 means
    DATASOURCE: CONN1
    USERID : CONN1
    PASSWORD : CONN1
    same as CONN2 also!..

    In my functions am writing like first opening the connection for CONN1 and doing...
    See more | Go to post

  • How to Rollback between two different DB in ORACLE?

    Hi all!

    Am using two different DB in ORACLE! Letz take it as CONN1 and CONN2 means
    DATASOURCE: CONN1
    USERID : CONN1
    PASSWORD : CONN1
    same as CONN2 also!..

    In my functions am writing like first opening the connection for CONN1 and doing selection from a table called TABLE1 and closing it and again opening the connection for second connection CONN2 and doing...
    See more | Go to post
No activity results to display
Show More
Working...