|
You may try to give "Write" permission to IUSR_MACHINENAME user for that path.
|
|
|
|
|
I have an icon in the data grid. How to display number dynamically on this icon?
I want to display a number dynamically.
Plzzzz help me...
Mads
|
|
|
|
|
Here you given "CustomerServiceRefund.gif" this is an static image, Instead of this static file, Give some dynamic files like .aspx... For example
in the weform1.aspx get the querystring named Value (now value is 3)
using System.Drawing draw the number into the Image Object
Then save the Image object into the response stream
Change the Content-type of the Response object to "bmp/jpg"
Now the webform1.aspx will render Image instead of the Textcontent
--Manikandan.net--
|
|
|
|
|
I have an icon in the data grid. How to display number dynamically on this icon?
<br />
<a href='#' title='View Customer Service Refund Details' onclick=LoadCustomerDetails()><img src='Images/CustomerServiceRefund.gif'></a><br />
I want to display a number dynamically.
Plzzzz help me...
Mads
|
|
|
|
|
|
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.
|
|
|
|