Click here to Skip to main content
16,019,349 members

Comments by MR.FIROZ KHAN (Top 4 by date)

MR.FIROZ KHAN 14-Jun-12 12:08pm View    
why sandeep Mewara@ its seem like homework..
MR.FIROZ KHAN 14-Jun-12 12:07pm View    
its possible or not @legor
MR.FIROZ KHAN 14-Jun-12 7:07am View    
have a problem while developing some webpages.The Problem is that:-
How We Can Disable The Controls Of One Web Form From Other Web Form In
Asp.net?

Explanation:-
There Should Be Two Web Form,Web Form1.aspx and Web Form2.aspx,Now From Web
Form1.aspx When I Click One Button (Disable), Then Web Form2.aspx Buttons
And Other Text Boxes Etc
Should Be Disable. Means Now After Clicking The Button(Disable) From Web
form1.aspx If I click any Button on Web Form2.aspx then That
Button Should not Clicked Means The Buttons Should be Disable OR Doesn¡¦t Do
Any Work On Web Form2.aspx as The Whole Form Should Now
Be Disable For Any Working.
Remember One Thing That The Both Forms,Web Form1.aspx
and Web Form2.aspx Will Open In Browser and When the Both are running Then I
Would Click on Web Form1.aspx¡¦s Disable Button to
Disable Web Form2.aspx And After Disabled The Web Form2.aspx Should be There
In Its Browser Means It Should not Closed But Remained Open. And In Same Way
When I Click Alive Button On
Web Form1.aspx Then The Disabled Form Web Form2.aspx Should be
Alive.
MR.FIROZ KHAN 19-Mar-12 12:33pm View    
after inter the password in loginpage the redirect to home page .. but loging page are not close .. i use this code in submit button in loging page
" ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "aa", "javascript:window.open('Home.aspx','','width=800,height=600,resizable=1,close=1')", true);
can any one tell me solution
"