Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

Rajiya

@Rajiya
About
Posts
151
Topics
86
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Web applications impacted due to upgradation of IE 6 to IE 8
    R Rajiya

    Hi, There is an initiative to upgrade browser on desktop from IE 6 to IE 8. As part of this initiative, all web based applications need to be remediated/tested in order to ensure that they work correctly in IE8. Please let me know on how we can identify the impacted web applications due to this initiative. Please share if there is any standard approach or tools to address such requirement. Kindly redirect me to any tool which will solve this purpose. Thanks in advance. Regards, Riz

    ASP.NET tools

  • Upgration of IE 6 to IE 8
    R Rajiya

    Hi, There is an initiative to upgrade browser on desktop from IE 6 to IE 8. As part of this initiative, all web based applications need to be remediated/tested in order to ensure that they work correctly in IE8. Please let me know on how we can identify the impacted web applications due to this initiative. Please share if there is any standard approach or tools to address such requirement. Kindly redirect me to any tool which will solve this purpose. Thanks in advance. Regards, Riz

    Web Development tools

  • How to control size of the PDF shipment labels when they are printed.
    R Rajiya

    Hi All, In our project, we print shipment lables.When the PDF shipment labels get printed the shipment labels become too small. Please let me know if there is a way to control the size of the PDF shipment labels when they are printed. When viewed they look fine but when printed , they look very small.The goal is make the PDF shipment labels larger when they are printed. Regards, Rajiya Naik

    Web Development tutorial

  • Decoding base64 to generate png image
    R Rajiya

    thanks for the tool. But i wanted a tool or a utility which would convert several base-64 files to png images. Am trying to find out some tool for this. Kindly let me know if any.

    Web Development com help tutorial

  • Decoding base64 to generate png image
    R Rajiya

    Hi, I am getting base64 text and i want to generate a png image from it. Can anyone please suggest me a good encoder or decode for the same. If anyone knows how to go about with yhis then plz help. The coding for the application is done using VB(using COM) and ASP. So any encoder or decoder making use of VB will be more useful. Plz provide me the details of the links if any. Regards, Shiney Shiney Shiney

    COM com help tutorial

  • Decoding base64 to generate png image
    R Rajiya

    Hi, I am getting base64 text and i want to generate a png image from it. Can anyone please suggest me a good encoder or decode for the same. If anyone knows how to go about with yhis then plz help. The coding for the application is done using VB(using COM) and ASP. So any encoder or decoder making use of VB will be more useful. Plz provide me the details of the links if any. Regards, Shiney Shney

    Web Development com help tutorial

  • ASP error Request object, ASP 0107 (0x80004005) on submitting a form
    R Rajiya

    Hi All, I am repeatedly submitting a form in ASP. The error which i am getting is "Request object, ASP 0107 (0x80004005) The data being processed is over the allowed limit". Dont know how to get rid of this. Help is appreciated.

    Web Development help tutorial

  • The HTTTP POST using https is not working.
    R Rajiya

    Hi, We had written a code in ASP in which we are doing HTTP POST using an HTTP URL. This was done locally. We were sending some credit card deatils. When we deployed the code on server, we tried using HTTP POST using HTTPS URL. There is already a certificate issued for this. The HTTTP POST using https is not working. I want to know if it is a certificate issue or do i have to do some changes in the code if i try to use HTTP POST on HTTPS URL? The HTTP POST code is as follows: Set objHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP") objHTTP.Open "POST", strURL, False Plz help. Regards, Riz

    ASP.NET help sysadmin cryptography question

  • Using Between two Dates.
    R Rajiya

    Hi, I have written a query to extract data from a table whose created date lies between current date and 30 days ago.in PL/SQL I have written query as follows: select creat_dt from shpt where shpt.creat_dt between trunc(sysdate) and trunc(sysdate-30) Although it is having records for which created date falls between current date and 30 days prior to current date, it still shows me no records extracted. Help me with this.

    Database database help

  • Help required with Joins
    R Rajiya

    Error i get is ORA-00933: SQL command not properly ended. There is some mistake in the query which i am not getting. Plz help me out.

    Database database help

  • Help required with Joins
    R Rajiya

    Hi All, I am writing a query for a daily report generation. It involves data from 4 tables. Am so confused about which joins to use. It also makes use of GROUP BY CLAUSE on Cust_NBR and make use of agrregate function Count. I have written a query as follows but it's not working. Plz help me...as it is urgent. select SH.ARBL_NBR Airbill,S.cust_NBR Account_Number,S.Shpt_Id,S.City_Nam sender_City, S.St_Prvnc_Cd Sender_State,s.cntry_id Sender_Country,S.Postl_Cd sender_postal, S.Svc_Lvl_Cd Sender_Service_Area_Code, R.City_Nam Receiver_City,R.St_Prvnc_Cd Receiver_State,R.cntry_id Reciever_Country, R.Postl_Cd Receiver_Postal, R.Svc_Lvl_Cd Receiver_Service_Area_Code, U.Frst_Nam||' ' ||U.last_nam Name, S.STR_ADDR_1 Sender_Street_Address1, S.Str_Addr_2 Sender_Street_Address2 from shpt SH Right Outer Join shpt_addr S on sh.shpt_id = S.shpt_id Right Outer Join shpt_addr R ON S.shpt_id = R.shpt_id Right Outer Join Users U ON SH.User_Id = U.User_Id Right Outer Join Cust C On S.Cust_Nbr = C.Cust_Nbr where S.ADDR_TYP_CD = 1 and R.Addr_Typ_Cd = 2 and c.creat_dt between trunc(sysdate) and trunc(sysdate-90) group By S.Cust_Nbr Desc Having Count(sh.shpt_id >= 25)

    Database database help

  • Opening a new popup window on click of a hyperlink from another popup window in ASP.
    R Rajiya

    Hi All, How can I open a new popup windoe on the click of the hyperlink in an popup window. When I tried opening a new popup window form another popup window, it opened the popup window in the same window and not a new one. Please help.

    ASP.NET help question

  • Disabling the close button on a form
    R Rajiya

    Hi, In my asp.net application, i am opening a child window.I want to disable the close button on the title bar. Does anyone knw how to go about in doing it. Thanks, Riz Riz

    ASP.NET csharp asp-net tutorial

  • Firing a button click event on window close
    R Rajiya

    button object is found. But it does not go to the server side code of the button click. Riz

    ASP.NET sysadmin

  • Firing a button click event on window close
    R Rajiya

    No..... I dont want to call a javascript. In my javascript i am calling the button click event in the server code. But the button click event does nt get fired. Plz help me out. Riz

    ASP.NET sysadmin

  • Firing a button click event on window close
    R Rajiya

    Hi, On the close event of the window, I want to call a button click event which is present on the server side. so in the body tag in the onload() i am calling the button click event as follows: function formclose() { var res res = confirm("Do you want to draft this mail, attachments will not be saved.") if(res == false){ window.opener = self; window.close(); } if(res == true) { alert(res); document.getElementById('btnsavclose').click(); } } But only the confirmation meassage is fired and not the button click event. plz suggest me a solution. riz Riz

    ASP.NET sysadmin

  • Making a html input button invisible
    R Rajiya

    Hi, I have a html button btnBroadcast on my page on click of which i am opening a popup window. When i login i check for user access which can have a value of true and false.I store this value in a session variable and depending on whether the session value is true or false i have to make the html input button "btnBroadcast" visible or hidden. Does anybody know how to do it. Thanks, riz

    ASP.NET html tutorial

  • Style sheets are not getting applied.
    R Rajiya

    Hi, Actually it's not getting style sheets and javascript events becoz document.write(strHtml) is writing the script on a new document.and on the new document it is not finding the javascript and style sheet. Does anybody knw how do i write on the current window and not on the new window? Thanks, Riz

    ASP.NET database javascript sql-server sysadmin

  • Style sheets are not getting applied.
    R Rajiya

    Hi, I am creating a table using javascript using a recordset.I am applying style sheets and javascript functions to the table. But the stylesheets and javascript functions are not getting applied. My the function for table creation is as follow. function showReports(){ try{ var objConn; //var test=document.getElementById("mysheet").cssRules[0].style.color; var empId = document.getElementById('hdnEmpId'); var aServer = "10.11.50.15"; var uid = "sa"; var pwd = "mis"; var Database = "GSMail"; var conn_str = "DRIVER={SQL SERVER};SERVER=" + aServer + ";UID=" + uid + ";PWD=" + pwd + ";" + "Database=" + Database + ";" var strHtml =""; strHtml +="

    "; strHtml +=""; //Database Connection var conn = getAdoDb("ADODB.Connection"); conn.open(conn_str, "", ""); //Recordset var rs = getAdoDb("ADODB.Recordset"); strQuery = "SELECT FolderName FROM EmpFolders WHERE SHOWFOLD=1 AND EMPID=" + empId.value; rs.open(strQuery, conn, adOpenDynamic, adLockOptimistic); strHtml += ""; strHtml += ""; if(!rs.bof){ rs.MoveFirst(); while(!rs.eof) { strHtml += "" + rs.fields(0).value + ""; rs.MoveNext(); } strHtml += ""; strHtml += ""; alert(strHtml); } else{ //No Records. strHtml += "No Records."; } conn.close(); strHtml += ""; strHtml +="<\/layer><\/div>"; document.write(strHtml); alert(strHtml); }catch(ex){ alert(ex.message); } } Thanks, Riz

    ASP.NET database javascript sql-server sysadmin

  • Generating &lt;TD>'s at runtime
    R Rajiya

    hi, I want to generate 's at runtime depending upon the records returned by a stored procedure.I am creating layers using

    tags in my aspx page.How do i do it? My code is as below: document.write("<div id=\"menu2\" style=\"filter:revealTrans(duration=.5, transition=3) progid:DXImageTransform.Microsoft.Shadow(direction=135, color=#AAAAAA, strength=5);\" onmouseout=\"killMenu('menu2')\" onmouseover=\"checkMenu();\">"); document.write("<layer name=\"menu2\" onmouseout=\"killMenu('menu2')\" onmouseover=\"checkMenu();\">");

    [User Settings](javascript:ViewSettings();) [Signature](javascript:ViewSignature();) [Define Distribution List](javascript:ViewDistributionList();) [Folder Manager](javascript:ViewFolderManager();)

    document.write("<\/layer><\/div>"); Here Record1 will be generated depending on the number of records fetched from the database. For e.g. If 5 records are returned then 5 tags shld be generated. plz let me knw how to do it? Thanks, Riz

    ASP.NET database question javascript tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups