|
hi,
I have created a page and added session.After some time,the session expires.I want to find at wat time it is breaking down.
is it possible.
plz help me out.
Thanks in advance
cheers
sangeet
|
|
|
|
|
|
H!,
I am using ASP.NET 1.1.I have a link button in my page which opens a popup window when it is clicked. But when i click it it is causing a postback and the popup window is opening. I need to open the popup window without causing the postback. Popup is opening through javascript function which is set to link button's onclick(client) event through linkbutton's attributes.
Thanks in Advance
Phanindra...
|
|
|
|
|
maybe.. just use normal A link.
|
|
|
|
|
Just set
EnablePostback=False for link button. Or simply use
Lets work it Out.........!
|
|
|
|
|
where is that EnablePostback property ?
Regards,
Sylvester G
Senior Software Engineer
Xoriant Solutions
sylvester_g_m@yahoo.com
|
|
|
|
|
Do not use link button, Use hyper link
Regards,
Sylvester G
Senior Software Engineer
Xoriant Solutions
sylvester_g_m@yahoo.com
|
|
|
|
|
At the end of the javascript function say 'return false' and it won't postback
|
|
|
|
|
your suggestion is logically good. But after transfering the control to the popup window you will no be able to execute "return false" statement.
Regards,
Sylvester G
Senior Software Engineer
Xoriant Solutions
sylvester_g_m@yahoo.com
|
|
|
|
|
whats the difference between form base authentication,windows authentication,and session management.and in whaich situation we should use form authentication,in which windows authentication and in which sessions.
-- modified at 1:03 Friday 16th February, 2007
Chohan
|
|
|
|
|
|
I have used modalpopup control in my page but it doesnt act as a modalpopup(user can interact with the main page while popup is displayed). Plz tell me whats wrong ????
|
|
|
|
|
Are you sure that you are using like that? eg:
window.showModalDialog()
it would be great if you can show us the code that you wrote for ModelPopup.
|
|
|
|
|
I think he's talking about the ModalPopup control in the AjaxControlToolkit. You'd be better off asking over on the ASP.NET forums - lots of official Mikersoft people there to help! An explain more about what doesn't work - Does the modal box appear? Is the rest of the page not blanked out by a grey overlay?
|
|
|
|
|
ya i m talkin abt AJAX Modal Popup...well popup is displayed but still the main page isnt grayed means user can still interact with the main page on which popup is displayed.
|
|
|
|
|
i am accessing web services through proxy when i changed path of webservice it causes exception so what i do ?? to over come this problem
NIKHIL
|
|
|
|
|
I hava developed two application. I just want to integrate the application. Kindly anyone help me out regarding this.
Regards,
LEE
|
|
|
|
|
What application you developed ? Web or Windows ?
How you want to integrate ? you mean putting both in same solution ?
Cheers
Navaneeth!!
|
|
|
|
|
Web Application...! I have developed two solutions. I want in one solutions file. How do we integrate.
Regards,
LEE
|
|
|
|
|
okay. let's say you hav webproject1 and webproject2. you wanna integrate all of your pages into webproject1. first you hav to check whether there is any same file name or not in both projects. if it's not then open webproject1 in VS IDE. open Webproject2 Folder. Select all files except solution file of webproject2. then, drag and drop in WebProject1. That's all.
|
|
|
|
|
Thanks guys...for ur guidance
Regards,
LEE
|
|
|
|
|
Another method what I feel was
1. Create a blank solution
2. Then using add existing items, add existing project files
Cheers
Navaneeth!!
|
|
|
|
|
We dont even know what kinda application that you have developed and how you wanna integrate. so, we are not sure how we are gonna help you..
so, better if you can give us more details about your applications and how you wanna integrate.
|
|
|
|
|
please give the code how to display past 3 months dates in .net 2005 not in php related code....
i need when i clicking one particular date it has to show in that particular date of content...
like Archives...
|
|
|
|
|
The DateTime class has the AddDays and DaysInMonth method. There is also a calendar control built into the framework ( but not a very good one ).
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
|
|
|
|