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....
User Profile
Collapse
-
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....Leave a comment:
-
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??
...Leave a comment:
-
-
U can use Checkbox instead of Radio button? is there any restriction for that?...Leave a comment:
-
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]...Leave a comment:
-
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... -
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... -
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...
No activity results to display
Show More
Leave a comment: