DwZone Forum DwZone Forum
Welcome to the DwZone-it Forum
 
  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  
    RegisterRegister -->   LoginLogin  
Ajax DataGrid  
DwZone Forum Index -> Ajax DataGrid
.
Moderators: AdministratorsModerators 
Hint: For improved responsiveness, use Internet Explorer 4 (or above) with Javascript enabled, choose 'Dynamic' from the View dropdown and hit 'Set Options' to save your changes.
New Topic Search for
 View     Per page     Messages Since 
Messages 21 to 30 of 96 (Total: 94) First |  Prev |  Next |  Last  
 Subject Author Date  
   Re: Thousand separator not working  
View this persons public profile  Gianluigi   5:37 21 Jan 2018  
   Re: Thousand separator not working  
View this persons public profile  jeff   14:28 21 Jan 2018  
   Re: Thousand separator not working  
View this persons public profile  Gianluigi   15:25 21 Jan 2018  
   Wrong text  
View this persons public profile  CorVermeulen   7:25 14 Jan 2018  
   Re: Wrong text  
View this persons public profile  Gianluigi   13:08 16 Jan 2018  
   Re: Wrong text  
View this persons public profile  Gianluigi   6:54 21 Jan 2018  
    Blank page in ASP AJAX datagrid  
View this persons public profile  Joe Holt   9:27 3 Feb 2017  
 
Just purchased the ASP AJAX datagrid and can only get a blank page.

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file="dwzGrid/AspAjaxDataGrid.asp" -->
<!--#include file="Connections/myConn.asp" --><%
'******************************
'http://www.DwZone-it.com
'AspAjax DataGrid
'Version 1.4.28
'******************************
Dim dwzGrid_1
Set dwzGrid_1 = new dwzAspAjaxDataGrid
dwzGrid_1.Init()
dwzGrid_1.SetInstance "1"
dwzGrid_1.SetRootPath ""
dwzGrid_1.SetCnString MM_None_STRING
dwzGrid_1.SetEditPar "void|_@_|void|_@_||_@_|clientid|_@_|ALL|_@_|false"
dwzGrid_1.Add "clientid", "ClientID", "100", "String", "Left", "Y", "Y", "N|_@_|Y|_@_|50|_@_|3|_@_|TextBox|_@_||_@_||_@_||_@_||_@_||_@_||_@_|Void|_@_||_@_|false|_@_||_@_||_@_||_@_||_@_||_@_||_@_|20|_@_|12|_@_||_@_||_@_|None|_@_|rec_placeholder|_@_|Y|_@_|None|_@_|None|_@_|"
dwzGrid_1.Add "lastname", "Last Name", "120", "String", "Left", "Y", "Y", "N|_@_|Y|_@_|50|_@_|3|_@_|TextBox|_@_||_@_||_@_||_@_||_@_||_@_||_@_|Void|_@_||_@_|false|_@_||_@_||_@_||_@_||_@_||_@_||_@_|20|_@_|12|_@_||_@_||_@_|None|_@_|rec_placeholder|_@_|Y|_@_|None|_@_|None|_@_|"
dwzGrid_1.Add "firstname", "First Name", "120", "String", "Left", "Y", "Y", "N|_@_|Y|_@_|50|_@_|3|_@_|TextBox|_@_||_@_||_@_||_@_||_@_||_@_||_@_|Void|_@_||_@_|false|_@_||_@_||_@_||_@_||_@_||_@_||_@_|20|_@_|12|_@_||_@_||_@_|None|_@_|rec_placeholder|_@_|Y|_@_|None|_@_|None|_@_|"
dwzGrid_1.Add "company", "Company", "150", "String", "Left", "Y", "Y", "N|_@_|Y|_@_|50|_@_|3|_@_|TextBox|_@_||_@_||_@_||_@_||_@_||_@_||_@_|Void|_@_||_@_|false|_@_||_@_||_@_||_@_||_@_||_@_||_@_|20|_@_|12|_@_||_@_||_@_|None|_@_|rec_placeholder|_@_|Y|_@_|None|_@_|None|_@_|"
dwzGrid_1.Add "Address", "Address", "150", "String", "Left", "Y", "Y", "N|_@_|Y|_@_|50|_@_|3|_@_|TextBox|_@_||_@_||_@_||_@_||_@_||_@_||_@_|Void|_@_||_@_|false|_@_||_@_||_@_||_@_||_@_||_@_||_@_|20|_@_|12|_@_||_@_||_@_|None|_@_|rec_placeholder|_@_|Y|_@_|None|_@_|None|_@_|"
dwzGrid_1.Add "City", "City", "100", "String", "Left", "Y", "Y", "N|_@_|Y|_@_|50|_@_|3|_@_|TextBox|_@_||_@_||_@_||_@_||_@_||_@_||_@_|Void|_@_||_@_|false|_@_||_@_||_@_||_@_||_@_||_@_||_@_|20|_@_|12|_@_||_@_||_@_|None|_@_|rec_placeholder|_@_|Y|_@_|None|_@_|None|_@_|"
dwzGrid_1.Add "StateOrProvince", "State", "100", "String", "Left", "Y", "Y", "N|_@_|Y|_@_|50|_@_|3|_@_|TextBox|_@_||_@_||_@_||_@_||_@_||_@_||_@_|Void|_@_||_@_|false|_@_||_@_||_@_||_@_||_@_||_@_||_@_|20|_@_|12|_@_||_@_||_@_|None|_@_|rec_placeholder|_@_|Y|_@_|None|_@_|None|_@_|"
dwzGrid_1.AddDetailPar ""
dwzGrid_1.AddDetailFields ""
dwzGrid_1.SaveDelete()
%><%
'******************************
' http://www.DwZone-it.com
' AspAjax DataGrid
'******************************
dwzGridSkin = "pepper-grinder"
'******************************
' http://www.DwZone-it.com
' AspAjax DataGrid
'******************************
%>
<%
Dim rsCL
Dim rsCL_cmd
Dim rsCL_numRows

