473,414 Members | 1,598 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Regaarding the Navigational button in ASP

The navigational button (<<) is not working correctly when doing an account search from the Account search page. . Data entered in the account search was 22121% - which returned a screen of account/cat matching the account search. In this case the first page was displayed and showed a total of 5 pages -. The > and >> navigation buttons as well as the < button function as expected. If you select the << navigational button, the full 38 page of accounts is returned - The << should return the user to the first of the pages that were returned on the original search and not the full account list.
Sep 12 '07 #1
5 1529
jhardman
3,406 Expert 2GB
hmm. show your code. or at least explain how the thing was set up in the first place.

Jared
Sep 13 '07 #2
hmm. show your code. or at least explain how the thing was set up in the first place.

Jared
Here's the code:
Expand|Select|Wrap|Line Numbers
  1. <%Server.ScriptTimeout=185
  2. Response.Buffer=true
  3. Response.Expires = -1
  4. %>
  5. <!--#INCLUDE VIRTUAL="/ccpscripts/common/ccpCommon.asp"-->
  6. <!--#INCLUDE VIRTUAL="/ccpscripts/common/adovbs.asp"--> 
  7. <!--#INCLUDE VIRTUAL="/ccpscripts/common/ccpSecurity.asp"-->
  8. <!--#INCLUDE VIRTUAL="/ccpscripts/common/WebServiceCommon.asp"-->
  9.  
  10. <script language="javascript" type="text/javascript">
  11.     var agt = navigator.userAgent.toLowerCase();
  12.     var is_ie4  = agt.indexOf("msie 4.0")!=-1;
  13.     var is_ie5up  = agt.indexOf("msie 5.0")!=-1;
  14.     var style = "pc";
  15.  
  16.     if (navigator.platform != "Win32")
  17.     {    style = "mac_ns4";
  18.         if (is_ie5up)
  19.             style="mac_ie";
  20.             if (is_ie4)
  21.             style="mac_ie4";
  22.     }
  23.     else
  24.     {    if (navigator.appName == "Netscape")
  25.         {    if(parseInt(navigator.appVersion) >= 5)
  26.             style+="ns6";
  27.             else
  28.             style+="ns4";
  29.         }
  30.     }
  31.     document.write("<link rel='stylesheet' type='text/css' href='/Includes/css/site_"+style+".css'>");
  32.  
  33. function highlightRow (element, color1) {
  34.     if (element) {
  35.         element.bgColor = color1;} 
  36.     }    
  37.  
  38.     function docLoad(){    
  39.     document.forms[0].txtAccount.focus();
  40.     }
  41.  
  42.     function runSubmit(target){
  43.         if (target == '1') {
  44.             document.forms[0].action = '/ccpscripts/Help/Help.asp?screenid=1';
  45.             document.forms[0].submit();
  46.         }
  47.         else if (target == '2'){
  48.             this.close();
  49.         }
  50.         else if (target == '3') {
  51.             //document.forms[0].hdnflag.value = '1';
  52.             //document.forms[0].hdnPageCount.value = '0';
  53.             document.forms[0].action = '/ccpscripts/TEO/AccStudySearch.asp?hdnflag=1';
  54.             document.forms[0].submit();
  55.         }
  56.         else
  57.         { if (target == '4'){
  58.             document.forms[0].hdnPageNo.value = '1';
  59.             }
  60.             if (target == '5'){
  61.             document.forms[0].hdnPageNo.value = parseInt(document.forms[0].hdnPageNo.value) - 1;
  62.             }    
  63.             if (target == '6'){
  64.             document.forms[0].hdnPageNo.value = parseInt(document.forms[0].hdnPageNo.value) + 1;
  65.             }    
  66.             if (target == '7'){
  67.             document.forms[0].hdnPageNo.value = parseInt(document.forms[0].hdnPageCount.value);
  68.             }    
  69.             if (target == '8'){
  70.             document.forms[0].hdnPageNo.value = parseInt(document.forms[0].ThisPageNo.value);
  71.             }
  72.             document.forms[0].action = '/ccpscripts/TEO/AccStudySearch.asp?hdnflag=1';
  73.             document.forms[0].submit();        
  74.         }
  75.     }    
  76.     function AccountSelect(Account,StudyCd){        
  77.         window.opener.document.forms[0].txtAccount.value=Account;
  78.         window.opener.document.forms[0].txtStudyCode.value=StudyCd;
  79.         this.close();
  80.     }
  81.  
  82.     function trim(sVal){
  83.     sWrk = "";
  84.         for (i=0; i<=sVal.length; i++){
  85.             if (!(sVal.charAt(i) == " ")){
  86.                 sWrk = sWrk + sVal.charAt(i);
  87.             }
  88.         }
  89.         return sWrk;
  90.     }
  91.     function isNumber(item)    {    
  92.         var sVal = item.value;
  93.         for(i=0;i<sVal.length;i++)    {
  94.             if(!(sVal.charAt(i) >= '0' && sVal.charAt(i) <= '9')){
  95.                 alert("\nNot a Valid Number!");
  96.                 item.value = '';
  97.                 item.focus();
  98.                 return false;
  99.                 }
  100.             }
  101.         return true;
  102.         }
  103. </script>
  104.  
