how to get whole url with querystring of addressbar like http://www.codeproject.com/script/Forums/Edit.aspx?fid=12076&floc=/script/Forums/View.aspx
please help 0
Posts
-
how to get url of addressbar -
How i can collapse panel of splitter using javascript?Hi, I am using Obout splitter. I want to collapse and expand panel left using java script in to child page. I had written following code for javascript function. I perfectly get the object of splitter and check box, but whenever I click that check box it display error that Error:45 Object doesn't supporting this property or method. So ,how i remove this error and collapse panel. function chk_changed() { var mySpl1 = window.parent.document.getElementById ('mySpl'); var check = window.document.getElementById('header1_chkenable'); alert(mySpl1); if (check != null) { if (check.Checked() == "true") mySpl1.CollapsePanel("left"); } }
-
How to migrate CFM to Asp.netI want to migrate CFM to asp.net , if any software or tool you know then please help me
-
Window tray for web applicationthnks, it helps me lots
-
Window tray for web applicationThanks for yr reply, But i want same as window tray in web application. like in messenger ,if any person will be online that at the end it will display that this person is online.
-
Window tray for web applicationhow to create window tray for display alert message for web application .
-
how to select event of controlsya, from thats ok, but how from source like in vb , from vb you can select controls and their related all events from aspx.vb page. So same way, how can we do in c#.net
-
how to select event of controlsI was a VB.Net guy, and now I became a C# programmer, and I have a little question. In VB.Net there is a possibility to select a control in the drop down list at the top of the screen, and then view all the possible events for this control at the other drop down list (on the other side of the screen). Is it possible in C# as well ? I can't figure out how to do it.
-
How to run ASP Projects through IIS ?hmm , do one thing open yr IIS , select yr localserver - > websites -> default websites IN default websites find yr project name if there then right click on that select properties and select tab virtual directories, see the application name textbox is have value or not , if not then press create button and select OK May be yr problem will be solved
-
any body can help me for flyoutthanks , My problem is solved
-
any body can help me for flyoutsorry , but i didn't understand properly, So if u know answer then please send me again
-
any body can help me for flyoutOn my vb.net page has following controls for example:
Label1
dropdowncontrol1
dropdowncontrol2
link1
i am using flyout on link1 click
content..
so whenever flyout is opened , it will display content of flyout as well as from background dropdowncontrol1 and dropdowncontrol2 also seen in that opened flyout. So How can i disply only flyout content not that dropdownlist controls?
-
[Message Deleted][Message Deleted]
-
Problem of Flyout windowWhenever my flyout window is displayed on website then it will display backgroud dropdown list box into that flyout. Means flyout window also show dropdownlist of that page also, so how to display flyout without dispaying that dropdownlist control. please help me