Set rsCL_cmd = Server.CreateObject ("ADODB.Command")
rsCL_cmd.ActiveConnection = MM_myConn_STRING
rsCL_cmd.CommandText = "SELECT * FROM dbo.vClients WHERE lastname>'' AND firstname > '' ORDER BY lastname ASC, firstname ASC"
rsCL_cmd.Prepared = true

Set rsCL = rsCL_cmd.Execute
rsCL_numRows = 0
%>

<%
'******************************
' http://www.DwZone-it.com
' AspAjax DataGrid
' Version 1.4.28
'******************************
dwzGrid_1.AddEditRecordset "clientid", Null
dwzGrid_1.AddEditRecordset "lastname", Null
dwzGrid_1.AddEditRecordset "firstname", Null
dwzGrid_1.AddEditRecordset "company", Null
dwzGrid_1.AddEditRecordset "Address", Null
dwzGrid_1.AddEditRecordset "City", Null
dwzGrid_1.AddEditRecordset "StateOrProvince", Null
dwzGrid_1.SetRecordset rsCL
dwzGrid_1.SetDetailRecordset Null
dwzGrid_1.SetMainPar "950|_@_|700|_@_|void|_@_|true|_@_|false|_@_|false|_@_|true|_@_|false|_@_|false|_@_|false|_@_|false|_@_|true|_@_|false|_@_|false|_@_|false|_@_|false|_@_|false|_@_|true|_@_|100|_@_|10,15,20,25,40,50,100|_@_|TTAP Clients|_@_|Form|_@_|en|_@_|utf-8;65001;Unicode (UTF-8)|_@_|%|_@_|#|_@_||_@_|false|_@_|Required|_@_|Max length must be {1}|_@_|Text format|_@_|Date format|_@_|Min value must be {1}|_@_|Max value must be {1}|_@_|Not the first item|_@_|false|_@_||_@_|false|_@_|false|_@_|false|_@_|false|_@_|false|_@_|,|_@_|No|_@_|false|_@_|root|_@_|row|_@_|Nodes|_@_|false|_@_|Arial;12;#000000;false;false;false;#FFFFFF|_@_|Arial;12;#000000;false;false;false;#FFFFFF;0;#000000;0,3|_@_|A4;L;25;25;25;25;false;Center;1|_@_|No|_@_||_@_||_@_||_@_|#000000|_@_|0.6|_@_|10|_@_|350|_@_|_s|_@_|false|_@_|None|_@_|<b>{0} - {1} Item(s)</b>|_@_|false|_@_|false|_@_|false|_@_|false|_@_|false|_@_|ASC|_@_|false|_@_|true|_@_|700|_@_|500|_@_||_@_||_@_|false|_@_|true|_@_|true|_@_|0|_@_|false|_@_|false|_@_||_@_||_@_||_@_|false"
dwzGrid_1.CreateData()
%>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title><%
'******************************
' http://www.DwZone-it.com
' AspAjax DataGrid
'******************************
dwzGrid_1.GetHeadCode()
'******************************
' AspAjax DataGrid
'******************************
%>
</head>

<body>
<%
'******************************
' http://www.DwZone-it.com
' AspAjax DataGrid
'******************************
dwzGrid_1.CreateGrid()
'******************************
' http://www.DwZone-it.com
' AspAjax DataGrid
'******************************
%></body>
</html>
<%
'******************************
' http://www.DwZone-it.com
' AspAjax DataGrid
'******************************
Set dwzGrid_1 = nothing
%><%
rsCL.Close()
Set rsCL = Nothing
%>

 
Reply to this current thread  View this persons public profile  Send Private Message
   Re: Blank page in ASP AJAX datagrid  
View this persons public profile  Joe Holt   10:02 3 Feb 2017  
   Re: Blank page in ASP AJAX datagrid  
View this persons public profile  Gianluigi   11:02 3 Feb 2017  
   DataGrid not displaying in page (page is blank)  
View this persons public profile  ScottTuning   7:49 3 Jul 2015  
Last Visit: Thursday 18 Apr, 2024 9:44 pm First |  Prev |  Next |  Last  
 Login
Username:  Password:    
Read Message Read Message   Unread message Unread message
Read message [popular] Read message [popular]   Unread message [popular] Unread message [popular]
Read message [locked] Read message [locked]   Unread message [locked] Unread message [locked]
All times are GMT-2

Jump to: