Click here to Skip to main content
15,905,071 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Calculate distinces between 2 location Pin
Jon Sagara10-Aug-07 8:45
Jon Sagara10-Aug-07 8:45 
QuestionHow to get or set value/text of disabled dropdown list in java script Pin
here2learn10-Aug-07 5:19
here2learn10-Aug-07 5:19 
AnswerRe: How to get or set value/text of disabled dropdown list in java script Pin
Guffa10-Aug-07 5:28
Guffa10-Aug-07 5:28 
GeneralRe: How to get or set value/text of disabled dropdown list in java script Pin
here2learn12-Aug-07 18:50
here2learn12-Aug-07 18:50 
QuestionOverFlow Property in HTML 4.01 Pin
nandhububbly10-Aug-07 4:05
nandhububbly10-Aug-07 4:05 
AnswerRe: OverFlow Property in HTML 4.01 Pin
Vasudevan Deepak Kumar10-Aug-07 4:08
Vasudevan Deepak Kumar10-Aug-07 4:08 
GeneralRe: OverFlow Property in HTML 4.01 Pin
nandhububbly10-Aug-07 4:15
nandhububbly10-Aug-07 4:15 
QuestionHow to hide Menubar of IE in a web application? Pin
garimajain_mca10-Aug-07 4:03
garimajain_mca10-Aug-07 4:03 
I am working on a web application. I don’t wan to give menu bar to users. I want to hide toolbar when user logged into application. I tried this code
string strScript = "";
strScript += "window.open('" + strRedirect + "','_blank','menubar=no,resizable=yes');";
strScript += "";
if (!Page.IsStartupScriptRegistered("openclientScript"))
{
Page.RegisterStartupScript("openclientScript", strScript);
}

With this code i was able to open home page without menu bar. But that page opens in a new window. I don’t know the way to close the window from which user logs in. Can any body help me? I tried to open the home page in the same window using _self parameter but menu bar was still there.
AnswerRe: How to hide Menubar of IE in a web application? Pin
Vasudevan Deepak Kumar10-Aug-07 4:06
Vasudevan Deepak Kumar10-Aug-07 4:06 
QuestionPop up window problem Pin
ragavan10-Aug-07 2:23
ragavan10-Aug-07 2:23 
Questionhow to Store Text files into SQL SERVER 2000 Pin
Adapala10-Aug-07 2:20
Adapala10-Aug-07 2:20 
AnswerRe: how to Store Text files into SQL SERVER 2000 Pin
Blue_Boy10-Aug-07 2:29
Blue_Boy10-Aug-07 2:29 
AnswerRe: how to Store Text files into SQL SERVER 2000 Pin
leckey10-Aug-07 3:54
leckey10-Aug-07 3:54 
Questionhow to generate unique number Pin
biswa4710-Aug-07 1:51
biswa4710-Aug-07 1:51 
AnswerRe: how to generate unique number Pin
Imran Khan Pathan10-Aug-07 4:09
Imran Khan Pathan10-Aug-07 4:09 
GeneralRe: how to generate unique number Pin
nandhububbly10-Aug-07 4:27
nandhububbly10-Aug-07 4:27 
AnswerRe: how to generate unique number Pin
nandhububbly10-Aug-07 4:10
nandhububbly10-Aug-07 4:10 
QuestionRe: how to generate unique number Pin
Malcolm Smart10-Aug-07 5:00
Malcolm Smart10-Aug-07 5:00 
AnswerRe: how to generate unique number Pin
Justin.Jones10-Aug-07 10:36
Justin.Jones10-Aug-07 10:36 
QuestionDisplaying Date And Time on Status Bar Pin
Ajeet mittal10-Aug-07 1:45
Ajeet mittal10-Aug-07 1:45 
AnswerRe: Displaying Date And Time on Status Bar Pin
Blue_Boy10-Aug-07 2:16
Blue_Boy10-Aug-07 2:16 
QuestionGetting a Sub node value with the help of another Sub node value in XML Pin
chand1010-Aug-07 1:40
chand1010-Aug-07 1:40 
AnswerRe: Getting a Sub node value with the help of another Sub node value in XML Pin
Vasudevan Deepak Kumar10-Aug-07 4:09
Vasudevan Deepak Kumar10-Aug-07 4:09 
Questionhow can i shift my data from HTML table to EXCEL using ASP Pin
koolprasad200310-Aug-07 1:19
professionalkoolprasad200310-Aug-07 1:19 
AnswerRe: how can i shift my data from HTML table to EXCEL using ASP Pin
andyharman10-Aug-07 5:44
professionalandyharman10-Aug-07 5:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.