Click here to Skip to main content
15,900,724 members

Comments by Asif Iqbal A.Khan (Top 11 by date)

Asif Iqbal A.Khan 16-Mar-12 8:47am View    
the code block which u have added i unable to see that..
Asif Iqbal A.Khan 15-Mar-12 0:43am View    
I have tried with that also, but the problem here is, it will occupies the space only when it has some control, else it will just shrink.
Asif Iqbal A.Khan 15-Mar-12 0:41am View    
Ya i do have a Master Page..
Asif Iqbal A.Khan 8-Mar-12 2:34am View    
Pasad : I got a issue, I have the Adobe 10.1, in this version its not loading, where as in Adobe 9 and later version its getting display. So do you have any Idea about Adobe version 10
Asif Iqbal A.Khan 8-Mar-12 1:35am View    
<pre lang="vb">
Session("pName1") = "@StartDate"
Session("pName2") = "@EndDate"
Session("pValue1") = txtFrom.Text
Session("pValue1") = Format(CDate(txtFrom.Text), "yyyy-MM-dd HH:mm:ss")
Session("pValue2") = Format(CDate(txtTo.Text), "yyyy-MM-dd HH:mm:ss")

Session("pName3") = "@Machine"
Session("pName4") = "@PlantID"
Session("pName5") = "@CompanyName"
If cmbMachineID.Text = "All" Then Session("pValue3") = "" Else Session("pValue3") = cmbMachineID.Text
If cmbPlantID.Text = "All" Then Session("pValue4") = "" Else Session("pValue4") = cmbPlantID.Text
Session("pValue5") = GetCompanyName.fn_CompanyName()</pre>
_______________________________________________

Pashad here is my code