How I get Application_Exit Eventhandler in javascript code.... I mean when Application_Exit Eventhandler fires how I notify in javascript
xodeblack
Posts
-
How I get Application_Exit Eventhandler in javascript code -
Pop Window not show seprately When calling it from JavascriptHi................! I have two projects in one solution........... One is Web project and second is silverlight project that display popup window ...................... I call that silverlight popup from Javascript........... When I set silverlight project as startup project then popup window display fine...........But When I set web project as stratup project then popup window is part of .aspx page .............................. How the problem is to be fix.............. I want popup window when calling from javascript...............Not part of webpage(.aspx page)................ Regards Kashif
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
Is it possible to add silverlight popup in asp.net codeThere is list box............. When user will click on that listbox then silverlight popup should open
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
Is it possible to add silverlight popup in asp.net codeIs it possible to add silverlight popup in asp.net code
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
Popup window in silverlightHi ....... I want to display popup window ............ when user click on asp.net button(register clientside JavaScript function) in aspx page ..... then popupwindow should display with given text, text is parameter ...................... that pass asp.net button to client JavaScript function ... waiting your reply
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
Update .Net Framework 3.5 to .Net Framework 3.5 SP1Want to Update .Net Framework 3.5 to .Net Framework 3.5 SP1................please send me link .............I just want to update .Net Framework 3.5 to .Net Framework 3.5 SP1..........Not Complete installation of .Net Framework 3.5 SP1 Thankz in Advance
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
How to call javascript function in page_load event without any control attachmentthankz Abhijit Jana
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
How to integrate Asp.net application with Quick booksfirst of all thankz ur reply Quick book is accounting software
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
How to integrate Asp.net application with Quick booksHow to integrate Asp.net application using sqlserver with Quick books
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
How to call javascript function in page_load event without any control attachmentHow to call javascript function in page_load event without any control attachment
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
Error When gridview property EnableSortingAndPagingCallback set to true (gridview has tempate field column)I have gridview control with Template field(Checkbox) in Asp.net ...................When we set EnableSortingAndPagingCallback property to true and run the application..........if gives the following error ...
Callbacks are not supported on TemplateField because some controls cannot update properly in a callback. Turn callbacks off on 'GridView1'.
How we fix this error .................
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
Want to split variable in SQL[modified]I have variable @keys which value is Declare @keys varchar(max) set @keys = '44,333,234,125,3,3445' I want to split above variable in following from
44
333
234
125
3
3445the length of @keys can be 4000 character
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
modified on Saturday, September 12, 2009 9:52 AM
-
Want to develop Email CreaterHi all I want to make application that take name,password ,Email as input and create me Email in hotmail.....so can anyone give me idea to develop this application.....
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
Want MapInfo files samplesHi all I want samples of mapInfo files....can anyone provide me or give me URL from where I can download it .........I want to make software that read mapInfo files and create map from these files
Dre@m is not th@t wh@t u see in sleep.Dre@m is the thing which does not allow u to sleep
-
Problem in setup project [modified]Thankz Greg Chelstowski I change the connection string according to ur post
-
Problem in setup project [modified]Hi keefb very Thankz Problem is fix
-
Problem in setup project [modified]app.Config. I added this file in application folder of setup project
-
Problem in setup project [modified]Here is code
public clsGeneric()//Constructor
{
_mainConnection = new SqlConnection();
AppSettingsReader _configReader = new AppSettingsReader();\_mainConnection.ConnectionString = \_configReader.GetValue("ConnectionString ", typeof(string)).ToString(); }
When I run project from visual studion it run fine......but when I create installer and install application then run from installed exe then error occurs
-
Problem in setup project [modified]First of all thankz for your reply Sorry keefb it is my written mistake in question .......In project I am using same key .........now I corrected my question ...please check it again ......In app.config the key is ConnectionString .........and I also use ConnectionString (Same variable) in Code file ............Now please check it and can you tell me where is problem .... why error occurs that I mentioned in first post :-O
-
RDLC C# Report shows only record...but datasource containts more then 100 records [modified]Hi Abhishek Sur Thankz now it is working ;)