are you here for chating or for knowledge. ???
mannu
are you here for chating or for knowledge. ???
mannu
there is no server side or client side concept with Executing batch file.
mannu
i think you are not familiar with exe or com objects.
mannu
i have already written a code in c# to call a batch file and in batch file i written the code to transmit the file. Even i got success to pass parameter to batch file from c# code . But the problem is that i am not able to do error handling with it means i dont have idea if the batch file not able to transmit the file then how to handle the error or how i wiil get the response.
mannu
i want to upload a file using a batch file and check the upload staus from asp.net code. please suggest me the proper command line argument in batch file.
mannu
i want to upload a file using a batch file and check the upload staus from asp.net code. please suggest me the proper command line argument in batch file.
mannu
I am going to develo leave application system in asp.net with WF. but i have no idea that i have to use Workflow foundation for Business logic or for complete project.
mannu
so your question solved now or not.
Mahendra Bisht.
use the following line ListBox1.Items.Add(lstbxTags.SelectedItem);
Mahendra Bisht.
what is your Requirement.
Mahendra Bisht.
this work fine with IE but not for Mozila
Mahendra Bisht.
I am using following code to remove the IE Cache. Response.Cache.SetCacheability(HttpCacheability.NoCache); But i am not able to remove the Mozila Browser Cache Using this Code.
Mahendra Bisht.
i solved the problem using following code. But is this code is globally accepted or not please advice me. function noBack() { window.history.forward() } noBack(); window.onload=noBack; window.onpageshow=function(evt){if(evt.persisted)noBack()} window.onunload=function(){void(0)}
Mahendra Bisht.
I want to achieve the same functionality which is implemented on http://www.icicibank.com for back button.
Mahendra Bisht.
how to disable the back button on mozila firefox.
Mahendra Bisht.
yes, u r absolutely right.
Mahendra Bisht.
there may be more then one website and they are not providing any webservice.
Mahendra Bisht.
pass parameter '@ID' value to Procedure or Function 'SubmitRecord1'
Mahendra Bisht.
function click(e) { if (document.all) { if (event.button == 2) { alert('Right Click Not Allowed'); return false; } } if (document.layers) { if (e.which == 3) { alert('Right Click Not Allowed'); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; use this code in javascript
Mahendra Bisht.
right now i have not apporached any way to read the contents from another site.
Mahendra Bisht.