Use LINQ !
sam
Posts
-
Pass an argument to use with a foreach loop -
Back Button on Popup Window doesn't work in IEHi Richard MacCutchan ! i do agree with you but dont take it as offence this time i'm looking for solution provider not a guidelines teller.
-
Back Button is not working in IE Popup Windowthe scenario is like this. i have a like on a page that opens up a popup window with another link when i click on that link another page opens in the same popup window with a back button. when i m clicking on back button it doesn't take me to the previous page. (Normal Window)Page1->(PopupWindow)Page2->Page3(with Back Button). Now when i m clicking on the back button present on Page3 it doesn't take me to the Page2. I have checked the window.history.length it comes zero.
-
Back Button is not working in IE Popup Windowi have tried IE6,7and 8
-
Back Button is not working in IE Popup Windowya abhishek i have posted it there too because i didn't get any answer here
-
Back Button is not working in IE Popup WindowMy application doesn;t have any concern with Page1-4. the concern is if i m on Pag6 and i click Back button the window should take me to the Page5 . which is not happening
-
Back Button on Popup Window doesn't work in IEHi! I created a page that has a "Back Button", it opens up as a pop up window. The Back Button doesn't work IE but id does in FireFox Mozilla. I have tried with window.history.go and window.history.back but non of them is working. Any Suggestion please ?
-
Back Button on popup window doesn't work in IEHi! I created a page that has a "Back Button", it opens up as a pop up window. The Back Button doesn't work IE but id does in FireFox Mozilla. I have tried with window.history.go and window.history.back but non of them is working. Any Suggestion please ?
-
Back Button is not working in IE Popup Window:sigh: Dinesh there is no such issue i just want to provide Back Button on popup window same as normal window has
-
Back Button is not working in IE Popup WindowDinesh ! there is no problem with popup blocker. I want to give a back button functionality on popup window same as normal browser window provides.
-
Back Button is not working in IE Popup WindowHi! I created a page that has a "Back Button", it opens up as a pop up window. The Back Button doesn't work IE but id does in FireFox Mozilla. I have tried with window.history.go and window.history.back but non of them is working. Any Suggestion please ?
-
Temporary Table and Order Bydata in temp table will remain in the state and order as its been inserted untill you make any operation(sorting,shorting etc) on it
-
Reading Columnsplease don't explain table data in words. Please show us that in tabular format so that we can have a clear steer view
-
WebConfig fileagain i am confused. I got two impression from your statements 1.You want to make an application which produces WebConfig Files 2.You Want to Update an webConfig from a windows Application Ans: 1. Yes you can. Just follow the formatting and tags given in webconfig file and write is as normal text File and save it as desired name. 2. Yes you can. Create a web service that does the desired changes i.e. upadting your webconfig and call it from your windows application
-
How to Hide another application's tray icon?Is there any need of Win Form in your application ? You can Create windows Services. You can Create Two Applications one will call another. and you can use windows Handles to Hide your Window
-
Xml Probcheck encoding of your XML Doc
-
WebConfig fileIn windows application config file named as App.Config. You can try following procedure to update data in App.config. Create a Place Holder for your DataBaseName. read App.config from Application.StartupPath as a text File Replace the Place Holder and save the file
-
Error in connecting remotely to databaseyou are using wrong connection string Use this..
Data Source=REMOTE_SQL_SERVER;Network Library=DBMSSOCN;Initial Catalog=MY_DATABASE;User ID=MY_DB_USER;Password=MY_USER_PASSWORD;
-
How to make the form hide when click MinimizeBox?set
this.ShowInTaskbar = false;
hope it will help -
CheckAll/Uncheck alluse javascript. and performe your job in a java script function