continues...
Expand|Select|Wrap|Line Numbers
  1. <%
  2.  
  3. Sub Show_Menu()
  4.     Response.Write("<TR><TD ALIGN=RIGHT COLSPAN=2>")
  5.     Response.Write("<A class='tablelink' href=""javascript:runSubmit(2);"" onmouseout=""window.status='';return true;"" onmouseover=""window.status='Close';return true;"">" &"Close</A> | ")
  6.     Response.Write("<A class='tablelink' href=""javascript:runSubmit(1);"" onmouseout=""window.status='';return true;"" onmouseover=""window.status='Help';return true;"">" &"?</A>")
  7.     Response.Write("</TD></TR>")
  8. End Sub
  9. Dim sPageNo,sPageCount,sCompany,sServiceId,hdnflag 
  10. hdnflag = SecReq("hdnflag")
  11. 'respart1 = Request("{pageFlow.xmlRetrieveResp1}")
  12. 'Response.Write Server.HTMLEncode(respart1)
  13. 'Response.End   
  14.     If Len(SecReq("Company")) > 0 Then 
  15.         sCompany = SecReq("Company")
  16.     ElseIf Len(SecReq("hidCompany")) > 0 Then 
  17.         sCompany = SecReq("hidCompany")
  18.     End If
  19.     If Len(SecReq("txtAccount")) > 0 Then
  20.         Account = UCase(SecReq("txtAccount"))
  21.     End IF
  22.     If Len(SecReq("txtStudyCD")) > 0 Then
  23.         StudyCD = UCase(SecReq("txtStudyCD"))
  24.     End IF    
  25.     If Len(SecReq("hdnflag")) > 0 Then
  26.         hdnflag = UCase(SecReq("hdnflag"))
  27.     End IF    
  28.  
  29.     'sDNS = GetDNS(sCompany)
  30.     GET_DBNameAndRegion sCompany,true
  31.  
  32.     Response.Write("<html>" & vbcrlf)
  33.     Response.Write("<head>" & vbcrlf)
  34.     Response.Write("<title>Select Account</title>" & vbcrlf)
  35.     Response.Write("</head>" & vbcrlf)
  36.     Response.Write("<body onload=" & """" & "javascript:docLoad();" & """" & ">" & vbcrlf)    
  37.     Response.Write("<FORM Name=" & """" & "GetAccount" & """" & " Action='javascript:runSubmit(3);' Method=POST >" & vbcrlf)
  38.  
  39.     Response.Write("<TABLE width='450' cellspacing='0' border=0 cellpadding = '4'>")
  40.     Call Show_Menu
  41.     Response.Write("<TR class='tablehead'><th align='left' colspan = 4>Search Account</th></TR>")
  42.     Response.Write("<tr class='ltBlGr'><td class='tablebodycopy'  colspan = 4>Please enter first few characters of Account or Study Code for search.</td></tr>")
  43.     Response.Write("<tr><td class=field align=right width='20%'>Account : </td><td><Input Type='Text' Name='txtAccount' Value="""&sAccount&""" Size='4'>")
  44.     Response.Write("</td></tr>")
  45.     Response.Write("<tr><td class=field align=right width='20%'>Study Code : </td><td><Input Type='Text' Name='txtStudyCD' value="""&sStudyCD&""" Size='4'></td></tr>")
  46.     Response.Write("<tr><td>&nbsp;</td><td ><a href='javascript:runSubmit(3);'><img src='/images/buttons/icn_go.gif' border=0></A></td></tr>")
  47.     Response.Write("<tr><td><Br></td><TR>")    
  48.     Response.Write("</TABLE>")
  49.  
  50.     Response.Write("<table width='450' cellpadding='5' cellspacing='0' border='0'>")
  51.     Response.Write("<tr class='ltBlGr'>")
  52.     Response.Write("<td class='tablebodycopy'>Account</td>")
  53.     Response.Write("<td class='tablebodycopy'>Study Code</td>")
  54.     Response.Write("</tr>")    
  55.     Response.Write("<Input type=Hidden Name=hidCompany value="""&sCompany&""">")  
  56.  
  57.     If hdnflag = "1" Then
  58.  
  59.         If Request.Form("hdnPageNo") > 1 Then
  60.             sPageNo =  Trim(Request.Form("hdnPageNo"))
  61.             'srini COEP West Changes
  62.             'SchemaLocation = "http://cottzd05.ebiz.verizon.com:7003/xsd/ssract/SSRACT_LOAD_PAGE.xsd"
  63.             SchemaLocation = ccc_XSDLocation & "ssract/SSRACT_LOAD_PAGE.xsd"
  64.             'SchemaLocation = COEPGenericXSDLocation & "SSRACT_LOAD_PAGE.xsd"
  65.  
  66.             If Len(SecReq("hidServiceId")) > 0 Then
  67.                 sServiceId = SecReq("hidServiceId")
  68.             End IF    
  69.         Else    
  70.             sPageNo = 1
  71.             'SchemaLocation = "http://cottzd05.ebiz.verizon.com:7003/xsd/ssract/SSRACT_RETRIEVE_ALL.xsd"
  72.             SchemaLocation = ccc_XSDLocation & "ssract/SSRACT_RETRIEVE_ALL.xsd"
  73.            'SchemaLocation = COEPGenericXSDLocation & "SSRACT_RETRIEVE_ALL.xsd"
  74.         End If    
  75.         'sPageCount = Trim(Request.Form("hdnPageCount"))
  76.         sAccount =  Account & "%"
  77.         sStudyCD =     StudyCD  & "%"
  78.         'srini COEP West Changes
  79.         'SchemaLocation = COEPGenericXSDLocation & "CCPPLUS_GENERIC_ACCT_CAT_RETRIEVE_ALL.xsd"
  80.  
  81.         Dim xmlString
  82.         'xmlString = "<?xml version=""1.0"" encoding=""UTF-8""?>"
  83.         xmlString = "<REQUEST xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:noNamespaceSchemaLocation="""&SchemaLocation&""">"
  84.         xmlString = xmlString & "<HDR>"
  85.         If sPageNo = 1 Then
  86.             xmlString = xmlString & "<SERVICE_ID/>"
  87.         Else
  88.             xmlString = xmlString & "<SERVICE_ID>"&sServiceId&"</SERVICE_ID>"
  89.         End If
  90.         xmlString = xmlString & "<SERVICE_NAME>SSRACT</SERVICE_NAME>"
  91.         If sPageNo = 1 Then
  92.             xmlString = xmlString & "<TASK>RETRIEVE_ALL</TASK>"
  93.         Else
  94.             xmlString = xmlString & "<TASK>LOAD_PAGE</TASK>"
  95.         End If    
  96.         xmlString = xmlString & "<USER_ID>" & ccc_Usr & "</USER_ID><PASSWORD>" & ccc_Password & "</PASSWORD>" &_
  97.             "<DBNAME>"& vCCCDBNAME &"</DBNAME>"
  98.         xmlString = xmlString & "</HDR>"
  99.         xmlString = xmlString & "<REQUEST_DATA>"
  100.         If sPageNo = 1 Then
  101.             xmlString = xmlString & "<CRITERIA>"
  102.             'If  (Len(StudyCD) > 0) Then
  103.                 xmlString = xmlString & "<STUDYCD>"&EncodeValue(UCase(sStudyCD))&"</STUDYCD>"
  104.             'End If
  105.             'If (Len(Account) > 0) Then
  106.                 xmlString = xmlString & "<SUBSIDAC>"&EncodeValue(UCase(sAccount))&"</SUBSIDAC>"
  107.             'End If
  108.             xmlString = xmlString & "</CRITERIA>"
  109.         Else
  110.             xmlString = xmlString & "<PAGE_NO>"&sPageNo&"</PAGE_NO>"
  111.         End If    
  112.         xmlString = xmlString & "</REQUEST_DATA>"
  113.         xmlString = xmlString & "</REQUEST>"
  114.         'xmlString2 = dbquoteornull(xmlString)
  115.         'Response.Write Server.HTMLEncode(xmlString)   
  116.         'Response.End 
  117.         'xmlString = webHTTPRequest(xmlString,COEPURL)
  118.         xmlString = WebServiceCall(xmlString,"coepWestd05",180000)
  119.         'Response.Write Server.HTMLEncode(ResponseXML)   
  120.         'Response.End 
  121.         Dim xmlDoc,ResponseXML        
  122.         Set xmlDoc = Server.CreateObject("msxml2.DOMDocument")        
  123.         Set ResponseXML = Server.CreateObject("Microsoft.XMLDOM")        
  124.         ResponseXML=xmlString
  125.         xmlDoc.async = False
  126.         xmlDoc.loadXML(ResponseXML)    
  127.         resXML =  ResponseXML         
  128.         'Response.Write Server.HTMLEncode(ResponseXML)   
  129.         'Response.End 
continues...
Expand|Select|Wrap|Line Numbers
  1.  
  2.         if resXML<>"" then
  3.             Set oStatusCode = xmlDoc.selectSingleNode("//STATUS_CODE") 
  4.             If (oStatusCode Is Nothing) Then
  5.                 Response.Write("<tr><TD colspan=4 class='Error'>Can not connect to COEP Web Service. Please Try again Later.</TD></TR>")
  6.                 Response.End  
  7.             End If
  8.  
  9.             Set aSingleAttrib11 = xmlDoc.selectSingleNode("//MESSAGE")
  10.             'Response.Write  aSingleAttrib11.text
  11.             'Response.End          
  12.             If oStatusCode.text = 0 Then
  13.                 'Get service ID for paging.
  14.                 Set oServiceId =  xmlDoc.selectSingleNode("//SERVICE_ID")
  15.                 sServiceId = oServiceId.text
  16.                 Set oServiceId = Nothing
  17.  
  18.                 Set oTotalRecords =  xmlDoc.selectSingleNode("//TOTAL_RECORDS")
  19.                 sTotalRecords = oTotalRecords.text
  20.                 Set oTotalRecords =   Nothing
  21.  
  22.                 If sTotalRecords > 0 Then
  23.                     If trim(aSingleAttrib11.text) = "DONE" Then    
  24.                          Set aSingleAttrib1 = xmlDoc.selectSingleNode("//TOTAL_PAGES")    
  25.                          sPageCount = aSingleAttrib1.text
  26.                          Set aSingleAttrib1 = Nothing     
  27.                         i = 0
  28.                         'If sPageNo > "0" Then
  29.                             Set RECORD_Set =  xmlDoc.selectNodes("//RECORD")
  30.  
  31.                             for each RECORD in RECORD_Set
  32.                                  Response.Write("<tr onmouseover=" & """" & "highlightRow (this, '#CCCCCC');" & """" & "onmouseout=" & """" & "highlightRow (this, 'white');" & """" & ">")            
  33.                                 Set oSUBSIDAC = xmlDoc.getElementsByTagName("SUBSIDAC").item(i)
  34.                                 Set oSTUDYCD = xmlDoc.getElementsByTagName("STUDYCD").item(i)
  35.                                 response.Write("<td><a Class=TableLink HREF=" & """" & "javascript:AccountSelect('" & oSUBSIDAC.text & "','"&oSTUDYCD.text& "');" & """" & ">"& oSUBSIDAC.text &"</a></td>")            
  36.                                 response.Write("<td>"& oSTUDYCD.text &"</td>")
  37.                                 response.Write ("</tr>")
  38.                             Set oSUBSIDAC = nothing
  39.                             Set oSTUDYCD = nothing
  40.                             i = i+1
  41.                             next
  42.                             set RECORD_Set = nothing
  43.                         'Else
  44.                         '    Response.Write("<tr><td colspan='4' class=redtext>No records found..</td></tr>")
  45.                         'End If
  46.                     Else
  47.                         Response.Write("<TR><TD colspan='7' class='Error'>COEP: "& aSingleAttrib11.text&" </td></tr>")
  48.                     End If
  49.                 Else               
  50.                     Response.Write("<tr><td colspan='4' class='Error'>COEP: No records found..</td></tr>")    
  51.                 End If
  52.             ElseIf     oStatusCode.text <> 0 Then
  53.                 Response.Write ("<tr><td colspan='4' class='Error'>COEP: "& aSingleAttrib11.text & "</td></tr>")    
  54.                 'Response.End  
  55.             End    If    
  56.             Set xmlDoc = nothing
  57.             Set ResponseXML = nothing    
  58.         End If
  59.         Response.Write("<Input type=hidden name='hdnPageNo' Value='" & sPageNo & "'>")
  60.         Response.Write("<Input type=hidden name='hdnPageCount' Value='" & sPageCount & "'>")
  61.  
  62.         Response.Write("<Input type=Hidden Name=hidServiceId value="""&sServiceId&""">")  
  63.  
  64.         Response.Write ("</table>")        
  65.         Response.Write("<TABLE width='450'>")
  66.         Response.Write("<TR><TD COLSPAN=6><HR></TD></TR>")
  67.         if resXML<>"" then
  68.             If sPageCount > "1" Then        
  69.                 If sPageNo = "1" Then
  70.                     active1 = "disabled=true"
  71.                     active2 = "disabled=true"
  72.                 End If
  73.                 If sPageNo = sPageCount Then
  74.                     active3 = "disabled=true"
  75.                     active4 = "disabled=true"
  76.                 End If            
  77.                 Response.Write("<tr><td colspan=4><TABLE>")            
  78.                 Response.Write("<tr class='field' width='100%'>")
  79.                 Response.Write("<td class='TableBodyCopy'><Input name='input' Type='button'  "&active1&" value= '  &lt;&lt;  ' onclick='javascript:runSubmit(4);'></td>")
  80.                 Response.Write("<td class='TableBodyCopy'><Input name='input' Type='button'  "&active2&" value= '   &lt;   ' onclick='javascript:runSubmit(5);'></td>")
  81.                 Response.Write("<td class='TableBodyCopy'><Input name='input' Type='button'  "&active3&" value= '   &gt;   ' onclick='javascript:runSubmit(6);'></td>")
  82.                 Response.Write("<td class='TableBodyCopy'><Input name='input' Type='button'  "&active4&" value= '  &gt;&gt;  ' onclick='javascript:runSubmit(7);'></td>")
  83.                 Response.Write("<td class='TableBodyCopy'>Go To Page</td>")
  84.                 Response.Write("<td><input type='text' size='3' maxlength='3' name='ThisPageNo' value="&sPageNo&" onblur='isNumber(document.forms[0].ThisPageNo);'></td>")
  85.                 Response.Write("<td><b> Of </b>    </td>")
  86.                 Response.Write("<td><b>"&sPageCount&"</b></td>")
  87.                 Response.Write("<td class='TableBodyCopy'><Input name='input' Type='button' "&active&" value= ' GO ' onclick='javascript:runSubmit(8);'></td>")        
  88.                 Response.Write("</tr></table></td></tr>")        
  89.             End If
  90.         End If
  91.     End If
  92.         Response.Write("<Input type=hidden name='hdnflag' Value='" & hdnflag & "'>")
  93.         Call Show_Menu
  94.         Response.Write("</TABLE>")    
  95.         Response.Write("</FORM>")
  96.     %>
  97.  
  98. <!--#INCLUDE VIRTUAL="/COARApp/Scripts/Common/Footer.asp"-->
  99. <%
  100. Response.Write("</body>")
  101. Response.Write("</html>")
  102. %>
Sep 17 '07 #3
hmm. show your code. or at least explain how the thing was set up in the first place.

Jared

how do i send the screen shots to u
so tht it will explain better


there is

Account code text box

the value from the text box is not stored .... hence the pattern which i give in the text box , the output is i get 2 pages but then when i press the backward button i get all the pages i.e 10 pages .....

so initailly i get 1st out of 2 pages .so 2 is the page count

then whn i press the back button i get 1st out of 10 pages sp all the 10 pages i m getting .......
Sep 17 '07 #4
jhardman
3,406 Expert 2GB
I can't find the part where you have stored the number of records to put on the page. Where is that?

[heavily edited -- I re-read the post and saw I was way off]

Jared
Sep 17 '07 #5
jhardman
3,406 Expert 2GB
how do i send the screen shots to u
so tht it will explain better


there is

Account code text box

the value from the text box is not stored .... hence the pattern which i give in the text box , the output is i get 2 pages but then when i press the backward button i get all the pages i.e 10 pages .....

so initailly i get 1st out of 2 pages .so 2 is the page count

then whn i press the back button i get 1st out of 10 pages sp all the 10 pages i m getting .......
I think I understand, but you can send either a working link (preferred) or you can add an attachment. The attachment option is only available as you edit your post, so make a post then click the edit button and you should be allowed to add an attachment. (btw, the edit function is time-dependent so make sure you have the img ready before you post)

Jared
Sep 17 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Ahmad | last post by:
Dear all, I'm not sure if this is the write newsgroup, but ... I've been trying to update the web-site for the local orphanage (www.bedaya.org.my) via FP2002. This whole project started on...
6
by: Skip Hollowell | last post by:
I am working on a menu bar for a site, and am using buttons in the bar (because the customer wants to use accessKeys for each selection, apparently it is too much work to click on them with a...
25
by: KK | last post by:
Hi, I am using history.go(-1) for implementing the back button functionality. Its working fine but with this exception. 1. The page which is having back button has some hyperlinks on it. ...
3
by: Zürcher See | last post by:
Someone has implemented a Datagrid Button for the Windows.Form?
18
by: jrhoads23 | last post by:
Hello, I am trying to find a way to tell if an .NET windows forms Button (System.Windows.Forms.Button) is "depressed" (pushed down). For my application, I can not use a check box control set to...
18
by: Colin McGuire | last post by:
Hi - this was posted last weekend and unfortunately not resolved. The solutions that were posted almost worked but after another 5 days of working on the code everynight, I am not further ahead....
3
by: Mindy | last post by:
Does anyone know the difference between Navigational and Lookup features of combo boxes? I wondered if there were difference between these two if we selecte "remember the value for later use" when...
1
by: hartmut77 | last post by:
Hello I am not that familiar with flash. But I have a director movie in which I would like to add a button or two where the user could input from their clipboard and have the button lock into that...
7
by: =?Utf-8?B?bWFydGluMQ==?= | last post by:
Hi, All, I create button in the code ( Dim Button as new Button), not using button web component (means not drap button and drop it ont he webform), after that I try to use button_click event,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.